| History log of /src/usr.bin/banner/banner.c |
| Revision | | Date | Author | Comments |
| 1.15 |
| 29-Feb-2012 |
wiz | Sync usage with man page. From Bug Hunting in PR 46102.
|
| 1.14 |
| 26-Feb-2012 |
wiz | Sort options in man page. Add EXIT STATUS section. Bump date. Sync usage with man page.
Mostly from Bug Hunting in PR 46102.
|
| 1.13 |
| 29-Aug-2011 |
joerg | branches: 1.13.2; Use __dead
|
| 1.12 |
| 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.11 |
| 07-Aug-2003 |
agc | branches: 1.11.34; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.10 |
| 13-Mar-2003 |
he | Make this compile again. Cast char variable to int before comparing > 0x7f, so that this gives the same result for machines with signed and unsigned char.
|
| 1.9 |
| 13-Mar-2003 |
mjl | Fix handling of control and non-ascii charachters. Print a space instead of what happens to be at that position (out of bounds) in the char array. Prompted by OpenBSD PR/3147.
|
| 1.8 |
| 13-Mar-2003 |
mjl | Correct handling of empty arguments as reported in OpenBSD PR/3146. While there use strlcpy instead of strncpy and STDOUT_FILENO instead of 1.
|
| 1.7 |
| 20-Feb-2001 |
cgd | use getprogname()
|
| 1.6 |
| 04-Oct-2000 |
mjl | getopt(3) returns -1 not EOF. Add usage(). Un-__P and ANSIfy.
|
| 1.5 |
| 03-Jul-2000 |
matt | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
|
| 1.4 |
| 30-May-2000 |
sjg | Allow the LPD font to be selected at runtime rather than compile time. Also added -f fg and -b bg switches to control the fore/back ground "colors". One can now do inverse :-)
|
| 1.3 |
| 18-Oct-1997 |
lukem | branches: 1.3.10; WARNSify, fix .Nm usage
|
| 1.2 |
| 09-Apr-1995 |
cgd | clean up RCS Ids, etc.
|
| 1.1 |
| 09-Apr-1995 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 09-Apr-1995 |
cgd | a /usr/bin/banner clone, written by Simon J. Gerraty
|
| 1.3.10.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.11.34.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.13.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|