about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Just BZ annotationsUlrich Drepper2011-05-093-5/+7
|
* Handle localized y/n reply in sq_ALUlrich Drepper2011-05-093-7/+11
|
* Add support for CP770, CP771, CP772, CP773, and CP774Ulrich Drepper2011-05-0929-24/+1705
|
* sync glibc Latin American paper sizes with CLDR 1.8.1Caolán McNamara2011-05-094-13/+14
|
* Fix currency_symbol of es_NI localeUlrich Drepper2011-05-093-30/+34
|
* Change paper format for Nicaragua to letterUlrich Drepper2011-05-093-6/+9
|
* Month names in Russian Localization should be in lowercaseAlexey Balmashnov2011-05-093-23/+27
|
* Add mhr_RU localeUlrich Drepper2011-05-094-5/+172
|
* Add ary language entry.Ulrich Drepper2011-05-092-0/+3
|
* Support Colon SignUlrich Drepper2011-05-096-623/+631
| | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale.
* Add lij_IT localeUlrich Drepper2011-05-094-5/+140
|
* Add yue_HK localeChunshek Chan2011-05-094-5/+178
|
* Add wae_CH localeKevin Bortis2011-05-096-5/+256
|
* Estonia (et_EE) joins the eurozonePriit Laes2011-05-093-6/+10
|
* Add lb_LU localeUlrich Drepper2011-05-094-5/+206
|
* Use appropriate type for return value checkingUlrich Drepper2011-05-093-4/+8
|
* Add sw_KE and sw_TZ localesUlrich Drepper2011-05-095-3/+302
|
* Fix whitespacesUlrich Drepper2011-05-091-3/+2
|
* Add ff_SN localeUlrich Drepper2011-05-094-3/+204
|
* Update day/month names in tk_TM localeGhorban M. Tavakoly2011-05-093-72/+82
|
* Add bem_ZM and en_ZM localesUlrich Drepper2011-05-095-7/+301
|
* Document new localeUlrich Drepper2011-05-091-0/+2
|
* Use rupee sign in Indian locales.Ulrich Drepper2011-05-0919-20/+39
|
* Transliterate U20B9.Ulrich Drepper2011-05-095-499/+507
|
* Remove some incorrectly added lines from UTF-8 dataUlrich Drepper2011-05-091-6/+0
|
* Update UTF-8 data fileUlrich Drepper2011-05-092-0/+4387
|
* Fix contact info.Ulrich Drepper2011-05-091-2/+2
|
* Fix whitespacesUlrich Drepper2011-05-091-1/+0
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-05-092-4/+9
|\ | | | | | | | | Conflicts: localedata/ChangeLog
| * Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab2011-05-082-4/+9
| |
* | Add os_RU localeUlrich Drepper2011-05-094-2/+181
|/
* Make complete getcwd work in rtldUlrich Drepper2011-05-089-35/+93
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-0811-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).
* Optimize fdopendir a bit.Ulrich Drepper2011-05-084-7/+18
| | | | Don't call fcntl(F_SETFD) unnecessarily.
* static tls memory leak on TLS_DTV_AT_TP archsAlan Modra2011-05-073-25/+45
|
* Doc fixes.Ulrich Drepper2011-05-072-3/+3
|
* Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2011-05-072-2/+9
|
* Backport BIND code to query name as TLD.Ulrich Drepper2011-05-076-10/+30
|
* Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper2011-05-073-33/+106
|
* Misplaced new line in last patchUlrich Drepper2011-05-071-3/+1
|
* Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2011-05-072-1/+10
|
* Report if no record is found by initgroups in nss_files.Ulrich Drepper2011-05-062-1/+8
|
* Update.Ulrich Drepper2011-05-061-3/+2
|
* Install rpc/netdb.h againAndreas Schwab2011-05-063-3/+15
|
* Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov2011-05-052-1/+6
| | | | libc.a.
* Explain header situation after RPC removal in NEWSUlrich Drepper2011-05-051-1/+6
|
* Don't use removed rpc headersAndreas Schwab2011-05-054-8/+13
|
* ldconfig: don't crash on empty path in config fileAndreas Schwab2011-05-032-6/+13
|
* Better use of open in pathconf.Ulrich Drepper2011-05-021-1/+6
|
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-023-46/+35
|