| History log of /src/usr.bin/tset/term.c |
| Revision | | Date | Author | Comments |
| 1.17 |
| 06-Sep-2011 |
joerg | ANSIfy. Sprinkle static and __dead.
|
| 1.16 |
| 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
| 1.15 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.14 |
| 31-May-2000 |
blymn | Make emitting the full termcap entry an option otherwise csh breaks.
|
| 1.13 |
| 25-May-2000 |
blymn | branches: 1.13.2; Make tset export the entire termcap entry.
|
| 1.12 |
| 09-Nov-1999 |
drochner | Since our gcc doesn't warn about NULL format strings anymore, we can fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd.
|
| 1.11 |
| 25-Aug-1998 |
ross | branches: 1.11.6; Add { and } to shut up egcs. Reformat the more questionable code.
|
| 1.10 |
| 26-Jul-1998 |
mycroft | const poisoning.
|
| 1.9 |
| 20-Oct-1997 |
lukem | getopt returns -1 not EOF, use <err.h>, use ANSI string.h functions
|
| 1.8 |
| 14-Oct-1997 |
lukem | WARNSify, use <termcap.h>
|
| 1.7 |
| 15-Nov-1996 |
lukem | - clean up man page - don't allow quotes in terminal names (for -s and -S) as they confuse the shell. whitespace is currently forbidden for the same reason. as there isn't any orthoganol way of escaping this, forbid it all, which makes [bin/306] unfixable. - use str(r)char instead of (r)index
|
| 1.6 |
| 07-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.5 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.4 |
| 18-May-1993 |
cgd | bring in getcap routines, supplied by CSRG, from 4.4...
|
| 1.3 |
| 28-Apr-1993 |
mycroft | Fix NULL pointer reference.
|
| 1.2 |
| 09-Apr-1993 |
proven | Fixed minor bug where a ^D at the terminal type prompt caused an infinite loop.
|
| 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.11.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.13.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|