NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46793 CVS commit: [netbsd-6] src



The following reply was made to PR lib/46793; it has been noted by GNATS.

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46793 CVS commit: [netbsd-6] src
Date: Thu, 14 Mar 2013 15:48:29 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Thu Mar 14 15:48:29 UTC 2013
 
 Modified Files:
        src/lib/libterminfo [netbsd-6]: Makefile.hash genman term.h
            term_private.h terminfo.3 terminfo.5.in tparm.c
        src/usr.bin/tput [netbsd-6]: Makefile tput.c
 
 Log Message:
 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4.4.1 -r1.4.4.2 src/lib/libterminfo/Makefile.hash
 cvs rdiff -u -r1.4 -r1.4.8.1 src/lib/libterminfo/genman
 cvs rdiff -u -r1.10.4.2 -r1.10.4.3 src/lib/libterminfo/term.h
 cvs rdiff -u -r1.9.4.1 -r1.9.4.2 src/lib/libterminfo/term_private.h
 cvs rdiff -u -r1.8 -r1.8.4.1 src/lib/libterminfo/terminfo.3
 cvs rdiff -u -r1.15.6.1 -r1.15.6.2 src/lib/libterminfo/terminfo.5.in
 cvs rdiff -u -r1.7.4.2 -r1.7.4.3 src/lib/libterminfo/tparm.c
 cvs rdiff -u -r1.10 -r1.10.8.1 src/usr.bin/tput/Makefile
 cvs rdiff -u -r1.22 -r1.22.4.1 src/usr.bin/tput/tput.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index