Module Name:src
Committed By: leot
Date: Sat Feb 8 11:10:08 UTC 2020
Modified Files:
src/usr.bin/env: env.1
Log Message:
Fix a typo (extra `s')
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/env/env.1
Please note that diffs are not public dom
Module Name:src
Committed By: kamil
Date: Sat Feb 8 11:02:07 UTC 2020
Modified Files:
src/usr.bin/env: env.1 env.c
Log Message:
Implement env(1) -0
-0 End each output line with NUL, not newline.
FreeBSD and GNU env(1) implement -0 which is used in 3rd party scripts
Module Name:src
Committed By: kamil
Date: Sat Feb 8 10:36:02 UTC 2020
Modified Files:
src/usr.bin/env: env.c
Log Message:
Add CVS Id tag and switch __attribute__ to __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/env/env.c
Please note
Module Name:src
Committed By: kamil
Date: Sat Feb 8 10:30:22 UTC 2020
Modified Files:
src/usr.bin/env: env.1 env.c
Log Message:
Implement env(1) -u
The option '-u name' causes removal of the name environment variable if
it is in the environment. This is similar to the u
Module Name:src
Committed By: christos
Date: Tue Nov 16 02:53:49 UTC 2010
Modified Files:
src/usr.bin/env: env.c
Log Message:
minor KNF nits.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/env/env.c
Please note that diffs are not public domain
Module Name:src
Committed By: njoly
Date: Sat Oct 16 11:13:52 UTC 2010
Modified Files:
src/usr.bin/env: env.c
Log Message:
Do use putenv(3) to handle the provided strings directly, instead of
setenv(3) which need string splitting and later reassembly.
To generate a diff
Module Name:src
Committed By: jschauma
Date: Fri Oct 15 19:35:09 UTC 2010
Modified Files:
src/usr.bin/env: env.c
Log Message:
remove duplicate 'was' in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/env/env.c
Please note that diffs a