summaryrefslogtreecommitdiff
path: root/usr.bin/tset
AgeCommit message (Collapse)Author
2011-12-28Complete documenting the HISTORY of what remains of the 1BSD heritage;Ingo Schwarze
actually, the number of programs is quite small, about ten all told. feedback mckusick@, feedback and ok sobrado@, ok jmc@
2010-01-12Update to ncurses 5.7, with local changes reapplied.Nicholas Marriott
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
2009-11-11Fix memory leaks found by parfait.Nicholas Marriott
ok deraadt@ jsg@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-05-06add missing flags to the output of usage() and sort them as usualIgor Sobrado
in BSD operating systems; while here, indent source code in a way it fits on 80-column displays. ok jmc@
2009-05-06Use getttynam() from libc instead of the private version in tset.Todd C. Miller
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-09-14remove some warnings:Charles Longeau
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@.
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
the code easier to read. OK deraadt
2004-04-04.br workaround no longer necessary;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-04easy snprintf; tedu okTheo de Raadt
2003-01-10typo police; jmcHenning Brauer
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-07-16-Wall cleanup; ok millertPeter Valchev
2001-02-28ncurses-5.2-20010224Todd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-22Update to ncurses-5.2-20010114Todd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-24Update to ncurses-5.1-20000722Todd C. Miller
2000-07-07avoid non-formatter printf, use fputsTheo de Raadt
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-13update to ncurses-5.0-20000311Todd C. Miller
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-10Update to ncurses-5.0-20000304Todd C. Miller
2000-02-20Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.orgTodd C. Miller
1999-12-04Avoid an oflow in failed(). There's really no need to make a temporaryTodd C. Miller
copy of the string since we are just printing to stderr.
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-03-15ncurses-4.2-990314Todd C. Miller
1999-03-02ncurses-4.2-990301Todd C. Miller
1999-01-18updates from ncurses-4.2-990116Todd C. Miller
1999-01-11Move break statement so that -Q really worksThorsten Lockert
1998-12-05Add missing printfTodd C. Miller
1998-11-17preserve ncruses module idTodd C. Miller
1998-11-16ncurses tset plus hacks to make $TERMCAP still get setTodd C. Miller
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-10-16don't dump core when linked against ncursesTodd C. Miller
1998-07-25link with old curses for now, ncurses tgetent does not fill in the bufferTodd C. Miller
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-04-25fix some minor nits:Todd C. Miller
o no need to flush stderr as it is not buffered o use putc to print a newline, not fprintf o set histchars to be null when we set noglob (and undo of course).