Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-09 | Fix currency_symbol of es_NI locale | Ulrich Drepper | 1 | -4/+5 | |
2011-05-09 | Change paper format for Nicaragua to letter | Ulrich Drepper | 1 | -4/+4 | |
2011-05-09 | Month names in Russian Localization should be in lowercase | Alexey Balmashnov | 1 | -4/+4 | |
2011-05-09 | Add mhr_RU locale | Ulrich Drepper | 1 | -5/+5 | |
2011-05-09 | Add lij_IT locale | Ulrich Drepper | 1 | -5/+5 | |
2011-05-09 | Add yue_HK locale | Chunshek Chan | 1 | -5/+6 | |
2011-05-09 | Add wae_CH locale | Kevin Bortis | 1 | -5/+5 | |
2011-05-09 | Estonia (et_EE) joins the eurozone | Priit Laes | 1 | -4/+4 | |
2011-05-09 | Add lb_LU locale | Ulrich Drepper | 1 | -5/+5 | |
2011-05-09 | Use appropriate type for return value checking | Ulrich Drepper | 1 | -3/+3 | |
2011-05-09 | Add sw_KE and sw_TZ locales | Ulrich Drepper | 1 | -3/+4 | |
2011-05-09 | Add ff_SN locale | Ulrich Drepper | 1 | -3/+3 | |
2011-05-09 | Update day/month names in tk_TM locale | Ghorban M. Tavakoly | 1 | -2/+2 | |
2011-05-09 | Add bem_ZM and en_ZM locales | Ulrich Drepper | 1 | -7/+7 | |
2011-05-09 | Document new locale | Ulrich Drepper | 1 | -0/+2 | |
2011-05-09 | Use rupee sign in Indian locales. | Ulrich Drepper | 1 | -2/+2 | |
2011-05-09 | Transliterate U20B9. | Ulrich Drepper | 1 | -2/+2 | |
2011-05-09 | Add os_RU locale | Ulrich Drepper | 1 | -2/+2 | |
2011-05-08 | Fix Linux getcwd for long paths | Ulrich Drepper | 1 | -3/+3 | |
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-07 | Doc fixes. | Ulrich Drepper | 1 | -1/+1 | |
2011-05-07 | Backport BIND code to query name as TLD. | Ulrich Drepper | 1 | -1/+1 | |
2011-05-07 | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 1 | -2/+3 | |
2011-05-06 | Update. | Ulrich Drepper | 1 | -3/+2 | |
2011-05-05 | Explain header situation after RPC removal in NEWS | Ulrich Drepper | 1 | -1/+6 | |
2011-05-02 | getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules | Maciej Babinski | 1 | -1/+1 | |
2011-05-02 | Fix pathconf(_PC_BUF_SIZE). | Ulrich Drepper | 1 | -2/+2 | |
2011-05-01 | Update NEWS | Ulrich Drepper | 1 | -2/+2 | |
2011-04-22 | Use al possible bytes from fopen mode string. | Eric Blake | 1 | -2/+2 | |
2011-04-17 | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 1 | -1/+1 | |
2011-04-17 | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 1 | -3/+3 | |
fnstenv on x86-64 seems to clear the state. Work around. | |||||
2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 1 | -1/+7 | |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 1 | -1/+1 | |
2011-04-10 | Update NEWS. | Ulrich Drepper | 1 | -2/+3 | |
2011-04-09 | Fix typo in comment. | Ulrich Drepper | 1 | -2/+2 | |
2011-04-01 | Work around old buggy program which cannot cope with memcpy semantics. | H.J. Lu | 1 | -2/+2 | |
2011-04-01 | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 1 | -1/+2 | |
2011-04-01 | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 1 | -1/+1 | |
2011-04-01 | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 1 | -2/+2 | |
2011-03-30 | Add clock_adjtime syscall. | Ulrich Drepper | 1 | -1/+3 | |
2011-03-21 | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 1 | -2/+2 | |
2011-03-20 | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | 1 | -2/+2 | |
2011-03-18 | Add BZ info. | Ulrich Drepper | 1 | -2/+2 | |
2011-03-10 | Fix copy relocations handling of unique objects. | Ulrich Drepper | 1 | -2/+2 | |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -1/+1 | |
2011-02-25 | Update BZ list | Ulrich Drepper | 1 | -2/+2 | |
2011-02-20 | Update with BZ number. | Ulrich Drepper | 1 | -2/+2 | |
2011-02-20 | Move setting variable in relro data earlier in ld.so. | Andreas Schwab | 1 | -1/+1 | |
2011-02-17 | Update bug list. | Ulrich Drepper | 1 | -2/+2 | |
2011-02-02 | Fix typo in NEWS | Ulrich Drepper | 1 | -1/+1 | |
2011-02-02 | Update bz list | Ulrich Drepper | 1 | -2/+2 | |