aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-21Fix handling of LC_CTYPE in locale name handlingUlrich Drepper6-5/+150
2011-05-21Set stream errors in more casesUlrich Drepper5-6/+33
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper4-102/+367
2011-05-20Update documentation in regex.hReuben Thomas3-12/+25
2011-05-20Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2-2/+11
2011-05-19Remove __libc_alloca_cutoff workaroundAndreas Schwab2-6/+4
2011-05-19Cleanup namespace use.Ulrich Drepper3-2/+7
2011-05-18Fix whitespaceUlrich Drepper1-1/+1
2011-05-18Fix typo in x86-64 powlH.J. Lu5-5/+66
2011-05-17Fix fileops.c build for old kernelsH.J. Lu2-0/+5
2011-05-17Update GB18030 to 2005 versionUlrich Drepper5-64139/+10808
2011-05-16Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins2-9/+16
2011-05-16Handle long variable names in putenvUlrich Drepper3-11/+32
2011-05-16Fix reporting of invalid timeouts in emulated pselectUlrich Drepper3-9/+23
2011-05-16Fix test for error_one_per_line mode in errorUlrich Drepper3-3/+10
2011-05-16Remove shortcut for call of chownUlrich Drepper3-8/+12
2011-05-16Cleanup x86-64 sys/user.hUlrich Drepper3-49/+53
2011-05-16Add work and week day info to sl_SI localeSašo Živanovic3-20/+28
2011-05-16Recode se_NO locale file to UTF-8Ulrich Drepper2-30/+30
2011-05-16Avoid potential deadlock in mtraceUlrich Drepper3-31/+59
2011-05-16Remove USE_MTRACE_FILE support from mtraceUlrich Drepper2-17/+7
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper9-39/+143
2011-05-15Provide more helpful error message in getoptUlrich Drepper5-28/+137
2011-05-15Whitespace fixesUlrich Drepper2-118/+118
2011-05-15Update configure helper scriptsUlrich Drepper4-218/+359
2011-05-15Fix typoe in CLUlrich Drepper1-6/+6
2011-05-15Fix whitespacesUlrich Drepper1-1/+1
2011-05-15Move Dzonghka collation rules to common collation rules fileUlrich Drepper4-707/+1394
2011-05-15Fix some fields in time info in sv_FI localeJohan Heikkila3-33/+42
2011-05-15sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper4-44/+47
2011-05-15Make stack canary value harder to read through read overflowUlrich Drepper4-28/+61
2011-05-15Use non-cancelable interfaces in setup codeUlrich Drepper2-4/+8
2011-05-15Fix typo in last checkinUlrich Drepper2-2/+2
2011-05-15Add entry for Sorani languageUlrich Drepper3-7/+11
2011-05-15Use mmap for allocation of buffers used for __abort_msgUlrich Drepper9-97/+133
2011-05-14Last patch also fixes BZ 11952Ulrich Drepper1-5/+5
2011-05-14Fix handling of static TLS in dlopen'ed objectsMartin von Gagern8-30/+132
2011-05-14Fix time format in en_SG localeKH Teo3-10/+17
2011-05-14Fix initialization of optimization values for AIOUlrich Drepper3-8/+14
2011-05-14Fix handling of conversion problem in CP932 moduleUlrich Drepper5-43/+90
2011-05-14Fix typo in commentUlrich Drepper1-1/+1
2011-05-14Fix potential problem with out-of-scope bufferUlrich Drepper3-5/+9
2011-05-14Initialize variable in _IO_new_file_close_itUlrich Drepper2-0/+4
2011-05-14Handle recursive calls in backtrace betterUlrich Drepper3-10/+36
2011-05-14Optimize conversion of single character in gconvUlrich Drepper2-2/+4
2011-05-14Fix handling of incomplete character storage in stateUlrich Drepper2-1/+9
2011-05-13Add support for generated PIE link rulesAndreas Schwab6-95/+48
2011-05-13Fix error messages in test.Ulrich Drepper2-4/+9
2011-05-13Fix file descriptor position after fcloseUlrich Drepper5-10/+157
2011-05-12Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury7-31/+91