summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/setenv.c
Commit message (Collapse)AuthorAgeFilesLines
* Silly name changeEric Andersen2002-06-181-4/+3
|
* Commit the new time stuff, even though I haven't made it threadsafe yet.Manuel Novoa III2002-06-171-1/+2
| | | | At least people can play with it. Also, fix a buglet in setenv.c.
* Kill the libc-lock headers, which we do not use and which areEric Andersen2002-06-101-6/+7
| | | | | not correct for uClibc. Fix setenv locking to behave itself. -Erik
* Doh!Eric Andersen2002-06-011-1/+1
|
* Rework setenv, getenv and friends per the latest glibc code, but cleanedEric Andersen2002-05-301-120/+177
| | | | | up for readability. Merge in putenv. Add clearenv as a side effect. -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+2
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Use __environ instead of the GNU extension environ.Eric Andersen2001-02-091-3/+0
| | | | -Erik
* Fix up a few messes so it compiles cleanly again.Eric Andersen2000-11-111-0/+1
|
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-261-58/+126
|
* Bug ugly formatting updateEric Andersen2000-10-091-60/+62
|
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+2
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+73