Up to [cvs.NetBSD.org] / src / lib / libterminfo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8.4.1 / (download) - annotate - [select for diffs], Thu Mar 14 15:48:28 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.8: +13 -6
lines
Diff to previous 1.8 (colored) next main 1.9 (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.8.8.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:01 2013 UTC (2 months, 3 weeks ago) by tls
Branch: tls-maxphys
Changes since 1.8: +13 -6
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
resync with head
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 25 17:28:50 2013 UTC (3 months, 3 weeks ago) by roy
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.9: +6 -5
lines
Diff to previous 1.9 (colored)
Provide a disabled implentation of tlparm and ti_tlparm for completeness. This also improves the readability of _ti_tiparm.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 25 12:30:05 2013 UTC (3 months, 3 weeks ago) by roy
Branch: MAIN
Changes since 1.8: +8 -2
lines
Diff to previous 1.8 (colored)
For platforms where we cannot fit a char * into a long, return NULL and set errno to ENOTSUPP.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 4 11:01:14 2011 UTC (19 months, 2 weeks ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-6-base,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: tls-maxphys,
netbsd-6
Changes since 1.7: +9 -2
lines
Diff to previous 1.7 (colored)
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 3 19:15:03 2011 UTC (19 months, 2 weeks ago) by roy
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Correct args
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 3 12:31:51 2011 UTC (19 months, 2 weeks ago) by roy
Branch: MAIN
Changes since 1.5: +6 -8
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], Sun Oct 2 19:24:25 2011 UTC (19 months, 3 weeks ago) by roy
Branch: MAIN
Changes since 1.4: +11 -3
lines
Diff to previous 1.4 (colored)
Add termname(3) as defined by POSIX.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 4 09:12:56 2010 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.3: +12 -6
lines
Diff to previous 1.3 (colored)
More markup.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 3 18:49:23 2010 UTC (3 years, 3 months ago) by snj
Branch: MAIN
Changes since 1.2: +11 -11
lines
Diff to previous 1.2 (colored)
Fix some typos and spelling errors.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 3 15:47:13 2010 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Punctuation and whitespace fixes.
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@