aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strtol_l.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-05-25Fix special case for C2x strtol binary constant handling (BZ# 30371)Adhemerval Zanella1-3/+7
2023-02-16C2x strtol binary constant handlingJoseph Myers1-2/+28
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
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-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-2/+2
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-1/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-11 Fix indentation.Steve Ellcey1-2/+2
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers1-4/+4
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-11/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-20Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath1-1/+0
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-5/+5
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-31Remove PARAMS macros.Marek Polacek1-9/+4
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-2/+2
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939Roland McGrath1-1/+2
2006-08-08* stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,Ulrich Drepper1-10/+17
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper1-0/+557
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-564/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+564
1999-05-25Update.Ulrich Drepper1-28/+0
1997-05-26Update.Ulrich Drepper1-0/+2
1997-05-24Update.Ulrich Drepper1-0/+26