Up to [cvs.NetBSD.org] / src / lib / libterminfo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7.4.4 / (download) - annotate - [select for diffs], Thu Mar 14 19:07:30 2013 UTC (2 months, 1 week ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1
Changes since 1.7.4.3: +5 -4
lines
Diff to previous 1.7.4.3 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
Pull up following revision(s) (requested by roy in ticket #835): lib/libterminfo/tparm.c: revision 1.8 Ensure that we request a buffer big enough, although with the current terminfo specification this should never happen. Correctly return NULL when realloc(3) fails.
Revision 1.7.4.3 / (download) - annotate - [select for diffs], Thu Mar 14 15:48:29 2013 UTC (2 months, 1 week ago) by riz
Branch: netbsd-6
Changes since 1.7.4.2: +156 -73
lines
Diff to previous 1.7.4.2 (colored) to branchpoint 1.7 (colored)
Pull up following revision(s) (requested by roy in ticket #835): lib/libterminfo/terminfo.3: revision 1.9 lib/libterminfo/term.h: revision 1.13 lib/libterminfo/term.h: revision 1.14 usr.bin/tput/Makefile: revision 1.11 lib/libterminfo/terminfo.3: revision 1.10 lib/libterminfo/genman: revision 1.5 lib/libterminfo/term_private.h: revision 1.11 usr.bin/tput/tput.c: revision 1.23 usr.bin/tput/tput.c: revision 1.24 usr.bin/tput/tput.c: revision 1.25 lib/libterminfo/tparm.c: revision 1.11 lib/libterminfo/Makefile.hash: revision 1.7 usr.bin/tput/tput.c: revision 1.26 lib/libterminfo/tparm.c: revision 1.12 lib/libterminfo/tparm.c: revision 1.13 lib/libterminfo/tparm.c: revision 1.14 lib/libterminfo/terminfo.5.in: revision 1.18 As tparm accepts longs we should treat them as long during expansion. Also, fix the ~ and ! logic. Move the strings vs long analysis to a private function, but allow tput(1) to use it so we can work with string parameters to capabilities. Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793. Thanks to Bernd Ernesti. Remove debug accidently commited. If char * > long then print a suitable error when passing a string parameter. For platforms where we cannot fit a char * into a long, return NULL and set errno to ENOTSUPP. Add descriptions for terminfo keys to term.h These are extracted by genman and placed into the compiled terminfo.5 Fixes PR lib/47090 Provide a disabled implentation of tlparm and ti_tlparm for completeness. This also improves the readability of _ti_tiparm. Use putp(3) to output our strings. Fixes PR lib/47532
Revision 1.7.4.2 / (download) - annotate - [select for diffs], Thu Mar 14 15:40:58 2013 UTC (2 months, 1 week ago) by riz
Branch: netbsd-6
Changes since 1.7.4.1: +12 -6
lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored)
Pull up following revision(s) (requested by roy in ticket #834): lib/libterminfo/tparm.c: revision 1.10 Fix %t logic and don't output any %; or %e parts. Fixes PR lib/47490 thanks to Julien Oster
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:01 2013 UTC (2 months, 4 weeks ago) by tls
Branch: tls-maxphys
Changes since 1.8: +168 -79
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
resync with head
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 25 17:28:50 2013 UTC (3 months, 4 weeks ago) by roy
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.13: +47 -16
lines
Diff to previous 1.13 (colored)
Provide a disabled implentation of tlparm and ti_tlparm for completeness. This also improves the readability of _ti_tiparm.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 25 12:30:05 2013 UTC (3 months, 4 weeks ago) by roy
Branch: MAIN
Changes since 1.12: +21 -8
lines
Diff to previous 1.12 (colored)
For platforms where we cannot fit a char * into a long, return NULL and set errno to ENOTSUPP.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 24 10:41:28 2013 UTC (3 months, 4 weeks ago) by roy
Branch: MAIN
Changes since 1.11: +51 -38
lines
Diff to previous 1.11 (colored)
Move the strings vs long analysis to a private function, but allow tput(1) to use it so we can work with string parameters to capabilities.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 24 10:28:28 2013 UTC (3 months, 4 weeks ago) by roy
Branch: MAIN
Changes since 1.10: +62 -36
lines
Diff to previous 1.10 (colored)
As tparm accepts longs we should treat them as long during expansion. Also, fix the ~ and ! logic.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 23 13:06:18 2013 UTC (4 months ago) by roy
Branch: MAIN
Changes since 1.9: +12 -6
lines
Diff to previous 1.9 (colored)
Fix %t logic and don't output any %; or %e parts. Fixes PR lib/47490 thanks to Julien Oster
Revision 1.7.2.2 / (download) - annotate - [select for diffs], Wed Jan 16 05:32:28 2013 UTC (4 months, 1 week ago) by yamt
Branch: yamt-pagecache
Changes since 1.7.2.1: +3 -3
lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
sync with (a bit old) head
Revision 1.7.8.1 / (download) - annotate - [select for diffs], Tue Dec 11 04:26:49 2012 UTC (5 months, 1 week ago) by riz
Branch: netbsd-6-0
CVS Tags: netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #734): lib/libterminfo/tparm.c: revision 1.9 Fix off by one error.
Revision 1.7.4.1 / (download) - annotate - [select for diffs], Tue Dec 11 04:26:26 2012 UTC (5 months, 1 week ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RC1
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #734): lib/libterminfo/tparm.c: revision 1.9 Fix off by one error.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 30 10:14:18 2012 UTC (5 months, 3 weeks ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Fix off by one error.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:18 2012 UTC (6 months, 3 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.7: +5 -4
lines
Diff to previous 1.7 (colored)
sync with head
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 2 19:10:33 2012 UTC (11 months, 3 weeks ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.7: +5 -4
lines
Diff to previous 1.7 (colored)
Ensure that we request a buffer big enough, although with the current terminfo specification this should never happen. Correctly return NULL when realloc(3) fails.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 3 20:13:48 2011 UTC (19 months, 3 weeks ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache,
netbsd-6-0,
netbsd-6
Changes since 1.6: +15 -14
lines
Diff to previous 1.6 (colored)
Fix tparm. As we now go via tiparm, store nums as int to conserve memory.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 3 12:31:51 2011 UTC (19 months, 3 weeks ago) by roy
Branch: MAIN
Changes since 1.5: +13 -23
lines
Diff to previous 1.5 (colored)
Correctly use ti_ instead of t_ for our extensions as per the man page. Replace vtparm with tiparm. tiparm is also non standard, but has been proposed at least.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 10 13:39:26 2011 UTC (2 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.4: +19 -25
lines
Diff to previous 1.4 (colored)
Do our best to process invalid terminfo strings instead of just returning NULL.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 10 10:46:33 2011 UTC (2 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
Fix two other off-by-one errors when processing %P and %g commands.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 10 09:45:32 2011 UTC (2 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Fix an off-by-one error when processing embedded values.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 22 06:10:51 2010 UTC (2 years, 8 months ago) by roy
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Our API just uses typedefs, so don't use the struct symbol which will avoid any potential conflicts with userland.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 3 15:16:32 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Import my terminfo implementation. This uses the ncurses terminal definitions. OK: core@, jdc@