aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-29Fix typo in last patch to locarchive.cUlrich Drepper
2011-05-29Same change for the other siginfi.h filesUlrich Drepper
2011-05-29Don't document si_code used for raise()Ulrich Drepper
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper
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-28Handle failure of _nl_explode_name in all casesUlrich Drepper
2011-05-28Remove unused variableUlrich Drepper
2011-05-28Fix bug in last checkin which left ldd uninstalledUlrich Drepper
2011-05-28Add sotruss programUlrich Drepper
2011-05-28Fix build for platforms with socketcall syscallUlrich Drepper
2011-05-28Unify messagesUlrich Drepper
Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators.
2011-05-28Add support for time syscall in vDSOUlrich Drepper
2011-05-28Add sendmmsg syscallUlrich Drepper
2011-05-28Set setns system callUlrich Drepper
2011-05-27Use getcpu definition from vDSO on x86-64Ulrich Drepper
2011-05-27Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog NEWS
2011-05-27Add test for last iconv bugUlrich Drepper
2011-05-27Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designationAndreas Schwab
2011-05-25Undo accidental change in x86-64 user.hJakub Jelinek
2011-05-25Update Japanese translationUlrich Drepper
2011-05-23Define RLIMIT_RTTIMEUlrich Drepper
2011-05-23Update longlong.h from GCCAndreas Schwab
2011-05-23Fix sysconf compilation for !HP_TIMING_AVAIL archsAndreas Schwab
2011-05-22Add a few more alloca size checksUlrich Drepper
2011-05-22Fix flags parameter value passed to pltenter and pltexitUlrich Drepper
2011-05-21Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper
2011-05-21Fix last changeUlrich Drepper
And optimize a bit.
2011-05-21Always fill output buffer in XPG strerror functionUlrich Drepper
2011-05-21Nicer output for negative error numbers in strerror_rUlrich Drepper
2011-05-21Fix CP1258 conversionUlrich Drepper
a5 ec was mishandled and the other direction appropriately so, too.
2011-05-21Fix configure visibility testsUlrich Drepper
2011-05-21Fix handling of LC_CTYPE in locale name handlingUlrich Drepper
2011-05-21Set stream errors in more casesUlrich Drepper
Also avoid unnecessarily setting errno when testing for TTY.
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper
2011-05-20Update documentation in regex.hReuben Thomas
2011-05-20Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold
(cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog
2011-05-19Remove __libc_alloca_cutoff workaroundAndreas Schwab
2011-05-19Cleanup namespace use.Ulrich Drepper
2011-05-18Fix whitespaceUlrich Drepper
2011-05-18Fix typo in x86-64 powlH.J. Lu
2011-05-17Fix fileops.c build for old kernelsH.J. Lu
2011-05-17Update GB18030 to 2005 versionUlrich Drepper
2011-05-16Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins
2011-05-16Handle long variable names in putenvUlrich Drepper
2011-05-16Fix reporting of invalid timeouts in emulated pselectUlrich Drepper
2011-05-16Fix test for error_one_per_line mode in errorUlrich Drepper
2011-05-16Remove shortcut for call of chownUlrich Drepper
The UID might differ, too. Just call chown unconditionally.
2011-05-16Cleanup x86-64 sys/user.hUlrich Drepper
2011-05-16Add work and week day info to sl_SI localeSašo Živanovic
2011-05-16Recode se_NO locale file to UTF-8Ulrich Drepper
2011-05-16Avoid potential deadlock in mtraceUlrich Drepper
The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early.