Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-28 | Complete 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-12 | Update 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-11 | Fix memory leaks found by parfait. | Nicholas Marriott | |
ok deraadt@ jsg@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-06 | add missing flags to the output of usage() and sort them as usual | Igor Sobrado | |
in BSD operating systems; while here, indent source code in a way it fits on 80-column displays. ok jmc@ | |||
2009-05-06 | Use getttynam() from libc instead of the private version in tset. | Todd C. Miller | |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt | |
2007-09-14 | remove some warnings: | Charles Longeau | |
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray 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-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder | |
the code easier to read. OK deraadt | |||
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-04 | easy snprintf; tedu ok | Theo de Raadt | |
2003-01-10 | typo police; jmc | Henning Brauer | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-07-16 | -Wall cleanup; ok millert | Peter Valchev | |
2001-02-28 | ncurses-5.2-20010224 | Todd C. Miller | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-22 | Update to ncurses-5.2-20010114 | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-08 | update to ncurses-5.1-20001007 | Todd C. Miller | |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-07-24 | Update to ncurses-5.1-20000722 | Todd C. Miller | |
2000-07-07 | avoid non-formatter printf, use fputs | Theo de Raadt | |
2000-03-15 | Repair mdoc botch. | Aaron Campbell | |
2000-03-13 | update to ncurses-5.0-20000311 | Todd C. Miller | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-10 | Update to ncurses-5.0-20000304 | Todd C. Miller | |
2000-02-20 | Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.org | Todd C. Miller | |
1999-12-04 | Avoid an oflow in failed(). There's really no need to make a temporary | Todd C. Miller | |
copy of the string since we are just printing to stderr. | |||
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-03-15 | ncurses-4.2-990314 | Todd C. Miller | |
1999-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-01-18 | updates from ncurses-4.2-990116 | Todd C. Miller | |
1999-01-11 | Move break statement so that -Q really works | Thorsten Lockert | |
1998-12-05 | Add missing printf | Todd C. Miller | |
1998-11-17 | preserve ncruses module id | Todd C. Miller | |
1998-11-16 | ncurses tset plus hacks to make $TERMCAP still get set | Todd C. Miller | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-10-16 | don't dump core when linked against ncurses | Todd C. Miller | |
1998-07-25 | link with old curses for now, ncurses tgetent does not fill in the buffer | Todd C. Miller | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-04-25 | fix 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). |