Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-05 | strlcpy | Marc Espie | |
2003-03-17 | Use snprintf/vsnprintf; partly from krw@ | Todd C. Miller | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2001-02-22 | Update to ncurses-5.2-20010210: | Todd C. Miller | |
o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program. | |||
2001-01-22 | Update to ncurses-5.2-20010114 | Todd C. Miller | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-10-08 | update to ncurses-5.1-20001007 | Todd C. Miller | |
2000-07-24 | Update to ncurses-5.1-20000722 | Todd C. Miller | |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |
1999-08-15 | new file | Todd C. Miller | |
1999-08-15 | Update to ncurses-5.0-990814 | Todd C. Miller | |
1999-05-29 | Add target for demo program | Todd C. Miller | |
1999-05-29 | we no longer have a builtin.h file | Todd C. Miller | |
1999-05-27 | missing DESTDIR | Todd C. Miller | |
1999-05-27 | make /usr/include/g++ if it doesn't already exist | Todd C. Miller | |
1999-05-17 | ncurses-4.2-990516; no code changes | Todd C. Miller | |
1999-05-10 | make a shared library | Theo de Raadt | |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller | |