aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-11Fix sched_setscheduler call in spawn implementationUlrich Drepper
2011-05-11Fix manual regarding switch from read to write on streams.Per Inge Mathisen
2011-05-11Report write error in addmnt even for cached streams.Ulrich Drepper
2011-05-11Translate kernel error into what pthread_create should returnUlrich Drepper
2011-05-11Fix typo.Ulrich Drepper
2011-05-11Fix up testing for valid $ORIGIN useUlrich Drepper
2011-05-10More configurability for secondary group lookupUlrich Drepper
Together with a previous patch which introduced the initgroups entry in nsswitch.conf this patch allows more customization of the lookups for initgroups/getgrouplist. Nothing changes if the groups entry in nsswitch.conf is used. If the initgroups entry is used instead the code now doesn't automatically continue looking for more entries aftedr a successful lookup. Instead the normal rules are followed which do specify that by default no more service is consulted. This can be overwritten with [SUCCESS=continue] appropriately placed in the line.
2011-05-10Update NEWS.Ulrich Drepper
2011-05-09Just BZ annotationsUlrich Drepper
2011-05-09Handle localized y/n reply in sq_ALUlrich Drepper
2011-05-09Add support for CP770, CP771, CP772, CP773, and CP774Ulrich Drepper
2011-05-09sync glibc Latin American paper sizes with CLDR 1.8.1Caolán McNamara
2011-05-09Fix currency_symbol of es_NI localeUlrich Drepper
2011-05-09Change paper format for Nicaragua to letterUlrich Drepper
2011-05-09Month names in Russian Localization should be in lowercaseAlexey Balmashnov
2011-05-09Add mhr_RU localeUlrich Drepper
2011-05-09Add ary language entry.Ulrich Drepper
2011-05-09Support Colon SignUlrich Drepper
Used in the Costa Rican locale and now also in the El Salvadorian locale.
2011-05-09Add lij_IT localeUlrich Drepper
2011-05-09Add yue_HK localeChunshek Chan
2011-05-09Add wae_CH localeKevin Bortis
2011-05-09Estonia (et_EE) joins the eurozonePriit Laes
2011-05-09Add lb_LU localeUlrich Drepper
2011-05-09Use appropriate type for return value checkingUlrich Drepper
2011-05-09Add sw_KE and sw_TZ localesUlrich Drepper
2011-05-09Fix whitespacesUlrich Drepper
2011-05-09Add ff_SN localeUlrich Drepper
2011-05-09Update day/month names in tk_TM localeGhorban M. Tavakoly
2011-05-09Add bem_ZM and en_ZM localesUlrich Drepper
2011-05-09Document new localeUlrich Drepper
2011-05-09Use rupee sign in Indian locales.Ulrich Drepper
2011-05-09Transliterate U20B9.Ulrich Drepper
2011-05-09Remove some incorrectly added lines from UTF-8 dataUlrich Drepper
2011-05-09Update UTF-8 data fileUlrich Drepper
2011-05-09Fix contact info.Ulrich Drepper
2011-05-09Fix whitespacesUlrich Drepper
2011-05-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: localedata/ChangeLog
2011-05-09Add os_RU localeUlrich Drepper
2011-05-08Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab
2011-05-08Make complete getcwd work in rtldUlrich Drepper
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper
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 Drepper
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra
2011-05-07Doc fixes.Ulrich Drepper
2011-05-07Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper
2011-05-07Misplaced new line in last patchUlrich Drepper
2011-05-07Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper