summaryrefslogtreecommitdiffstats
path: root/usr.bin/tic (follow)
Commit message (Expand)AuthorAgeFilesLines
* a few depend:-related thingies that were still in.espie2019-12-211-3/+1
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+3
* Fix the index check in the FNKEY macro. This is only used whenmillert2017-05-111-3/+3
* exit() after perror() for pledge failure. Perhaps this got introducedderaadt2015-11-111-3/+5
* pledge "stdio rpath wpath cpath". as a curses program, I expected thisderaadt2015-10-101-2/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* unsigned char for ctypederaadt2013-11-281-3/+3
* tic writes into /usr/share/terminfo not /usr/share/misc/terminfo,nicm2013-03-241-3/+3
* The gcc-sh-register-allocator bug may never be fixed. When we move toderaadt2012-09-101-2/+2
* Oh, but only -O1 is needed. With -fpie, -O0 is currently needed. Bah.deraadt2012-09-021-2/+2
* Document (in this commit message, and an annotation in the Makefile)deraadt2012-09-021-2/+3
* switch to installing source manuals (base part)schwarze2011-06-231-3/+6
* remove trailing whitespace.sobrado2010-09-021-3/+3
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-128-457/+1309
* correct man sections; from Tobias Sarnowskijmc2008-08-271-6/+6
* Compile with -O1 on sh for now.miod2007-02-271-1/+5
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-101-2/+2
* strdup check missing; noted by nimadeus@pandora.bederaadt2003-10-211-3/+7
* bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)avsm2003-07-021-2/+2
* spring cleaning; ok millertderaadt2003-04-141-8/+9
* The last commit incorporated an incomplete change of mine.millert2003-04-061-4/+3
* string changes; millert okderaadt2003-04-061-19/+22
* HPUX, HP/UX -> HP-UXjmc2003-04-031-2/+2
* Update to ncurses-5.2-20010210:millert2001-02-221-4/+4
* $OpenBSD$niklas2001-01-292-0/+4
* Update to ncurses-5.2-20010114millert2001-01-222-6/+8
* update to ncurses 5.2millert2000-10-221-4/+7
* update to ncurses-5.1-20001007millert2000-10-087-73/+245
* Update to ncurses-5.1-20000722millert2000-07-242-4/+4
* ncurses-5.0-20000617millert2000-06-193-122/+158
* Update to ncurses-5.0-20000325millert2000-03-264-18/+38
* update to ncurses-5.0-20000311millert2000-03-133-17/+26
* Update to ncurses-5.0-20000304millert2000-03-103-17/+110
* Update to ncurses-5.0-20000115:millert2000-01-161-3/+3
* usage() should go to stderr, not stdout.millert2000-01-121-3/+5
* Update to ncurses-5.0-20000108:millert2000-01-091-2/+2
* Enable extended cap names. Previously, the only allowed cap names weremillert2000-01-081-4/+10
* When converting from terminfo to termcap, if we run out of space, nukemillert2000-01-051-2/+10
* update to ncurses-5.0-20000101millert2000-01-022-43/+53
* install infotocap.1millert1999-12-121-2/+2
* Update to ncurses-19991211:millert1999-12-124-958/+1019
* update to ncurses-5.0-19991204millert1999-12-063-31/+48
* update to ncurses-5.0-19991127millert1999-11-282-6/+8
* ncurses-5.0-990626millert1999-06-271-3/+8
* - remove trailing white spaceaaron1999-06-051-4/+4
* back out local change that should not have escapedmillert1999-03-222-4/+4
* ncurses-4.2-990316millert1999-03-161-2/+4
* ncurses-4.2-990314millert1999-03-151-4/+4
* Add -G flag; ncurses-4.2-990306millert1999-03-114-14/+23