History log of /freebsd-10.0-release/usr.bin/tput/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

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.


141846 13-Feb-2005 ru

Expand *n't contractions.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


116056 08-Jun-2003 charnier

command -> utility. Add section number to .Xr


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


98246 15-Jun-2002 tjr

Sort sections.


98219 14-Jun-2002 tjr

Use the Cm macro for the clear, init, reset and longname operands.


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 22-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().


81243 07-Aug-2001 ru

mdoc(7) police: sort xrefs.


80144 22-Jul-2001 mpp

Fix some man page xrefs.

PR: docs/26065
MFC after: 1 week


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


78718 24-Jun-2001 dd

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


75286 07-Apr-2001 ru

beforeinstall -> SCRIPTS.


70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


65428 04-Sep-2000 imp

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


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48168 24-Jun-1999 mpp

Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
that whatis(1) will produce the expected results.

Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc


25189 27-Apr-1997 jmg

``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)

add missing Id's
other minor clean ups


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.


22210 02-Feb-1997 wosch

${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}


9941 05-Aug-1995 ache

Remove _set_ospeed, done in tgetent now.


9893 04-Aug-1995 ache

Replace ospeed switch with _set_ospeed


9701 25-Jul-1995 bde

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.


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.