about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Set stream errors in more casesUlrich Drepper2011-05-211-0/+10
| | | | Also avoid unnecessarily setting errno when testing for TTY.
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-201-0/+5
|
* Update documentation in regex.hReuben Thomas2011-05-201-0/+8
|
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-05-201-0/+6
| | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog
* Remove __libc_alloca_cutoff workaroundAndreas Schwab2011-05-191-0/+4
|
* Cleanup namespace use.Ulrich Drepper2011-05-191-0/+5
|
* Fix typo in x86-64 powlH.J. Lu2011-05-181-0/+8
|
* Fix fileops.c build for old kernelsH.J. Lu2011-05-171-0/+4
|
* Update GB18030 to 2005 versionUlrich Drepper2011-05-171-0/+5
|
* Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins2011-05-161-0/+4
|
* Handle long variable names in putenvUlrich Drepper2011-05-161-0/+4
|
* Fix reporting of invalid timeouts in emulated pselectUlrich Drepper2011-05-161-0/+4
|
* Fix test for error_one_per_line mode in errorUlrich Drepper2011-05-161-0/+5
|
* Remove shortcut for call of chownUlrich Drepper2011-05-161-0/+3
| | | | The UID might differ, too. Just call chown unconditionally.
* Cleanup x86-64 sys/user.hUlrich Drepper2011-05-161-0/+4
|
* Avoid potential deadlock in mtraceUlrich Drepper2011-05-161-0/+10
| | | | | 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-161-0/+5
|
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-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).
* Provide more helpful error message in getoptUlrich Drepper2011-05-151-0/+6
| | | | If provide with an ambiguous long option we now show all the possibilities.
* Update configure helper scriptsUlrich Drepper2011-05-151-0/+4
|
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-151-0/+7
| | | | The code is also cleaned up to avoid inefficiencies.
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-151-0/+5
|
* Use non-cancelable interfaces in setup codeUlrich Drepper2011-05-151-0/+3
|
* Fix typo in last checkinUlrich Drepper2011-05-151-1/+1
| | | | I referenced the attachment, not th eBZ number
* Add entry for Sorani languageUlrich Drepper2011-05-151-0/+3
|
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-0/+18
|
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-141-0/+10
| | | | | | | | | | | | 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 initialization of optimization values for AIOUlrich Drepper2011-05-141-0/+4
|
* Fix handling of conversion problem in CP932 moduleUlrich Drepper2011-05-141-0/+6
|
* Fix potential problem with out-of-scope bufferUlrich Drepper2011-05-141-0/+4
|
* Initialize variable in _IO_new_file_close_itUlrich Drepper2011-05-141-0/+2
| | | | The last change left a variable in some situations uninitialized.
* Handle recursive calls in backtrace betterUlrich Drepper2011-05-141-0/+7
|
* Optimize conversion of single character in gconvUlrich Drepper2011-05-141-1/+2
|
* Fix handling of incomplete character storage in stateUlrich Drepper2011-05-141-0/+5
| | | | | | If iconv is called more than once in a row for adding bytes to the sequence while still remain under the minimum size of a character and if STORE_REST is defined, we didn't consume any input. Fix that.
* Add support for generated PIE link rulesAndreas Schwab2011-05-131-0/+15
|
* Fix error messages in test.Ulrich Drepper2011-05-131-0/+2
|
* Fix file descriptor position after fcloseUlrich Drepper2011-05-131-0/+8
| | | | | fclose should leave the file descriptor position after the last read or written byte.
* Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury2011-05-121-0/+13
|
* Fix sched_setscheduler call in spawn implementationUlrich Drepper2011-05-111-0/+3
|
* Report write error in addmnt even for cached streams.Ulrich Drepper2011-05-111-0/+3
|
* Fix typo.Ulrich Drepper2011-05-111-1/+1
|
* Fix up testing for valid $ORIGIN useUlrich Drepper2011-05-111-0/+12
|
* More configurability for secondary group lookupUlrich Drepper2011-05-101-0/+10
| | | | | | | | | | | | | Together with a previous patch which introduced the initgroups entry in nsswitch.conf this patch allows more customization of the lookups for initgroups/getgrouplist. Nothing changes if the groups entry in nsswitch.conf is used. If the initgroups entry is used instead the code now doesn't automatically continue looking for more entries aftedr a successful lookup. Instead the normal rules are followed which do specify that by default no more service is consulted. This can be overwritten with [SUCCESS=continue] appropriately placed in the line.
* Just BZ annotationsUlrich Drepper2011-05-091-0/+1
|
* Add support for CP770, CP771, CP772, CP773, and CP774Ulrich Drepper2011-05-091-0/+27
|
* Add ary language entry.Ulrich Drepper2011-05-091-0/+2
|
* Support Colon SignUlrich Drepper2011-05-091-0/+2
| | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale.
* Add wae_CH localeKevin Bortis2011-05-091-0/+4
|
* Use appropriate type for return value checkingUlrich Drepper2011-05-091-0/+4
|
* Transliterate U20B9.Ulrich Drepper2011-05-091-0/+6
|