History log of /freebsd-9.3-release/usr.bin/tset/set.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 200419 11-Dec-2009 delphij

Remove unnecessary termcap.h includes inherited from extern.h and other
unneeded headers. While I'm there, make function definations ANSI
prototypes.


# 92922 21-Mar-2002 imp

remove __P


# 87701 11-Dec-2001 markm

WARNS=2 fixes, use __FBSDID().


# 68617 11-Nov-2000 dg

Changed variable killchar to killch and erasechar to erasech to avoid
a name clash with the library functions of the same name (in libncurses).
This problem was masked when building tset shared (the local symbols had
precedence), but caused tset to core dump when it was built -static.


# 50638 30-Aug-1999 peter

Take a shot at making this work under termcap/terminfo ncurses. It
cheats a bit by accessing the termcap string buffer. A better solution
is needed.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 28370 18-Aug-1997 charnier

Use err(3) insteadof local redefinition. Sync usage string with man page.


# 7412 27-Mar-1995 ache

Fix erase determination code: don't look at
system defaults which is always the same


# 3397 06-Oct-1994 ache

Back out ospeed change


# 3390 06-Oct-1994 ache

PC/ospeed code ifdefed out, our libtermcap use usleep now


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources