Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.11.90-19fedora/glibc-2.11.90-19 | 2010-04-13 | 1 | -1/+4 | |
| | |||||
* | Avoid multiarch memcmp in tzdata-update | 2010-04-13 | 1 | -2/+13 | |
| | |||||
* | 2.11.90-18fedora/glibc-2.11.90-18 | 2010-04-12 | 1 | -1/+13 | |
| | |||||
* | Merge remote branch 'origin/master' into fedora/master | 2010-04-12 | 84 | -288/+1516 | |
|\ | |||||
| * | Fix crash on reloading of gai data in nscd. | 2010-04-09 | 3 | -18/+16 | |
| | | |||||
| * | Use a stamp file for libc-abis.h rule. | 2010-04-09 | 2 | -3/+10 | |
| | | |||||
| * | Revert "Shorten build commands" | 2010-04-09 | 4 | -26/+3 | |
| | | | | | | | | This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8. | ||||
| * | Fix tst-chmod not to write into srcdir. | 2010-04-09 | 2 | -1/+5 | |
| | | |||||
| * | Fix typo in last commit. | 2010-04-09 | 1 | -1/+1 | |
| | | |||||
| * | Add BZ to an older patch. | 2010-04-09 | 2 | -8/+8 | |
| | | |||||
| * | Implement interfaces to set and get names of threads. | 2010-04-09 | 7 | -5/+165 | |
| | | | | | | | | | | | | | | | | At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed. | ||||
| * | Fix typo in locale source file. | 2010-04-08 | 46 | -81/+127 | |
| | | |||||
| * | Whitespace issues. | 2010-04-08 | 1 | -36/+35 | |
| | | |||||
| * | More news. Add BZ info for current and previous releases. | 2010-04-08 | 1 | -5/+78 | |
| | | |||||
| * | Build cv_RU locale. | 2010-04-08 | 2 | -0/+7 | |
| | | |||||
| * | Chuvash language locale for Russia. | 2010-04-08 | 1 | -0/+239 | |
| | | |||||
| * | Add BZ number. | 2010-04-08 | 1 | -0/+1 | |
| | | |||||
| * | Print reload count in nscd statistics. | 2010-04-08 | 2 | -3/+11 | |
| | | |||||
| * | Change es_GT paper sizxe to letter. | 2010-04-08 | 2 | -30/+30 | |
| | | |||||
| * | Fix reading loginuid file in getlogin{,_r}. | 2010-04-08 | 2 | -4/+16 | |
| | | |||||
| * | Fix possibly uninitilized variable handling. | 2010-04-08 | 2 | -0/+6 | |
| | | | | | | | | | | | | If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable. | ||||
| * | Shorten build commands | 2010-04-08 | 4 | -3/+26 | |
| | | | | | | | | | | | | | | | | | | | | This patch scratches an itch. Each individual gcc command in the glibc build is over 1K, which means it takes up a good chunk of my terminal. Most of that is include paths. Any version of GCC new enough to build glibc supports response files, which were added in 2005. So use a response file for the static list of include paths. Now the build commands are a lot shorter, and easier to use when developing glibc. | ||||
| * | Fix whitespaces. | 2010-04-08 | 1 | -1/+1 | |
| | | |||||
| * | Merge remote branch 'origin/roland/hwcap_mask' | 2010-04-08 | 3 | -6/+21 | |
| |\ | |||||
| | * | Obey LD_HWCAP_MASK in ld.so.cache lookups. | 2010-04-05 | 3 | -6/+21 | |
| | | | |||||
| * | | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | 2010-04-08 | 2 | -6/+13 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Fix libc-abis rules to be correct for add-on ports. | 2010-04-08 | 2 | -6/+13 | |
| | | | | |||||
| * | | | Fix fallocate error return on i386. | 2010-04-08 | 3 | -2/+19 | |
| | | | | |||||
| * | | | Fix cproj implmentation. | 2010-04-08 | 6 | -51/+33 | |
| |/ / | |||||
| * | | More NEWS for 2.12. | 2010-04-08 | 1 | -1/+7 | |
| | | | |||||
| * | | kok_IN locale should have been support for some time. | 2010-04-08 | 2 | -1/+2 | |
| | | | |||||
| * | | Hook up sq_MK locale. | 2010-04-08 | 3 | -1/+12 | |
| | | | |||||
| * | | Albanian language locale for Macedonia | 2010-04-08 | 1 | -0/+105 | |
| | | | |||||
| * | | Add tests for recent getopt changes. | 2010-04-07 | 7 | -1/+404 | |
| | | | |||||
| * | | getopt mishandles optstring of "+:" | 2010-04-07 | 2 | -2/+8 | |
| | | | |||||
| * | | getopt mistakenly allows '-;' as short option | 2010-04-07 | 2 | -2/+8 | |
| | | | |||||
| * | | Fix -W with optional parameters in getopt. | 2010-04-07 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | According to the getopt documentation, if "W;" is part of optstring, then '-W foo' should behave like '--foo'. But if "foo" uses an optional_argument, this is not the case, since optarg is not NULL when using -W. | ||||
| * | | Fix Mr. Mrs. Ms. and Miss in sq_AL | 2010-04-07 | 2 | -29/+35 | |
| | | | |||||
| * | | Implement new mode for NIS passwd.adjunct.byname table. | 2010-04-07 | 7 | -49/+132 | |
| | | | | | | | | | | | | | | | | | | | | | The passwd.adjunct.byname table will not be used to fill in password fields in the passwd.byname replies. Instead it is used to synthesize the shadow.byname table, should it be missing. This is a useful mode in some installations involving Solaris. | ||||
| * | | Fix non-add-on handling of libc-abis. | 2010-04-07 | 2 | -1/+5 | |
| | | | |||||
| * | | Fix libc-abis handling for add-ons. | 2010-04-06 | 2 | -1/+6 | |
| | | | |||||
* | | | Update nsswitch.conf comment | 2010-04-12 | 1 | -3/+3 | |
| | | | |||||
* | | | 2.11.90-17fedora/glibc-2.11.90-17 | 2010-04-06 | 1 | -1/+28 | |
| | | | |||||
* | | | Assign global scope to RFC 1918 addresses | 2010-04-06 | 3 | -2/+12 | |
| | | | |||||
* | | | Merge remote branch 'origin/master' into fedora/master | 2010-04-06 | 102 | -654/+2825 | |
|\| | | |||||
| * | | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS. | 2010-04-05 | 2 | -2/+6 | |
| | | | |||||
| * | | elf/elf.h (ELFOSABI_ARM_AEABI): Define. | 2010-04-05 | 2 | -0/+5 | |
| | | | |||||
| * | | Move unwind-resume code from NPTL to sysdeps/gnu. | 2010-04-05 | 6 | -11/+30 | |
| |/ | |||||
| * | elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast. | 2010-04-05 | 2 | -1/+5 | |
| | | |||||
| * | Update dutch translation. | 2010-04-05 | 2 | -160/+106 | |
| | |