1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/lib/libc
Andrey A. Chernov 15fdb055e5 Make putenv() fully conforms to Open Group specs Issue 6
(also IEEE Std 1003.1-2001)

The specs explicitly says that altering passed string
should change the environment, i.e. putenv() directly puts its arg
into environment (unlike setenv() which just copies it there).
It means that putenv() can't be implemented via setenv()
(like we have before) at all. Putenv() value lives (allows modifying)
up to the next putenv() or setenv() call.
2007-04-30 16:56:18 +00:00
..
amd64 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
arm Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
compat-43 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
db Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
gdtoa Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
gen Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
gmon Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
i386 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
ia64 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
include Remove 3rd clause, renumber, ok per email 2007-01-12 07:31:30 +00:00
inet Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
isc Merge BIND9 9.3.3 into main chunk. 2006-12-15 20:59:55 +00:00
locale Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
nameser Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
net Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
nls Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
posix1e Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
powerpc Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
quad Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
regex Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
resolv Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
rpc Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
softfloat Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
sparc64 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
stdio Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
stdlib Make putenv() fully conforms to Open Group specs Issue 6 2007-04-30 16:56:18 +00:00
stdtime Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
string Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
sys Add missing links and sort. 2007-04-29 21:38:25 +00:00
uuid Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
xdr Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
yp Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
Makefile Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden 2007-03-04 12:25:03 +00:00
Versions.def Make sure FBSDprivate_1.0 is located at the end of the version 2007-04-29 16:14:17 +00:00