summaryrefslogtreecommitdiff
path: root/stdlib/setenv.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-06-02Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath
2015-04-19Better fix for setenv (..., NULL, ...)Paul Eggert
2015-03-15* stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert
2015-03-13* stdlib/setenv.c (__add_to_environ):Paul Eggert
2015-01-07setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-11Remove unused variable from stdlib/setenv.cOndřej Bílka
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-10Fix previous commit.Ondřej Bílka
2014-02-10Deduplicate setenv.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2010-02-02Avoid alloca in setenv for long strings.Ulrich Drepper
2008-12-02* stdlib/setenv.c (unsetenv): Don't search environment if it doesUlrich Drepper
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek