about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper2011-05-212-0/+7
|
* Fix last changeUlrich Drepper2011-05-211-17/+12
| | | | And optimize a bit.
* Always fill output buffer in XPG strerror functionUlrich Drepper2011-05-213-10/+15
|
* Nicer output for negative error numbers in strerror_rUlrich Drepper2011-05-212-3/+14
|
* Fix CP1258 conversionUlrich Drepper2011-05-214-11/+17
| | | | a5 ec was mishandled and the other direction appropriately so, too.
* Fix configure visibility testsUlrich Drepper2011-05-213-7/+10
|
* Fix handling of LC_CTYPE in locale name handlingUlrich Drepper2011-05-216-5/+150
|
* Set stream errors in more casesUlrich Drepper2011-05-215-6/+33
| | | | Also avoid unnecessarily setting errno when testing for TTY.
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-204-102/+367
|
* Update documentation in regex.hReuben Thomas2011-05-203-12/+25
|
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-05-202-2/+11
| | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog
* Remove __libc_alloca_cutoff workaroundAndreas Schwab2011-05-192-6/+4
|
* Cleanup namespace use.Ulrich Drepper2011-05-193-2/+7
|
* Fix whitespaceUlrich Drepper2011-05-181-1/+1
|
* Fix typo in x86-64 powlH.J. Lu2011-05-185-5/+66
|
* Fix fileops.c build for old kernelsH.J. Lu2011-05-172-0/+5
|
* Update GB18030 to 2005 versionUlrich Drepper2011-05-175-64139/+10808
|
* Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins2011-05-162-9/+16
|
* Handle long variable names in putenvUlrich Drepper2011-05-163-11/+32
|
* Fix reporting of invalid timeouts in emulated pselectUlrich Drepper2011-05-163-9/+23
|
* Fix test for error_one_per_line mode in errorUlrich Drepper2011-05-163-3/+10
|
* Remove shortcut for call of chownUlrich Drepper2011-05-163-8/+12
| | | | The UID might differ, too. Just call chown unconditionally.
* Cleanup x86-64 sys/user.hUlrich Drepper2011-05-163-49/+53
|
* Add work and week day info to sl_SI localeSašo Živanovic2011-05-163-20/+28
|
* Recode se_NO locale file to UTF-8Ulrich Drepper2011-05-162-30/+30
|
* Avoid potential deadlock in mtraceUlrich Drepper2011-05-163-31/+59
| | | | | The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early.
* Remove USE_MTRACE_FILE support from mtraceUlrich Drepper2011-05-162-17/+7
|
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-159-39/+143
| | | | | | | | | 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).
* Provide more helpful error message in getoptUlrich Drepper2011-05-155-28/+137
| | | | If provide with an ambiguous long option we now show all the possibilities.
* Whitespace fixesUlrich Drepper2011-05-152-118/+118
|
* Update configure helper scriptsUlrich Drepper2011-05-154-218/+359
|
* Fix typoe in CLUlrich Drepper2011-05-151-6/+6
|
* Fix whitespacesUlrich Drepper2011-05-151-1/+1
|
* Move Dzonghka collation rules to common collation rules fileUlrich Drepper2011-05-154-707/+1394
|
* Fix some fields in time info in sv_FI localeJohan Heikkila2011-05-153-33/+42
|
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-154-44/+47
| | | | The code is also cleaned up to avoid inefficiencies.
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-154-28/+61
|
* Use non-cancelable interfaces in setup codeUlrich Drepper2011-05-152-4/+8
|
* Fix typo in last checkinUlrich Drepper2011-05-152-2/+2
| | | | I referenced the attachment, not th eBZ number
* Add entry for Sorani languageUlrich Drepper2011-05-153-7/+11
|
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-159-97/+133
|
* Last patch also fixes BZ 11952Ulrich Drepper2011-05-141-5/+5
|
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-148-30/+132
| | | | | | | | | | | | When dynamically loading a library along with several dependencies, calls to _dl_add_to_slotinfo and _dl_update_slotinfo can become intermixed. As a consequence, _dl_update_slotinfo will update the generation counter of the dtv although not all of the slots belonging to that generation have been added. Subsequent calls to _dl_add_to_slotinfo will add more slots to the same generation, for which no storage will be allocated, as the dtv generation checks will claim no work is necessary. This will lead to uninitialized dtv entries and will likely cause a SIGSEGV when thread local variables are accessed.
* Fix time format in en_SG localeKH Teo2011-05-143-10/+17
|
* Fix initialization of optimization values for AIOUlrich Drepper2011-05-143-8/+14
|
* Fix handling of conversion problem in CP932 moduleUlrich Drepper2011-05-145-43/+90
|
* Fix typo in commentUlrich Drepper2011-05-141-1/+1
|
* Fix potential problem with out-of-scope bufferUlrich Drepper2011-05-143-5/+9
|
* Initialize variable in _IO_new_file_close_itUlrich Drepper2011-05-142-0/+4
| | | | The last change left a variable in some situations uninitialized.
* Handle recursive calls in backtrace betterUlrich Drepper2011-05-143-10/+36
|