You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Felker
649af9f73a
fix for setenv bogus var argument handling
thanks to mikachu
per POSIX:
The setenv() function shall fail if:
[EINVAL] The name argument is a null pointer, points to an empty
string, or points to a string containing an '=' character.
15 years ago
..
__environ.c
initial check-in, version 0.5.0
15 years ago
__libc_csu_fini.c
add startup abi functions, dummy for now. eventually needed for c++ support.
15 years ago
__libc_csu_init.c
add startup abi functions, dummy for now. eventually needed for c++ support.
15 years ago
__libc_start_main.c
initial check-in, version 0.5.0
15 years ago
clearenv.c
initial check-in, version 0.5.0
15 years ago
getenv.c
initial check-in, version 0.5.0
15 years ago
putenv.c
initial check-in, version 0.5.0
15 years ago
setenv.c
fix for setenv bogus var argument handling
15 years ago
unsetenv.c
initial check-in, version 0.5.0
15 years ago