| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve message printed before abort. | Ulrich Drepper | 2009-06-15 | 8 | -11/+67 |
* | Fix computation of tzspec_len. | Ulrich Drepper | 2009-06-15 | 2 | -1/+3 |
* | Handle leap seconds even if no DST rule exists. | Akinori Hattori | 2009-06-15 | 2 | -4/+8 |
* | exempt timezone files from the no-bad-whitespace policy | Jim Meyering | 2009-06-15 | 1 | -0/+1 |
* | Update from tzcode2009i. | Ulrich Drepper | 2009-06-15 | 4 | -22/+56 |
* | Update timezone data from tzdata2009i. | Ulrich Drepper | 2009-06-15 | 20 | -95/+667 |
* | libc part of prelink IFUNC support. | Jakub Jelinek | 2009-06-15 | 3 | -7/+20 |
* | Missing BZ number. | Ulrich Drepper | 2009-06-15 | 1 | -0/+1 |
* | Dhivehi language locale for Maldives. | Sofwath | 2009-06-15 | 3 | -0/+187 |
* | Update from translation team. | Ulrich Drepper | 2009-06-14 | 2 | -24/+26 |
* | Fix warnings when using <sys/select.h>. | Ulrich Drepper | 2009-06-14 | 3 | -32/+16 |
* | Implement pthread_sigqueue. | Ulrich Drepper | 2009-06-12 | 7 | -2/+107 |
* | Fix futex syscall parameter for x86 absolute timeout waits. | Bryan Kadzban | 2009-06-11 | 2 | -1/+9 |
* | Remember we switched to single-request mode. | Ulrich Drepper | 2009-06-11 | 2 | -1/+7 |
* | Remove comma at end of enum. | J.H.M. Dassen | 2009-06-09 | 2 | -3/+5 |
* | Urdu language locale for India. | Pravin Satpute | 2009-06-09 | 2 | -0/+189 |
* | Don't premature stop parsing mode string of fopen. | Ulrich Drepper | 2009-06-09 | 1 | -0/+5 |
* | (_IO_new_file_fopen): Don't prematurely stop parsing mode string. | Ulrich Drepper | 2009-06-09 | 1 | -3/+3 |
* | Add SSE4.2 optimized rawmemchr implementation for x86-64. | Ulrich Drepper | 2009-06-05 | 3 | -4/+100 |
* | Forgot some more cleanups for the SSE4.2 strlen on x86-64. | Ulrich Drepper | 2009-06-05 | 1 | -2/+7 |
* | Add missing cleanups from SSE4.2 x86-64 strlen. | Ulrich Drepper | 2009-06-05 | 1 | -3/+4 |
* | Optimize x86-64 strlen for SSE4.2. | Ulrich Drepper | 2009-06-05 | 5 | -1/+110 |
* | Fix build problems with old binutils. | Ulrich Drepper | 2009-06-05 | 2 | -3/+8 |
* | More small optimizations for x86-64 strlen. | Ulrich Drepper | 2009-06-04 | 2 | -10/+8 |
* | Tiny strlen for x86-64 optimization. | Ulrich Drepper | 2009-06-04 | 2 | -1/+4 |
* | Test for ELF IFUNC functionality. | H.J. Lu | 2009-06-03 | 25 | -1/+673 |
* | Terminate correct buffer. | Ulrich Drepper | 2009-06-03 | 2 | -1/+5 |
* | Add missing __execvpe prototype. | Ulrich Drepper | 2009-06-02 | 1 | -0/+2 |
* | Implement execvpe. | Ulrich Drepper | 2009-06-02 | 7 | -192/+248 |
* | Small optimization of STT_GNU_IFUNC handling. | Ulrich Drepper | 2009-06-01 | 3 | -4/+8 |
* | Fix mbrtowc example. | André Goddard Rosa | 2009-06-01 | 1 | -1/+1 |
* | Better error message for invalid relocatio in static binary. | Ulrich Drepper | 2009-06-01 | 3 | -2/+10 |
* | Describe latest IFUNC changes. | Ulrich Drepper | 2009-05-31 | 1 | -1/+4 |
* | Fix up sched_cpucount in x86-64. | Ulrich Drepper | 2009-05-31 | 2 | -13/+14 |
* | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | 2009-05-31 | 9 | -2/+225 |
* | Simplify CPUID value handling. | Ulrich Drepper | 2009-05-31 | 5 | -39/+36 |
* | Add missing file from accept4 commit. | Ulrich Drepper | 2009-05-31 | 1 | -0/+1 |
* | Move AC_CANONICAL_HOST before first use of $host and $build. | Andreas Schwab | 2009-05-31 | 3 | -94/+100 |
* | Remove arch directory names from .gitignore. | Roland McGrath | 2009-05-30 | 1 | -5/+0 |
* | Fix errno for boundary conditions in 128-bit long double. | Ulrich Drepper | 2009-05-29 | 5 | -4/+43 |
* | Implement longjmp checking for s390. | Ulrich Drepper | 2009-05-29 | 5 | -2/+102 |
* | Compact cache info data structure for x86/x86-64. | Ulrich Drepper | 2009-05-29 | 3 | -155/+161 |
* | [BZ #10200] | Aurelien Jarno | 2009-05-27 | 2 | -1/+7 |
* | Describe nss_dns parallel lookup workaround in 2.10 NEWS. | Ulrich Drepper | 2009-05-22 | 1 | -0/+7 |
* | Fix errno for IBM long double. | Andreas Schwab | 2009-05-22 | 5 | -7/+27 |
* | Add ___longjmp_chk support for powerpc{32,64}. | Andreas Schwab | 2009-05-22 | 6 | -5/+116 |
* | Implement accept4 for more archs using socketcall. | Jakub Jelinek | 2009-05-22 | 5 | -4/+76 |
* | Add missing file from previous IA-64 longjmp commit. | Ulrich Drepper | 2009-05-21 | 1 | -0/+48 |
* | Handle -g option for IA-64 assembler. | Ulrich Drepper | 2009-05-21 | 3 | -2/+93 |
* | Fix IA-64 memchr read-ahead. | Ulrich Drepper | 2009-05-21 | 2 | -1/+21 |