about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update.Ulrich Drepper2011-05-061-3/+2
|
* Explain header situation after RPC removal in NEWSUlrich Drepper2011-05-051-1/+6
|
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-021-1/+1
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-021-2/+2
|
* Update NEWSUlrich Drepper2011-05-011-2/+2
|
* Use al possible bytes from fopen mode string.Eric Blake2011-04-221-2/+2
|
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-171-1/+1
|
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-171-3/+3
| | | | fnstenv on x86-64 seems to clear the state. Work around.
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-161-1/+7
|
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+1
|
* Update NEWS.Ulrich Drepper2011-04-101-2/+3
|
* Fix typo in comment.Ulrich Drepper2011-04-091-2/+2
|
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-011-2/+2
|
* Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper2011-04-011-1/+2
|
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-011-1/+1
|
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-011-2/+2
|
* Add clock_adjtime syscall.Ulrich Drepper2011-03-301-1/+3
|