History log of /freebsd-10-stable/usr.bin/tput/tput.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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

# 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


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 163283 12-Oct-2006 ru

At least one argument is required.


# 102944 04-Sep-2002 dwmalone

ANSIify function definitions.
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by: md5


# 98218 14-Jun-2002 tjr

Adjust the exit status to conform to SUSv3 and document the fact it takes
multiple `argument' operands.


# 97763 03-Jun-2002 ache

Skip %pN comes from ncurses

PR: 15418


# 92922 21-Mar-2002 imp

remove __P


# 90165 04-Feb-2002 kris

Silence some WFORMAT=1 warnings


# 87707 11-Dec-2001 markm

WARNS=2 fixes, use __FBSDID().


# 78718 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


# 65428 04-Sep-2000 imp

getopt and friends are declared in <unistd.h>
getopt returns -1 not EOF.


# 24542 02-Apr-1997 jmg

add comment about the brokeness of some termcap entires that require a
`%' to be just that...

make tput just warn about an unknown type modifier instead of breaking...
this allows you to `tput init' on a tek4107...


# 24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


# 9941 05-Aug-1995 ache

Remove _set_ospeed, done in tgetent now.


# 9893 04-Aug-1995 ache

Replace ospeed switch with _set_ospeed


# 5080 12-Dec-1994 ache

Fix includes, tputs argument, ospeed setting, printing
attributes started with 'l'


# 3031 23-Sep-1994 dg

Fixed warnings about prototype mismatch by eliminating outc routine
and calling putchar directly.


# 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