History log of /src/usr.bin/tset/tset.c |
Revision | | Date | Author | Comments |
1.20 |
| 06-Sep-2011 |
joerg | ANSIfy. Sprinkle static and __dead.
|
1.19 |
| 10-Feb-2010 |
roy | Tidy defs.
|
1.18 |
| 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.17 |
| 14-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wcast-qual, -Wsign-compare)
|
1.16 |
| 21-Jul-2008 |
lukem | branches: 1.16.6; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.15 |
| 01-Sep-2004 |
chs | branches: 1.15.28; pass data to a function via arguments instead of via global variables. this avoids a name collision with libcurses functions when both are present in a crunched static binary. part of PR 26458.
|
1.14 |
| 23-Jul-2004 |
wiz | Add -E to usage; use getprogname(). From Kouichirou Hiratsuka in PR 26281.
|
1.13 |
| 07-Aug-2003 |
agc | branches: 1.13.2; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.12 |
| 11-Oct-2000 |
is | More format string cleanup by sommerfeld.
|
1.11 |
| 07-Jun-2000 |
simonb | branches: 1.11.2; Set "lines" and "columns" if ioctl(TIOCGWINSZ) returns something useful.
|
1.10 |
| 31-May-2000 |
blymn | Make emitting the full termcap entry an option otherwise csh breaks.
|
1.9 |
| 20-Dec-1999 |
kleink | branches: 1.9.2; Report disabled control characters as <undef> (like stty(1) does); fixes PR bin/9019 from SAKAI Atsushi <a-sakai@echo.nuee.nagoya-u.ac.jp>.
|
1.8 |
| 19-Dec-1998 |
christos | branches: 1.8.2; 1.8.6; char -> unsigned char
|
1.7 |
| 26-Jul-1998 |
mycroft | const poisoning.
|
1.6 |
| 20-Oct-1997 |
lukem | getopt returns -1 not EOF, use <err.h>, use ANSI string.h functions
|
1.5 |
| 14-Oct-1997 |
lukem | WARNSify, use <termcap.h>
|
1.4 |
| 07-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.3 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 |
| 18-May-1993 |
cgd | bring in getcap routines, supplied by CSRG, from 4.4...
|
1.1 |
| 09-Apr-1993 |
cgd | branches: 1.1.1; added, from net/2 (patch 124).
|
1.1.1.1 |
| 07-Dec-1994 |
jtc | imported from 4.4lite
|
1.8.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.8.2.3 |
| 19-Oct-2000 |
he | Apply patch (requested by he): Fix error in previous patch.
|
1.8.2.2 |
| 19-Oct-2000 |
he | Pull up revision 1.12 (via patch, requested by he): Format string cleanup.
|
1.8.2.1 |
| 20-Dec-1999 |
he | Pull up revision 1.9 (requested by kleink): Report disabled control characters as <undef> (like stty(1) does); fixes PR#9019.
|
1.9.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.11.2.1 |
| 18-Oct-2000 |
tv | Pullup usr.bin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.13.2.1 |
| 01-Sep-2004 |
jmc | Pullup rev 1.15 (requested by chs in ticket #808)
Rename variables so they dont conflict w. libcurses when crunched. PR#26458
|
1.15.28.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.16.6.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|