about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Provide more helpful error message in getoptUlrich Drepper2011-05-151-7/+7
| | | | If provide with an ambiguous long option we now show all the possibilities.
* Update configure helper scriptsUlrich Drepper2011-05-151-7/+7
|
* Move Dzonghka collation rules to common collation rules fileUlrich Drepper2011-05-151-7/+7
|
* Fix some fields in time info in sv_FI localeJohan Heikkila2011-05-151-7/+7
|
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-151-7/+7
| | | | The code is also cleaned up to avoid inefficiencies.
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-151-6/+7
|
* 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-7/+7
|
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-6/+6
|
* Last patch also fixes BZ 11952Ulrich Drepper2011-05-141-5/+5
|
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-141-4/+4
| | | | | | | | | | | | 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-141-3/+3
|
* Fix initialization of optimization values for AIOUlrich Drepper2011-05-141-5/+5
|
* Fix handling of conversion problem in CP932 moduleUlrich Drepper2011-05-141-3/+3
|
* Fix potential problem with out-of-scope bufferUlrich Drepper2011-05-141-3/+3
|
* Handle recursive calls in backtrace betterUlrich Drepper2011-05-141-6/+6
|
* Fix file descriptor position after fcloseUlrich Drepper2011-05-131-2/+3
| | | | | 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-3/+3
|
* Fix sched_setscheduler call in spawn implementationUlrich Drepper2011-05-111-4/+4
|
* Fix manual regarding switch from read to write on streams.Per Inge Mathisen2011-05-111-3/+3
|
* Report write error in addmnt even for cached streams.Ulrich Drepper2011-05-111-2/+2
|
* Translate kernel error into what pthread_create should returnUlrich Drepper2011-05-111-2/+2
|
* More configurability for secondary group lookupUlrich Drepper2011-05-101-6/+6
| | | | | | | | | | | | | 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.
* Update NEWS.Ulrich Drepper2011-05-101-0/+2
|
* Just BZ annotationsUlrich Drepper2011-05-091-5/+5
|
* Handle localized y/n reply in sq_ALUlrich Drepper2011-05-091-5/+5
|
* Add support for CP770, CP771, CP772, CP773, and CP774Ulrich Drepper2011-05-091-5/+5
|
* sync glibc Latin American paper sizes with CLDR 1.8.1Caolán McNamara2011-05-091-5/+5
|
* Fix currency_symbol of es_NI localeUlrich Drepper2011-05-091-4/+5
|
* Change paper format for Nicaragua to letterUlrich Drepper2011-05-091-4/+4
|
* Month names in Russian Localization should be in lowercaseAlexey Balmashnov2011-05-091-4/+4
|
* Add mhr_RU localeUlrich Drepper2011-05-091-5/+5
|
* Add lij_IT localeUlrich Drepper2011-05-091-5/+5
|
* Add yue_HK localeChunshek Chan2011-05-091-5/+6
|
* Add wae_CH localeKevin Bortis2011-05-091-5/+5
|
* Estonia (et_EE) joins the eurozonePriit Laes2011-05-091-4/+4
|
* Add lb_LU localeUlrich Drepper2011-05-091-5/+5
|
* Use appropriate type for return value checkingUlrich Drepper2011-05-091-3/+3
|
* Add sw_KE and sw_TZ localesUlrich Drepper2011-05-091-3/+4
|
* Add ff_SN localeUlrich Drepper2011-05-091-3/+3
|
* Update day/month names in tk_TM localeGhorban M. Tavakoly2011-05-091-2/+2
|
* Add bem_ZM and en_ZM localesUlrich Drepper2011-05-091-7/+7
|
* Document new localeUlrich Drepper2011-05-091-0/+2
|
* Use rupee sign in Indian locales.Ulrich Drepper2011-05-091-2/+2
|
* Transliterate U20B9.Ulrich Drepper2011-05-091-2/+2
|
* Add os_RU localeUlrich Drepper2011-05-091-2/+2
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-081-3/+3
| | | | | | | | | | The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
* Doc fixes.Ulrich Drepper2011-05-071-1/+1
|
* Backport BIND code to query name as TLD.Ulrich Drepper2011-05-071-1/+1
|
* Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper2011-05-071-2/+3
|