Ulrich Drepper
eac80ce2fa
Fix typo.
2011-05-11 12:02:24 -04:00
Ulrich Drepper
22836f52e3
Fix up testing for valid $ORIGIN use
2011-05-11 00:15:38 -04:00
Ulrich Drepper
7b3b0b2a63
More configurability for secondary group lookup
...
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-10 00:36:29 -04:00
Ulrich Drepper
bc469bea5c
Update NEWS.
2011-05-10 00:11:47 -04:00
Ulrich Drepper
24c55fb3b3
Just BZ annotations
2011-05-09 23:29:28 -04:00
Ulrich Drepper
5d493feb1a
Handle localized y/n reply in sq_AL
2011-05-09 23:23:17 -04:00
Ulrich Drepper
be97a69ebe
Add support for CP770, CP771, CP772, CP773, and CP774
2011-05-09 23:15:39 -04:00
Caolán McNamara
be9c5e8b20
sync glibc Latin American paper sizes with CLDR 1.8.1
2011-05-09 19:33:32 -04:00
Ulrich Drepper
dcf4f6efae
Fix currency_symbol of es_NI locale
2011-05-09 19:25:20 -04:00
Ulrich Drepper
e371399f16
Change paper format for Nicaragua to letter
2011-05-09 19:18:50 -04:00
Alexey Balmashnov
f49839299a
Month names in Russian Localization should be in lowercase
2011-05-09 19:12:15 -04:00
Ulrich Drepper
a7b80ed51d
Add mhr_RU locale
2011-05-09 19:05:13 -04:00
Ulrich Drepper
c1e9e399b3
Add ary language entry.
2011-05-09 18:49:24 -04:00
Ulrich Drepper
96b4b1b04e
Support Colon Sign
...
Used in the Costa Rican locale and now also in the El Salvadorian
locale.
2011-05-09 18:37:52 -04:00
Ulrich Drepper
6894bb76e7
Add lij_IT locale
2011-05-09 14:39:10 -04:00
Chunshek Chan
72d1dddb02
Add yue_HK locale
2011-05-09 14:13:15 -04:00
Kevin Bortis
bdc2f971ee
Add wae_CH locale
2011-05-09 14:04:43 -04:00
Priit Laes
fd3bb3392b
Estonia (et_EE) joins the eurozone
2011-05-09 13:50:03 -04:00
Ulrich Drepper
56a7f7dd43
Add lb_LU locale
2011-05-09 13:27:17 -04:00
Ulrich Drepper
2952b11705
Use appropriate type for return value checking
2011-05-09 13:15:01 -04:00
Ulrich Drepper
6a564b67fc
Add sw_KE and sw_TZ locales
2011-05-09 13:08:17 -04:00
Ulrich Drepper
447ef77660
Fix whitespaces
2011-05-09 12:35:03 -04:00
Ulrich Drepper
c05c983867
Add ff_SN locale
2011-05-09 12:33:45 -04:00
Ghorban M. Tavakoly
d8741b523e
Update day/month names in tk_TM locale
2011-05-09 12:26:12 -04:00
Ulrich Drepper
5093422143
Add bem_ZM and en_ZM locales
2011-05-09 12:09:31 -04:00
Ulrich Drepper
64913e4216
Document new locale
2011-05-09 12:01:56 -04:00
Ulrich Drepper
9c1cc6f1fe
Use rupee sign in Indian locales.
2011-05-09 11:59:34 -04:00
Ulrich Drepper
2a81eaa5a2
Transliterate U20B9.
2011-05-09 11:53:58 -04:00
Ulrich Drepper
7734679ac1
Remove some incorrectly added lines from UTF-8 data
2011-05-09 11:49:21 -04:00
Ulrich Drepper
887ae4ea1f
Update UTF-8 data file
2011-05-09 11:48:19 -04:00
Ulrich Drepper
9329581898
Fix contact info.
2011-05-09 09:07:16 -04:00
Ulrich Drepper
4da0fb475d
Fix whitespaces
2011-05-09 09:02:25 -04:00
Ulrich Drepper
0f7843d00f
Merge branch 'master' of ssh://sourceware.org/git/glibc
...
Conflicts:
localedata/ChangeLog
2011-05-09 09:01:52 -04:00
Ulrich Drepper
445d72ca26
Add os_RU locale
2011-05-09 09:00:14 -04:00
Andreas Schwab
0e8131bb32
Remove .UTF-8 suffix from locale names when it is the only supported codeset
2011-05-08 21:48:03 -04:00
Ulrich Drepper
6fb2dde3f1
Make complete getcwd work in rtld
2011-05-08 14:53:20 -04:00
Ulrich Drepper
7fb90fb89b
Fix Linux getcwd for long paths
...
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-08 08:37:19 -04:00
Ulrich Drepper
28377d1bf5
Optimize fdopendir a bit.
...
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-08 00:48:30 -04:00
Alan Modra
66bdbaa452
static tls memory leak on TLS_DTV_AT_TP archs
2011-05-07 21:27:51 -04:00
Ulrich Drepper
c1e9ea3517
Doc fixes.
2011-05-07 13:30:39 -04:00
Jonathan Nieder
9572119174
Actually undefine ARG_MAX from <linux/limits.h>
2011-05-07 13:20:33 -04:00
Ulrich Drepper
f87dfb1f11
Backport BIND code to query name as TLD.
2011-05-07 13:05:19 -04:00
Ulrich Drepper
47c3cd7a74
Allow $ORIGIN to reference trusted directoreis in SUID binaries.
2011-05-07 11:44:26 -04:00
Ulrich Drepper
d08055417d
Misplaced new line in last patch
2011-05-07 09:13:43 -04:00
Paul Pluzhnikov
8a35c9120f
Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h
2011-05-07 09:03:36 -04:00
Ulrich Drepper
acd41f47ea
Report if no record is found by initgroups in nss_files.
2011-05-06 12:54:12 -04:00
Ulrich Drepper
a044697649
Update.
2011-05-06 07:47:33 -04:00
Andreas Schwab
597df64714
Install rpc/netdb.h again
2011-05-06 07:46:42 -04:00
Paul Pluzhnikov
b9af13014f
Use --{start,end}-group to handle circular dependency between libgcc.a and libc.a.
2011-05-05 15:37:07 -07:00
Ulrich Drepper
018b9e368d
Explain header situation after RPC removal in NEWS
2011-05-05 07:39:34 -04:00