Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-29 | Record when bug 11577 was fixed and by which patch | Ulrich Drepper | 1 | -0/+1 | |
2011-05-29 | Don't build AVX tests with old compilers | Ulrich Drepper | 1 | -0/+3 | |
2011-05-29 | Mark malloc hook variables as deprecated | Ulrich Drepper | 1 | -0/+2 | |
2011-05-29 | Declare malloc hook variables as volatile. | Ulrich Drepper | 1 | -0/+3 | |
2011-05-29 | Fix typo in last patch to locarchive.c | Ulrich Drepper | 1 | -0/+3 | |
2011-05-29 | Same change for the other siginfi.h files | Ulrich Drepper | 1 | -0/+3 | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | 1 | -0/+6 | |
2011-05-28 | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 1 | -0/+12 | |
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place. | |||||
2011-05-28 | Handle failure of _nl_explode_name in all cases | Ulrich Drepper | 1 | -0/+4 | |
2011-05-28 | Fix build for platforms with socketcall syscall | Ulrich Drepper | 1 | -0/+2 | |
2011-05-28 | Unify messages | Ulrich Drepper | 1 | -0/+3 | |
Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators. | |||||
2011-05-28 | Add support for time syscall in vDSO | Ulrich Drepper | 1 | -0/+6 | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | 1 | -0/+8 | |
2011-05-28 | Set setns system call | Ulrich Drepper | 1 | -0/+6 | |
2011-05-27 | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 1 | -0/+7 | |
2011-05-27 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -0/+15 | |
Conflicts: ChangeLog NEWS | |||||
2011-05-27 | Add test for last iconv bug | Ulrich Drepper | 1 | -0/+6 | |
2011-05-27 | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation | Andreas Schwab | 1 | -0/+5 | |
2011-05-25 | Undo accidental change in x86-64 user.h | Jakub Jelinek | 1 | -0/+5 | |
2011-05-25 | Update Japanese translation | Ulrich Drepper | 1 | -0/+4 | |
2011-05-23 | Define RLIMIT_RTTIME | Ulrich Drepper | 1 | -0/+6 | |
2011-05-23 | Update longlong.h from GCC | Andreas Schwab | 1 | -0/+4 | |
2011-05-23 | Fix sysconf compilation for !HP_TIMING_AVAIL archs | Andreas Schwab | 1 | -0/+8 | |
2011-05-22 | Add a few more alloca size checks | Ulrich Drepper | 1 | -0/+8 | |
2011-05-22 | Fix flags parameter value passed to pltenter and pltexit | Ulrich Drepper | 1 | -0/+6 | |
2011-05-21 | Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM | Ulrich Drepper | 1 | -0/+3 | |
2011-05-21 | Always fill output buffer in XPG strerror function | Ulrich Drepper | 1 | -0/+4 | |
2011-05-21 | Nicer output for negative error numbers in strerror_r | Ulrich Drepper | 1 | -0/+3 | |
2011-05-21 | Fix CP1258 conversion | Ulrich Drepper | 1 | -0/+5 | |
a5 ec was mishandled and the other direction appropriately so, too. | |||||
2011-05-21 | Fix configure visibility tests | Ulrich Drepper | 1 | -0/+3 | |
2011-05-21 | Fix handling of LC_CTYPE in locale name handling | Ulrich Drepper | 1 | -0/+4 | |
2011-05-21 | Set stream errors in more cases | Ulrich Drepper | 1 | -0/+10 | |
Also avoid unnecessarily setting errno when testing for TTY. | |||||
2011-05-20 | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 1 | -0/+5 | |
2011-05-20 | Update documentation in regex.h | Reuben Thomas | 1 | -0/+8 | |
2011-05-20 | Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail. | Ryan S. Arnold | 1 | -0/+6 | |
(cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog | |||||
2011-05-19 | Remove __libc_alloca_cutoff workaround | Andreas Schwab | 1 | -0/+4 | |
2011-05-19 | Cleanup namespace use. | Ulrich Drepper | 1 | -0/+5 | |
2011-05-18 | Fix typo in x86-64 powl | H.J. Lu | 1 | -0/+8 | |
2011-05-17 | Fix fileops.c build for old kernels | H.J. Lu | 1 | -0/+4 | |
2011-05-17 | Update GB18030 to 2005 version | Ulrich Drepper | 1 | -0/+5 | |
2011-05-16 | Update RE_SYNTAX*_AWK constants in regex.h | Aharon Robbins | 1 | -0/+4 | |
2011-05-16 | Handle long variable names in putenv | Ulrich Drepper | 1 | -0/+4 | |
2011-05-16 | Fix reporting of invalid timeouts in emulated pselect | Ulrich Drepper | 1 | -0/+4 | |
2011-05-16 | Fix test for error_one_per_line mode in error | Ulrich Drepper | 1 | -0/+5 | |
2011-05-16 | Remove shortcut for call of chown | Ulrich Drepper | 1 | -0/+3 | |
The UID might differ, too. Just call chown unconditionally. | |||||
2011-05-16 | Cleanup x86-64 sys/user.h | Ulrich Drepper | 1 | -0/+4 | |
2011-05-16 | Avoid potential deadlock in mtrace | Ulrich Drepper | 1 | -0/+10 | |
The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early. | |||||
2011-05-16 | Remove USE_MTRACE_FILE support from mtrace | Ulrich Drepper | 1 | -0/+5 | |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | 1 | -0/+16 | |
fopen should set the FD_CLOEXEC flag if requested evenif the kernel does not support an aotmic operation. freopen should reuse the file descriptor for the stream. This is especially important for calls to change the standard streams (stin, stdout, stderr). | |||||
2011-05-15 | Provide more helpful error message in getopt | Ulrich Drepper | 1 | -0/+6 | |
If provide with an ambiguous long option we now show all the possibilities. |