History log of /src/usr.bin/basename |
Revision | Date | Author | Comments |
1.6 | 14-Apr-2009 |
lukem | Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
|
1.5 | 12-Jan-2005 |
xtraeme | branches: 1.5.36; WARNS=3
|
1.4 | 25-Mar-1995 |
glass | new rcsid format
|
1.3 | 26-Sep-1994 |
glass | updated to reflect local changes
|
1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 26-Sep-1994 |
glass | initial 4.4 lite import
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.5.36.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.18 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
1.17 | 06-Sep-2003 |
kleink | Add Xrefs to basename(3), dirname(3).
|
1.16 | 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.15 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.14 | 01-Dec-2001 |
wiz | Sort sections.
|
1.13 | 01-Dec-2001 |
wiz | Whitespace cleanup.
|
1.12 | 04-Sep-2000 |
kleink | For commands and utilities, use EXIT STATUS rather than RETURN VALUES or DIAGNOSTICS as appropriate (and documented in mdoc(7)).
|
1.11 | 15-Nov-1997 |
msaitoh | Add ".Sh DIAGNOSTICS"
|
1.10 | 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
1.9 | 25-Mar-1995 |
glass | new rcsid format
|
1.8 | 26-Sep-1994 |
jtc | Remove description of old, pre-POSIX behavior wrt. suffixes.
|
1.7 | 26-Sep-1994 |
glass | updated to reflect local changes
|
1.6 | 11-Jan-1994 |
jtc | Fix spelling errors.
|
1.5 | 01-Oct-1993 |
jtc | Fix grammar error.
|
1.4 | 19-Aug-1993 |
jtc | Document that utility now conforms to IEEE 1003.2-1992.
|
1.3 | 16-Aug-1993 |
jtc | Document the fact that basename and dirname conform to 1003.2-1992. Remove description of old, pre-POSIX behavior wrt. suffixes.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 26-Sep-1994 |
glass | initial 4.4 lite import
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.16 | 01-Feb-2019 |
mrg | compare pointers with NULL not '\0'.
|
1.15 | 29-Aug-2011 |
joerg | branches: 1.15.42; Use __dead
|
1.14 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.13 | 04-Apr-2005 |
peter | branches: 1.13.22; Clean up by using basename(3) from libc.
|
1.12 | 17-Feb-2005 |
xtraeme | Kill __P(), use ANSI function declarations.
|
1.11 | 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.10 | 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
1.9 | 02-Sep-1995 |
jtc | Sync with 4.4lite2
|
1.8 | 25-Mar-1995 |
glass | new rcsid format
|
1.7 | 26-Sep-1994 |
mycroft | Fix ugly C style.
|
1.6 | 26-Sep-1994 |
glass | updated to reflect local changes
|
1.5 | 19-Nov-1993 |
jtc | As of POSIX.2, getopt returns -1 instead of EOF on error. Changed the code to match just in case someone changes the value of EOF.
|
1.4 | 01-Oct-1993 |
jtc | Added setlocale(LC_ALL, "") --- all POSIX.2 utilities are supposed to do this --- although this won't change the behavior of this utility until we have message catalogs implemented. Pass through FlexeLint.
|
1.3 | 27-Aug-1993 |
jtc | Minor tweaks: including header files to bring prototypes into scope, explicitly declaring function return values, etc. to make gcc -Wall shut up.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.3 | 02-Sep-1995 |
jtc | imported from 44lite2
|
1.1.1.2 | 26-Sep-1994 |
glass | initial 4.4 lite import
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.13.22.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.15.42.1 | 10-Jun-2019 |
christos | Sync with HEAD
|