summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/setenv.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-8/+0
* setenv.c: tiny code shrinkDenis Vlasenko2008-12-091-36/+38
* setenv.c: further code shrinkDenis Vlasenko2008-12-091-36/+26
* fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],Denis Vlasenko2008-12-091-96/+89
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-3/+3
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-5/+5
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-96/+92
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+0
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+3
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-20/+26
* New hidden versionsPeter S. Mazinger2005-12-161-1/+2
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-011-12/+12
* Hiding againPeter S. Mazinger2005-11-291-2/+4
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Some more hidden internalsPeter S. Mazinger2005-11-261-1/+1
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* 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
* Kill the libc-lock headers, which we do not use and which areEric Andersen2002-06-101-6/+7
* Doh!Eric Andersen2002-06-011-1/+1
* Rework setenv, getenv and friends per the latest glibc code, but cleanedEric Andersen2002-05-301-120/+177
* 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
* Use __environ instead of the GNU extension environ.Eric Andersen2001-02-091-3/+0
* 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
* Initial revision0_9_1Erik Andersen2000-05-141-0/+73