Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translate kernel error into what pthread_create should return | Ulrich Drepper | 2011-05-11 | 3 | -3/+8 |
| | |||||
* | Fix typo. | Ulrich Drepper | 2011-05-11 | 1 | -1/+1 |
| | |||||
* | Fix up testing for valid $ORIGIN use | Ulrich Drepper | 2011-05-11 | 2 | -16/+44 |
| | |||||
* | More configurability for secondary group lookup | Ulrich Drepper | 2011-05-10 | 4 | -21/+48 |
| | | | | | | | | | | | | | 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. | ||||
* | Update NEWS. | Ulrich Drepper | 2011-05-10 | 1 | -0/+2 |
| | |||||
* | Just BZ annotations | Ulrich Drepper | 2011-05-09 | 3 | -5/+7 |
| | |||||
* | Handle localized y/n reply in sq_AL | Ulrich Drepper | 2011-05-09 | 3 | -7/+11 |
| | |||||
* | Add support for CP770, CP771, CP772, CP773, and CP774 | Ulrich Drepper | 2011-05-09 | 29 | -24/+1705 |
| | |||||
* | sync glibc Latin American paper sizes with CLDR 1.8.1 | Caolán McNamara | 2011-05-09 | 4 | -13/+14 |
| | |||||
* | Fix currency_symbol of es_NI locale | Ulrich Drepper | 2011-05-09 | 3 | -30/+34 |
| | |||||
* | Change paper format for Nicaragua to letter | Ulrich Drepper | 2011-05-09 | 3 | -6/+9 |
| | |||||
* | Month names in Russian Localization should be in lowercase | Alexey Balmashnov | 2011-05-09 | 3 | -23/+27 |
| | |||||
* | Add mhr_RU locale | Ulrich Drepper | 2011-05-09 | 4 | -5/+172 |
| | |||||
* | Add ary language entry. | Ulrich Drepper | 2011-05-09 | 2 | -0/+3 |
| | |||||
* | Support Colon Sign | Ulrich Drepper | 2011-05-09 | 6 | -623/+631 |
| | | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale. | ||||
* | Add lij_IT locale | Ulrich Drepper | 2011-05-09 | 4 | -5/+140 |
| | |||||
* | Add yue_HK locale | Chunshek Chan | 2011-05-09 | 4 | -5/+178 |
| | |||||
* | Add wae_CH locale | Kevin Bortis | 2011-05-09 | 6 | -5/+256 |
| | |||||
* | Estonia (et_EE) joins the eurozone | Priit Laes | 2011-05-09 | 3 | -6/+10 |
| | |||||
* | Add lb_LU locale | Ulrich Drepper | 2011-05-09 | 4 | -5/+206 |
| | |||||
* | Use appropriate type for return value checking | Ulrich Drepper | 2011-05-09 | 3 | -4/+8 |
| | |||||
* | Add sw_KE and sw_TZ locales | Ulrich Drepper | 2011-05-09 | 5 | -3/+302 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-05-09 | 1 | -3/+2 |
| | |||||
* | Add ff_SN locale | Ulrich Drepper | 2011-05-09 | 4 | -3/+204 |
| | |||||
* | Update day/month names in tk_TM locale | Ghorban M. Tavakoly | 2011-05-09 | 3 | -72/+82 |
| | |||||
* | Add bem_ZM and en_ZM locales | Ulrich Drepper | 2011-05-09 | 5 | -7/+301 |
| | |||||
* | Document new locale | Ulrich Drepper | 2011-05-09 | 1 | -0/+2 |
| | |||||
* | Use rupee sign in Indian locales. | Ulrich Drepper | 2011-05-09 | 19 | -20/+39 |
| | |||||
* | Transliterate U20B9. | Ulrich Drepper | 2011-05-09 | 5 | -499/+507 |
| | |||||
* | Remove some incorrectly added lines from UTF-8 data | Ulrich Drepper | 2011-05-09 | 1 | -6/+0 |
| | |||||
* | Update UTF-8 data file | Ulrich Drepper | 2011-05-09 | 2 | -0/+4387 |
| | |||||
* | Fix contact info. | Ulrich Drepper | 2011-05-09 | 1 | -2/+2 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-05-09 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-05-09 | 2 | -4/+9 |
|\ | | | | | | | | | Conflicts: localedata/ChangeLog | ||||
| * | Remove .UTF-8 suffix from locale names when it is the only supported codeset | Andreas Schwab | 2011-05-08 | 2 | -4/+9 |
| | | |||||
* | | Add os_RU locale | Ulrich Drepper | 2011-05-09 | 4 | -2/+181 |
|/ | |||||
* | Make complete getcwd work in rtld | Ulrich Drepper | 2011-05-08 | 9 | -35/+93 |
| | |||||
* | Fix Linux getcwd for long paths | Ulrich Drepper | 2011-05-08 | 11 | -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 Drepper | 2011-05-08 | 4 | -7/+18 |
| | | | | Don't call fcntl(F_SETFD) unnecessarily. | ||||
* | static tls memory leak on TLS_DTV_AT_TP archs | Alan Modra | 2011-05-07 | 3 | -25/+45 |
| | |||||
* | Doc fixes. | Ulrich Drepper | 2011-05-07 | 2 | -3/+3 |
| | |||||
* | Actually undefine ARG_MAX from <linux/limits.h> | Jonathan Nieder | 2011-05-07 | 2 | -2/+9 |
| | |||||
* | Backport BIND code to query name as TLD. | Ulrich Drepper | 2011-05-07 | 6 | -10/+30 |
| | |||||
* | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 2011-05-07 | 3 | -33/+106 |
| | |||||
* | Misplaced new line in last patch | Ulrich Drepper | 2011-05-07 | 1 | -3/+1 |
| | |||||
* | Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h | Paul Pluzhnikov | 2011-05-07 | 2 | -1/+10 |
| | |||||
* | Report if no record is found by initgroups in nss_files. | Ulrich Drepper | 2011-05-06 | 2 | -1/+8 |
| | |||||
* | Update. | Ulrich Drepper | 2011-05-06 | 1 | -3/+2 |
| | |||||
* | Install rpc/netdb.h again | Andreas Schwab | 2011-05-06 | 3 | -3/+15 |
| | |||||
* | Use --{start,end}-group to handle circular dependency between libgcc.a and ↵ | Paul Pluzhnikov | 2011-05-05 | 2 | -1/+6 |
| | | | | libc.a. |