| History log of /src/usr.bin/printenv |
| Revision | Date | Author | Comments |
| 1.4 | 09-Jan-1997 |
tls | Sync to 4.4BSD-Lite2
|
| 1.3 | 31-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.2 | 14-Jul-1993 |
jtc | When env was made 1003.2 compliant, the combined env/printenv manpage got a little unwieldy, so I split out env to its own manual page.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 28-Sep-1995 |
perry | imported from 44lite2
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.7 | 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.6 | 30-Sep-2002 |
grant | New sentence, new line.
|
| 1.5 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, getopt returns -1 not EOF
|
| 1.4 | 09-Jan-1997 |
tls | Sync to 4.4BSD-Lite2
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 | 14-Jul-1993 |
jtc | When env was made 1003.2 compliant, the combined env/printenv manpage got a little unwieldy, so I split out env to its own manual page.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 28-Sep-1995 |
perry | imported from 44lite2
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.12 | 06-Sep-2011 |
joerg | static + __dead
|
| 1.11 | 25-Jul-2009 |
dholland | de-__P() and ANSIfy; no functional change
|
| 1.10 | 25-Jul-2009 |
dholland | (1) reject instead of ignore extra arguments; (2) reject requests for environment variables containing '=' (PR 41774, but with different patch) (3) fix capitalization of usage message
|
| 1.9 | 21-Jul-2008 |
lukem | branches: 1.9.4; 1.9.10; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.8 | 07-Aug-2003 |
agc | branches: 1.8.18; 1.8.34; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.7 | 10-Sep-1999 |
simonb | Fix inconsistancy at start of copyright message.
|
| 1.6 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, getopt returns -1 not EOF
|
| 1.5 | 09-Jan-1997 |
tls | Sync to 4.4BSD-Lite2
|
| 1.4 | 31-Dec-1993 |
jtc | #include <stdlib.h> to bring function prototypes into scope.
|
| 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.2 | 28-Sep-1995 |
perry | imported from 44lite2
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.8.34.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.8.18.1 | 18-Aug-2009 |
bouyer | Pull up following revision(s) (requested by dholland in ticket #1343): usr.bin/printenv/printenv.c: revision 1.10 (1) reject instead of ignore extra arguments; (2) reject requests for environment variables containing '=' (PR 41774, but with different patch) (3) fix capitalization of usage message
|
| 1.9.10.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
| 1.9.4.1 | 04-Aug-2009 |
snj | Pull up following revision(s) (requested by dholland in ticket #871): usr.bin/printenv/printenv.c: revision 1.10 (1) reject instead of ignore extra arguments; (2) reject requests for environment variables containing '=' (PR 41774, but with different patch) (3) fix capitalization of usage message
|