summaryrefslogtreecommitdiff
path: root/lib/libcurses++
AgeCommit message (Collapse)Author
2003-04-05strlcpyMarc Espie
2003-03-17Use snprintf/vsnprintf; partly from krw@Todd C. Miller
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd 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-22Update 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-22Update to ncurses-5.2-20010114Todd C. Miller
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-07-24Update to ncurses-5.1-20000722Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-08-15new fileTodd C. Miller
1999-08-15Update to ncurses-5.0-990814Todd C. Miller
1999-05-29Add target for demo programTodd C. Miller
1999-05-29we no longer have a builtin.h fileTodd C. Miller
1999-05-27missing DESTDIRTodd C. Miller
1999-05-27make /usr/include/g++ if it doesn't already existTodd C. Miller
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-10make a shared libraryTheo de Raadt
1999-05-09c++ clasess for ncursesTodd C. Miller