OSDN Git Service

stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions
[uclinux-h8/uClibc.git] / libc / stdlib / getenv.c
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2002-08-07 Eric AndersenChanged my mind. Keep this separate.
2002-08-07 Eric AndersenRewrite getenv
2002-05-30 Eric AndersenRework setenv, getenv and friends per the latest glibc...
2001-02-09 Eric AndersenUse __environ instead of the GNU extension environ.
2000-10-09 Eric AndersenBug ugly formatting update
2000-05-14 Erik AndersenInitial revision