summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/captoinfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-35/+50
| | | | | | | | | 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
* Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].moritz2006-10-241-2/+5
| | | | OK ray@ cloder@
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-101-2/+2
| | | | | the code easier to read. OK deraadt
* more getopt() EOF crud; adobriyan@gmailderaadt2006-03-121-2/+2
|
* fix out of bounds access. found by david@ running with malloc guards andtedu2003-10-151-3/+3
| | | | randomization. ok millert@
* Use strlcpy() / strlcat() throughout.millert2003-03-181-4/+6
|
* use snprintf throughoutmillert2003-03-171-3/+3
|
* Update to ncurses-5.2-20010114millert2001-01-221-30/+35
|
* Update to ncurses-5.0-20000401:millert2000-04-041-4/+4
| | | | | | o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc. o trace() function is provided only if TRACE is defined, e.g., in the debug library. Modify related calls to _tracechar() to use unctrl() instead.
* Update to ncurses-5.0-20000325millert2000-03-261-4/+3
|
* update to ncurses-5.0-20000311millert2000-03-131-9/+14
|
* Update to ncurses-19991211:millert1999-12-121-292/+308
| | | | | | | | | | | | | | | | o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap.
* update to ncurses-5.0-19991204millert1999-12-061-2/+6
|
* Update to ncurses-5.0-990814millert1999-08-151-3/+3
|
* ncurses-4.2-990301millert1999-03-021-4/+4
|
* ncurses-4.2-990116millert1999-01-181-0/+809