about summary refs log tree commit diff
path: root/stdlib/setenv.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* setenv.c: Get rid of alloca.Joe Simmons-Talbott2023-06-301-34/+6
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor2022-01-251-2/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux2016-04-151-12/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-5/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-5/+2
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-6/+2
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath2015-06-021-1/+5
* Better fix for setenv (..., NULL, ...)Paul Eggert2015-04-191-1/+17
* * stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert2015-03-151-9/+1
* * stdlib/setenv.c (__add_to_environ):Paul Eggert2015-03-131-1/+9
* setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers2015-01-071-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove unused variable from stdlib/setenv.cOndřej Bílka2014-02-111-1/+0
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-3/+3
* Fix previous commit.Ondřej Bílka2014-02-101-0/+5
* Deduplicate setenv.Ondřej Bílka2014-02-101-72/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Avoid alloca in setenv for long strings.Ulrich Drepper2010-02-021-30/+64
* * stdlib/setenv.c (unsetenv): Don't search environment if it doesUlrich Drepper2008-12-021-14/+15
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+353
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-353/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+353