summaryrefslogtreecommitdiff
path: root/stdlib/setenv.c
AgeCommit message (Expand)Author
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