#
83306973 |
| 26-Oct-2010 |
wiz <wiz@NetBSD.org> |
Improve wording after consultation with njoly.
|
#
5d635760 |
| 25-Oct-2010 |
njoly <njoly@NetBSD.org> |
Make putenv(3) fails with EINVAL for a null pointer, or for a string that either miss or start with a `=' character.
Adjust man page and testcase accordingly.
|
#
4c968434 |
| 16-Oct-2010 |
njoly <njoly@NetBSD.org> |
Make setenv(3) follow the standard, by rejecting invalid strings. It now fails with EINVAL errno when variable is NULL, empty or contains an `=' character; or value is NULL.
Adjust the man page acco
Make setenv(3) follow the standard, by rejecting invalid strings. It now fails with EINVAL errno when variable is NULL, empty or contains an `=' character; or value is NULL.
Adjust the man page accordingly, and exercize them in the existing environment testcase.
show more ...
|
#
732dd678 |
| 01-Oct-2010 |
wiz <wiz@NetBSD.org> |
Fix a typo, remove trailing whitespace.
|
#
7acc3301 |
| 01-Oct-2010 |
christos <christos@NetBSD.org> |
make putenv POSIX compliant.
|
#
abdcf63a |
| 23-Sep-2010 |
njoly <njoly@NetBSD.org> |
Add empty line in ERRORS section.
|
#
72a37764 |
| 26-Sep-2005 |
wiz <wiz@NetBSD.org> |
Punctuation nits; grammar fix.
|
#
cc85a7cf |
| 25-Sep-2005 |
christos <christos@NetBSD.org> |
add getenv_r and ttyname_r
|
#
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
#
472351e1 |
| 16-Apr-2003 |
wiz <wiz@NetBSD.org> |
Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
#
1a9947a7 |
| 07-Apr-2003 |
drochner <drochner@NetBSD.org> |
unsetenv(3) returns "int" now
|
#
13dee93f |
| 07-Apr-2003 |
kleink <kleink@NetBSD.org> |
1003.1-2001 has introduced unsetenv() which differs from the current implementation in not permitting a "name=value" argument. * Add a conforming __unsetenv13() and do function renaming for unseten
1003.1-2001 has introduced unsetenv() which differs from the current implementation in not permitting a "name=value" argument. * Add a conforming __unsetenv13() and do function renaming for unsetenv(); preserve old symbol with old behavior. * Make visible setenv() and unsetenv() for 1003.1-2001 feature selection macros; resolves PR standards/20479.
show more ...
|
#
1060c75f |
| 10-Aug-2002 |
yamt <yamt@NetBSD.org> |
result of getenv should be treated as read-only. from OpenBSD.
|
#
814f296b |
| 07-Feb-2002 |
ross <ross@NetBSD.org> |
Generate <>& symbolically.
|
#
4e59d266 |
| 16-Sep-2001 |
wiz <wiz@NetBSD.org> |
Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections, and some minor fixes.
|
#
ee3e4799 |
| 06-Feb-1998 |
kleink <kleink@NetBSD.org> |
Update standards section for putenv().
|
#
312aca53 |
| 05-Feb-1998 |
perry <perry@NetBSD.org> |
add LIBRARY section to man page
|
#
5f8a6c06 |
| 30-Jan-1998 |
perry <perry@NetBSD.org> |
update to lite-2
|
#
6dda330e |
| 28-Dec-1995 |
thorpej <thorpej@NetBSD.org> |
New-style RCS ids.
|
#
4fffd61a |
| 08-Apr-1994 |
cgd <cgd@NetBSD.org> |
fix it to be the way i *meant* it to be...
|
#
30a81257 |
| 07-Apr-1994 |
mycroft <mycroft@NetBSD.org> |
From Mark Weaver: Fix typo.
|
#
75e0f16f |
| 01-Apr-1994 |
cgd <cgd@NetBSD.org> |
specify what the args's contents must be
|
#
a66bb899 |
| 29-Nov-1993 |
jtc <jtc@NetBSD.org> |
Use "Er" for argument to -width in the lists in the ERROR sections so that formatting is consistant.
|
#
b1bd4afe |
| 01-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS indentifiers.
|
#
61f28255 |
| 21-Mar-1993 |
cgd <cgd@NetBSD.org> |
initial import of 386bsd-0.1 sources
|