Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-09 | Use a stamp file for libc-abis.h rule. | Roland McGrath | |
2010-04-09 | Revert "Shorten build commands" | Roland McGrath | |
This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8. | |||
2010-04-09 | Fix tst-chmod not to write into srcdir. | Roland McGrath | |
2010-04-09 | Fix typo in last commit. | Ulrich Drepper | |
2010-04-09 | Add BZ to an older patch. | Ulrich Drepper | |
2010-04-09 | Implement interfaces to set and get names of threads. | Ulrich Drepper | |
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. | |||
2010-04-08 | Fix typo in locale source file. | Ulrich Drepper | |
2010-04-08 | Whitespace issues. | Ulrich Drepper | |
2010-04-08 | More news. Add BZ info for current and previous releases. | Ulrich Drepper | |
2010-04-08 | Build cv_RU locale. | Ulrich Drepper | |
2010-04-08 | Chuvash language locale for Russia. | Adi Roiban | |
2010-04-08 | Add BZ number. | Ulrich Drepper | |
2010-04-08 | Print reload count in nscd statistics. | Ulrich Drepper | |
2010-04-08 | Change es_GT paper sizxe to letter. | Ulrich Drepper | |
2010-04-08 | Fix reading loginuid file in getlogin{,_r}. | Ulrich Drepper | |
2010-04-08 | Fix possibly uninitilized variable handling. | Ulrich Drepper | |
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. | |||
2010-04-08 | Shorten build commands | Daniel Jacobowitz | |
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. | |||
2010-04-08 | Fix whitespaces. | Ulrich Drepper | |
2010-04-08 | Merge remote branch 'origin/roland/hwcap_mask' | Ulrich Drepper | |
2010-04-08 | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2010-04-08 | Fix fallocate error return on i386. | Andreas Schwab | |
2010-04-08 | Fix cproj implmentation. | Ulrich Drepper | |
2010-04-08 | Fix libc-abis rules to be correct for add-on ports. | Roland McGrath | |
2010-04-08 | More NEWS for 2.12. | Ulrich Drepper | |
2010-04-08 | kok_IN locale should have been support for some time. | Ulrich Drepper | |
2010-04-08 | Hook up sq_MK locale. | Ulrich Drepper | |
2010-04-08 | Albanian language locale for Macedonia | Agron Selimaj | |
2010-04-07 | Add tests for recent getopt changes. | Ulrich Drepper | |
2010-04-07 | getopt mishandles optstring of "+:" | Eric Blake | |
2010-04-07 | getopt mistakenly allows '-;' as short option | Eric Blake | |
2010-04-07 | Fix -W with optional parameters in getopt. | Eric Blake | |
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. | |||
2010-04-07 | Fix Mr. Mrs. Ms. and Miss in sq_AL | Agron Selimaj | |
2010-04-07 | Implement new mode for NIS passwd.adjunct.byname table. | Ulrich Drepper | |
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. | |||
2010-04-07 | Fix non-add-on handling of libc-abis. | H.J. Lu | |
2010-04-06 | Fix libc-abis handling for add-ons. | Joseph Myers | |
2010-04-05 | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS. | Paul Pluzhnikov | |
2010-04-05 | elf/elf.h (ELFOSABI_ARM_AEABI): Define. | Joseph Myers | |
2010-04-05 | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | |
2010-04-05 | Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_mask | Roland McGrath | |
2010-04-05 | elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast. | Roland McGrath | |
2010-04-05 | Update dutch translation. | Ulrich Drepper | |
2010-04-05 | Define thousands separator handling for numbers in pt_BR. | Ulrich Drepper | |
2010-04-05 | Handle DNS timeouts in old-style lookkup code. | Ulrich Drepper | |
2010-04-05 | Fix aux cache handling in ldconfig with chroot. | Ulrich Drepper | |
2010-04-04 | Fix printing error messages in getopt. | Ulrich Drepper | |
2010-04-04 | Declare iruserok and iruserok_af. | Ulrich Drepper | |
2010-04-04 | Add test case for last argp bug. | Ulrich Drepper | |
2010-04-04 | Fix option aliasing in argp. | Sergey Poznyakoff | |
2010-04-04 | Various changes to the es_CR locale. | Marcelo E. Magallon | |
2010-04-04 | Fix weekday definition for fr_BE locale. | Ulrich Drepper | |