Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-16 | Handle long variable names in putenv | Ulrich Drepper | |
2011-05-16 | Fix reporting of invalid timeouts in emulated pselect | Ulrich Drepper | |
2011-05-16 | Fix test for error_one_per_line mode in error | Ulrich Drepper | |
2011-05-16 | Remove shortcut for call of chown | Ulrich Drepper | |
The UID might differ, too. Just call chown unconditionally. | |||
2011-05-16 | Cleanup x86-64 sys/user.h | Ulrich Drepper | |
2011-05-16 | Add work and week day info to sl_SI locale | Sašo Živanovic | |
2011-05-16 | Recode se_NO locale file to UTF-8 | Ulrich Drepper | |
2011-05-16 | Avoid potential deadlock in mtrace | Ulrich Drepper | |
The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early. | |||
2011-05-15 | Provide more helpful error message in getopt | Ulrich Drepper | |
If provide with an ambiguous long option we now show all the possibilities. | |||
2011-05-15 | Update configure helper scripts | Ulrich Drepper | |
2011-05-15 | Move Dzonghka collation rules to common collation rules file | Ulrich Drepper | |
2011-05-15 | Fix some fields in time info in sv_FI locale | Johan Heikkila | |
2011-05-15 | sysconf on Linux/ia64 reported outdate versions for some options | Ulrich Drepper | |
The code is also cleaned up to avoid inefficiencies. | |||
2011-05-15 | Make stack canary value harder to read through read overflow | Ulrich Drepper | |
2011-05-15 | Fix typo in last checkin | Ulrich Drepper | |
I referenced the attachment, not th eBZ number | |||
2011-05-15 | Add entry for Sorani language | Ulrich Drepper | |
2011-05-15 | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | |
2011-05-14 | Last patch also fixes BZ 11952 | Ulrich Drepper | |
2011-05-14 | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | |
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. | |||
2011-05-14 | Fix time format in en_SG locale | KH Teo | |
2011-05-14 | Fix initialization of optimization values for AIO | Ulrich Drepper | |
2011-05-14 | Fix handling of conversion problem in CP932 module | Ulrich Drepper | |
2011-05-14 | Fix potential problem with out-of-scope buffer | Ulrich Drepper | |
2011-05-14 | Handle recursive calls in backtrace better | Ulrich Drepper | |
2011-05-13 | Fix file descriptor position after fclose | Ulrich Drepper | |
fclose should leave the file descriptor position after the last read or written byte. | |||
2011-05-12 | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | |
2011-05-11 | Fix sched_setscheduler call in spawn implementation | Ulrich Drepper | |
2011-05-11 | Fix manual regarding switch from read to write on streams. | Per Inge Mathisen | |
2011-05-11 | Report write error in addmnt even for cached streams. | Ulrich Drepper | |
2011-05-11 | Translate kernel error into what pthread_create should return | Ulrich Drepper | |
2011-05-10 | More configurability for secondary group lookup | Ulrich Drepper | |
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. | |||
2011-05-10 | Update NEWS. | Ulrich Drepper | |
2011-05-09 | Just BZ annotations | Ulrich Drepper | |
2011-05-09 | Handle localized y/n reply in sq_AL | Ulrich Drepper | |
2011-05-09 | Add support for CP770, CP771, CP772, CP773, and CP774 | Ulrich Drepper | |
2011-05-09 | sync glibc Latin American paper sizes with CLDR 1.8.1 | Caolán McNamara | |
2011-05-09 | Fix currency_symbol of es_NI locale | Ulrich Drepper | |
2011-05-09 | Change paper format for Nicaragua to letter | Ulrich Drepper | |
2011-05-09 | Month names in Russian Localization should be in lowercase | Alexey Balmashnov | |
2011-05-09 | Add mhr_RU locale | Ulrich Drepper | |
2011-05-09 | Add lij_IT locale | Ulrich Drepper | |
2011-05-09 | Add yue_HK locale | Chunshek Chan | |
2011-05-09 | Add wae_CH locale | Kevin Bortis | |
2011-05-09 | Estonia (et_EE) joins the eurozone | Priit Laes | |
2011-05-09 | Add lb_LU locale | Ulrich Drepper | |
2011-05-09 | Use appropriate type for return value checking | Ulrich Drepper | |
2011-05-09 | Add sw_KE and sw_TZ locales | Ulrich Drepper | |
2011-05-09 | Add ff_SN locale | Ulrich Drepper | |
2011-05-09 | Update day/month names in tk_TM locale | Ghorban M. Tavakoly | |
2011-05-09 | Add bem_ZM and en_ZM locales | Ulrich Drepper | |