Up to [cvs.NetBSD.org] / src / lib / libterminfo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4.8.1 / (download) - annotate - [select for diffs], Thu Mar 14 15:48:29 2013 UTC (2 months 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.4: +4 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (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.4.12.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.4: +4 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
resync with head
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 25 12:52:45 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.4: +4 -3
lines
Diff to previous 1.4 (colored)
Add descriptions for terminfo keys to term.h These are extracted by genman and placed into the compiled terminfo.5 Fixes PR lib/47090
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 12 12:57:51 2010 UTC (2 years, 7 months ago) by christos
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,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: tls-maxphys,
netbsd-6
Changes since 1.3: +6 -6
lines
Diff to previous 1.3 (colored)
replace `` with $(). Hopefully with enough examples around people will forget about ``.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 3 12:09:49 2010 UTC (3 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Abort an error.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 3 20:56:54 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Changes since 1.1: +5 -1
lines
Diff to previous 1.1 (colored)
Store our generated files in CVS and remove nbperf from the toolchain. This allows us to build consistent libs without an ever changing hash.
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@