aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-09Add wae_CH localeKevin Bortis6-5/+256
2011-05-09Estonia (et_EE) joins the eurozonePriit Laes3-6/+10
2011-05-09Add lb_LU localeUlrich Drepper4-5/+206
2011-05-09Use appropriate type for return value checkingUlrich Drepper3-4/+8
2011-05-09Add sw_KE and sw_TZ localesUlrich Drepper5-3/+302
2011-05-09Fix whitespacesUlrich Drepper1-3/+2
2011-05-09Add ff_SN localeUlrich Drepper4-3/+204
2011-05-09Update day/month names in tk_TM localeGhorban M. Tavakoly3-72/+82
2011-05-09Add bem_ZM and en_ZM localesUlrich Drepper5-7/+301
2011-05-09Document new localeUlrich Drepper1-0/+2
2011-05-09Use rupee sign in Indian locales.Ulrich Drepper19-20/+39
2011-05-09Transliterate U20B9.Ulrich Drepper5-499/+507
2011-05-09Remove some incorrectly added lines from UTF-8 dataUlrich Drepper1-6/+0
2011-05-09Update UTF-8 data fileUlrich Drepper2-0/+4387
2011-05-09Fix contact info.Ulrich Drepper1-2/+2
2011-05-09Fix whitespacesUlrich Drepper1-1/+0
2011-05-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-4/+9
Conflicts: localedata/ChangeLog
2011-05-09Add os_RU localeUlrich Drepper4-2/+181
2011-05-08Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab2-4/+9
2011-05-08Make complete getcwd work in rtldUlrich Drepper9-35/+93
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper11-146/+307
The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
2011-05-08Optimize fdopendir a bit.Ulrich Drepper4-7/+18
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra3-25/+45
2011-05-07Doc fixes.Ulrich Drepper2-3/+3
2011-05-07Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2-2/+9
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper6-10/+30
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper3-33/+106
2011-05-07Misplaced new line in last patchUlrich Drepper1-3/+1
2011-05-07Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2-1/+10
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper2-1/+8
2011-05-06Update.Ulrich Drepper1-3/+2
2011-05-06Install rpc/netdb.h againAndreas Schwab3-3/+15
2011-05-05Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov2-1/+6
libc.a.
2011-05-05Explain header situation after RPC removal in NEWSUlrich Drepper1-1/+6
2011-05-05Don't use removed rpc headersAndreas Schwab4-8/+13
2011-05-03ldconfig: don't crash on empty path in config fileAndreas Schwab2-6/+13
2011-05-02Better use of open in pathconf.Ulrich Drepper1-1/+6
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski3-46/+35
2011-05-02Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper3-3/+21
2011-05-01Update NEWSUlrich Drepper1-2/+2
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible4-5/+13
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper3-2/+10
2011-04-22Use al possible bytes from fopen mode string.Eric Blake3-18/+25
2011-04-22Fix "make xcheck" in sunrpc.H.J. Lu5-3/+25
2011-04-22Fix whitespaces.Ulrich Drepper7-106/+104
2011-04-22Remove doubled words.Jim Meyering57-107/+107
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper2-1/+7
2011-04-20Fix build problem in sunrpc.Ulrich Drepper2-2/+6
2011-04-19Fix little issue with last change.Ulrich Drepper1-2/+4
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper4-1/+142