Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix manual regarding switch from read to write on streams. | Per Inge Mathisen | 2011-05-11 | 2 | -69/+67 |
| | |||||
* | Report write error in addmnt even for cached streams. | Ulrich Drepper | 2011-05-11 | 3 | -5/+8 |
| | |||||
* | Translate kernel error into what pthread_create should return | Ulrich Drepper | 2011-05-11 | 3 | -3/+8 |
| | |||||
* | Fix typo. | Ulrich Drepper | 2011-05-11 | 1 | -1/+1 |
| | |||||
* | Fix up testing for valid $ORIGIN use | Ulrich Drepper | 2011-05-11 | 2 | -16/+44 |
| | |||||
* | More configurability for secondary group lookup | Ulrich Drepper | 2011-05-10 | 4 | -21/+48 |
| | | | | | | | | | | | | | 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 Drepper | 2011-05-10 | 1 | -0/+2 |
| | |||||
* | Just BZ annotations | Ulrich Drepper | 2011-05-09 | 3 | -5/+7 |
| | |||||
* | Handle localized y/n reply in sq_AL | Ulrich Drepper | 2011-05-09 | 3 | -7/+11 |
| | |||||
* | Add support for CP770, CP771, CP772, CP773, and CP774 | Ulrich Drepper | 2011-05-09 | 29 | -24/+1705 |
| | |||||
* | sync glibc Latin American paper sizes with CLDR 1.8.1 | Caolán McNamara | 2011-05-09 | 4 | -13/+14 |
| | |||||
* | Fix currency_symbol of es_NI locale | Ulrich Drepper | 2011-05-09 | 3 | -30/+34 |
| | |||||
* | Change paper format for Nicaragua to letter | Ulrich Drepper | 2011-05-09 | 3 | -6/+9 |
| | |||||
* | Month names in Russian Localization should be in lowercase | Alexey Balmashnov | 2011-05-09 | 3 | -23/+27 |
| | |||||
* | Add mhr_RU locale | Ulrich Drepper | 2011-05-09 | 4 | -5/+172 |
| | |||||
* | Add ary language entry. | Ulrich Drepper | 2011-05-09 | 2 | -0/+3 |
| | |||||
* | Support Colon Sign | Ulrich Drepper | 2011-05-09 | 6 | -623/+631 |
| | | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale. | ||||
* | Add lij_IT locale | Ulrich Drepper | 2011-05-09 | 4 | -5/+140 |
| | |||||
* | Add yue_HK locale | Chunshek Chan | 2011-05-09 | 4 | -5/+178 |
| | |||||
* | Add wae_CH locale | Kevin Bortis | 2011-05-09 | 6 | -5/+256 |
| | |||||
* | Estonia (et_EE) joins the eurozone | Priit Laes | 2011-05-09 | 3 | -6/+10 |
| | |||||
* | Add lb_LU locale | Ulrich Drepper | 2011-05-09 | 4 | -5/+206 |
| | |||||
* | Use appropriate type for return value checking | Ulrich Drepper | 2011-05-09 | 3 | -4/+8 |
| | |||||
* | Add sw_KE and sw_TZ locales | Ulrich Drepper | 2011-05-09 | 5 | -3/+302 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-05-09 | 1 | -3/+2 |
| | |||||
* | Add ff_SN locale | Ulrich Drepper | 2011-05-09 | 4 | -3/+204 |
| | |||||
* | Update day/month names in tk_TM locale | Ghorban M. Tavakoly | 2011-05-09 | 3 | -72/+82 |
| | |||||
* | Add bem_ZM and en_ZM locales | Ulrich Drepper | 2011-05-09 | 5 | -7/+301 |
| | |||||
* | Document new locale | Ulrich Drepper | 2011-05-09 | 1 | -0/+2 |
| | |||||
* | Use rupee sign in Indian locales. | Ulrich Drepper | 2011-05-09 | 19 | -20/+39 |
| |