OSDN Git Service

libc: build abort with unwind-info for backtrace
[uclinux-h8/uClibc.git] / libc / stdlib / setenv.c
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerNew hidden versions
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. MazingerSome more hidden internals
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2002-06-18 Eric AndersenSilly name change
2002-06-17 Manuel Novoa III Commit the new time stuff, even though I haven't made...
2002-06-10 Eric AndersenKill the libc-lock headers, which we do not use and...
2002-06-01 Eric AndersenDoh!
2002-05-30 Eric AndersenRework setenv, getenv and friends per the latest glibc...
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-02-09 Eric AndersenUse __environ instead of the GNU extension environ.
2000-11-11 Eric AndersenFix up a few messes so it compiles cleanly again.
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-10-09 Eric AndersenBug ugly formatting update
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-05-14 Erik AndersenInitial revision