aboutsummaryrefslogtreecommitdiff
path: root/stdlib/setenv.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-30setenv.c: Get rid of alloca.Joe Simmons-Talbott1-34/+6
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-25stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor1-2/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-04-15Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux1-12/+14
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers1-5/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers1-5/+2
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-6/+2
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-06-02Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath1-1/+5
2015-04-19Better fix for setenv (..., NULL, ...)Paul Eggert1-1/+17
2015-03-15* stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert1-9/+1
2015-03-13* stdlib/setenv.c (__add_to_environ):Paul Eggert1-1/+9
2015-01-07setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers1-0/+7
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-11Remove unused variable from stdlib/setenv.cOndřej Bílka1-1/+0
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-3/+3
2014-02-10Fix previous commit.Ondřej Bílka1-0/+5
2014-02-10Deduplicate setenv.Ondřej Bílka1-72/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-02-02Avoid alloca in setenv for long strings.Ulrich Drepper1-30/+64
2008-12-02* stdlib/setenv.c (unsetenv): Don't search environment if it doesUlrich Drepper1-14/+15
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper1-0/+353
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-353/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+353