Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set stream errors in more cases | Ulrich Drepper | 2011-05-21 | 5 | -6/+33 |
| | | | | Also avoid unnecessarily setting errno when testing for TTY. | ||||
* | Don't unconditionally use alloca in gaih_inet | Ulrich Drepper | 2011-05-20 | 4 | -102/+367 |
| | |||||
* | Update documentation in regex.h | Reuben Thomas | 2011-05-20 | 3 | -12/+25 |
| | |||||
* | Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail. | Ryan S. Arnold | 2011-05-20 | 2 | -2/+11 |
| | | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog | ||||
* | Remove __libc_alloca_cutoff workaround | Andreas Schwab | 2011-05-19 | 2 | -6/+4 |
| | |||||
* | Cleanup namespace use. | Ulrich Drepper | 2011-05-19 | 3 | -2/+7 |
| | |||||
* | Fix whitespace | Ulrich Drepper | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Fix typo in x86-64 powl | H.J. Lu | 2011-05-18 | 5 | -5/+66 |
| | |||||
* | Fix fileops.c build for old kernels | H.J. Lu | 2011-05-17 | 2 | -0/+5 |
| | |||||
* | Update GB18030 to 2005 version | Ulrich Drepper | 2011-05-17 | 5 | -64139/+10808 |
| | |||||
* | Update RE_SYNTAX*_AWK constants in regex.h | Aharon Robbins | 2011-05-16 | 2 | -9/+16 |
| | |||||
* | Handle long variable names in putenv | Ulrich Drepper | 2011-05-16 | 3 | -11/+32 |
| | |||||
* | Fix reporting of invalid timeouts in emulated pselect | Ulrich Drepper | 2011-05-16 | 3 | -9/+23 |
| | |||||
* | Fix test for error_one_per_line mode in error | Ulrich Drepper | 2011-05-16 | 3 | -3/+10 |
| | |||||
* | Remove shortcut for call of chown | Ulrich Drepper | 2011-05-16 | 3 | -8/+12 |
| | | | | The UID might differ, too. Just call chown unconditionally. | ||||
* | Cleanup x86-64 sys/user.h | Ulrich Drepper | 2011-05-16 | 3 | -49/+53 |
| | |||||
* | Add work and week day info to sl_SI locale | Sašo Živanovic | 2011-05-16 | 3 | -20/+28 |
| | |||||
* | Recode se_NO locale file to UTF-8 | Ulrich Drepper | 2011-05-16 | 2 | -30/+30 |
| | |||||
* | Avoid potential deadlock in mtrace | Ulrich Drepper | 2011-05-16 | 3 | -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 mtrace | Ulrich Drepper | 2011-05-16 | 2 | -17/+7 |
| | |||||
* | Fix a few problems in fopen and freopen | Ulrich Drepper | 2011-05-15 | 9 | -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 getopt | Ulrich Drepper | 2011-05-15 | 5 | -28/+137 |
| | | | | If provide with an ambiguous long option we now show all the possibilities. | ||||
* | Whitespace fixes | Ulrich Drepper | 2011-05-15 | 2 | -118/+118 |
| | |||||
* | Update configure helper scripts | Ulrich Drepper | 2011-05-15 | 4 | -218/+359 |
| | |||||
* | Fix typoe in CL | Ulrich Drepper | 2011-05-15 | 1 | -6/+6 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | Move Dzonghka collation rules to common collation rules file | Ulrich Drepper | 2011-05-15 | 4 | -707/+1394 |
| | |||||
* | Fix some fields in time info in sv_FI locale | Johan Heikkila | 2011-05-15 | 3 | -33/+42 |
| | |||||
* | sysconf on Linux/ia64 reported outdate versions for some options | Ulrich Drepper | 2011-05-15 | 4 | -44/+47 |
| | | | | The code is also cleaned up to avoid inefficiencies. | ||||
* | Make stack canary value harder to read through read overflow | Ulrich Drepper | 2011-05-15 | 4 | -28/+61 |
| | |||||
* | Use non-cancelable interfaces in setup code | Ulrich Drepper | 2011-05-15 | 2 | -4/+8 |
| | |||||
* | Fix typo in last checkin | Ulrich Drepper | 2011-05-15 | 2 | -2/+2 |
| | | | | I referenced the attachment, not th eBZ number | ||||
* | Add entry for Sorani language | Ulrich Drepper | 2011-05-15 | 3 | -7/+11 |
| | |||||
* | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | 2011-05-15 | 9 | -97/+133 |
| | |||||
* | Last patch also fixes BZ 11952 | Ulrich Drepper | 2011-05-14 | 1 | -5/+5 |
| | |||||
* | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | 2011-05-14 | 8 | -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 locale | KH Teo | 2011-05-14 | 3 | -10/+17 |
| | |||||
* | Fix initialization of optimization values for AIO | Ulrich Drepper | 2011-05-14 | 3 | -8/+14 |
| | |||||
* | Fix handling of conversion problem in CP932 module | Ulrich Drepper | 2011-05-14 | 5 | -43/+90 |
| | |||||
* | Fix typo in comment | Ulrich Drepper | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | Fix potential problem with out-of-scope buffer | Ulrich Drepper | 2011-05-14 | 3 | -5/+9 |
| | |||||
* | Initialize variable in _IO_new_file_close_it | Ulrich Drepper | 2011-05-14 | 2 | -0/+4 |
| | | | | The last change left a variable in some situations uninitialized. | ||||
* | Handle recursive calls in backtrace better | Ulrich Drepper | 2011-05-14 | 3 | -10/+36 |
| | |||||
* | Optimize conversion of single character in gconv | Ulrich Drepper | 2011-05-14 | 2 | -2/+4 |
| | |||||
* | Fix handling of incomplete character storage in state | Ulrich Drepper | 2011-05-14 | 2 | -1/+9 |
| | | | | | | 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 rules | Andreas Schwab | 2011-05-13 | 6 | -95/+48 |
| | |||||
* | Fix error messages in test. | Ulrich Drepper | 2011-05-13 | 2 | -4/+9 |
| | |||||
* | Fix file descriptor position after fclose | Ulrich Drepper | 2011-05-13 | 5 | -10/+157 |
| | | | | | 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 relocation | Piotr Bury | 2011-05-12 | 7 | -31/+91 |
| | |||||
* | Fix sched_setscheduler call in spawn implementation | Ulrich Drepper | 2011-05-11 | 3 | -7/+8 |
| |