summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Preliminaries for 2.15 release glibc-2.15Ulrich Drepper2011-12-233-3/+6
|
* Fix typos in commentsMarek Polacek2011-12-232-4/+7
|
* Prevent warnings due to long long constantsUlrich Drepper2011-12-236-90/+124
|
* CLLiubov Dmitrieva2011-12-231-2/+2
|
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-233-508/+331
|
* Add missing inline keywordMarek Polacek2011-12-236-6/+14
| | | | | According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug.
* Add another BZUlrich Drepper2011-12-232-7/+8
|
* Modernize time format in Swedish localeUlrich Drepper2011-12-233-9/+12
|
* Fix wal_ET locale and build itUlrich Drepper2011-12-234-36/+41
|
* Various fixes to fi_FIUlrich Drepper2011-12-233-29/+42
|
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-232-1/+16
|
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-232-41/+26
| | | | | | | | | | | Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write.
* iconv mapping of 0xA8 0xEC in CP1258 is non-canonicalBruno Haible2011-12-233-8/+11
|
* iconv mapping of U+0385 in TCVN5712-1 is incorrectBruno Haible2011-12-233-11/+17
|
* Add ta_LK localeUlrich Drepper2011-12-235-35/+133
|
* Use __pthread_get_minstack in more placesUlrich Drepper2011-12-223-4/+10
|
* Create internal threads with sufficient stack sizeUlrich Drepper2011-12-226-9/+31
|
* Fix fi_FI collation reorderingUlrich Drepper2011-12-223-24/+32
|
* Fix error code for too small input buffer to getnameinfoUlrich Drepper2011-12-223-9/+14
|
* Add missing BZUlrich Drepper2011-12-222-1/+2
|
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-222-1/+42
|
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-223-8/+28
|
* Build ur_IN localeUlrich Drepper2011-12-223-4/+8
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-12-226-32/+89
|\ | | | | | | | | Conflicts: ChangeLog
| * Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-226-32/+89
| |
* | Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-222-745/+521
|/
* Add brx_IN localeUlrich Drepper2011-12-226-3/+196
|
* Optimize tr_freehookUlrich Drepper2011-12-223-6/+12
|
* Change currency symbol placement for nl_BEUlrich Drepper2011-12-223-3/+7
|
* Add es_CU localeUlrich Drepper2011-12-224-3/+130
|
* WP issuesUlrich Drepper2011-12-221-1/+0
|
* Add unm_US localeUlrich Drepper2011-12-224-3/+159
|
* WP issuesUlrich Drepper2011-12-221-34/+34
|
* Add bho_IN localeUlrich Drepper2011-12-224-2/+175
|
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-222-1/+6
|
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-215-10/+16
|
* Use Kahan's formula in cacoshUlrich Drepper2011-12-214-0/+24
|
* Fix sign errr in some cacosh resultsRichard B. Kreckel2011-12-215-32/+13
|
* Fix reading thread name from comm fileUlrich Drepper2011-12-213-2/+17
|
* Fix one typoUlrich Drepper2011-12-211-1/+1
|
* Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper2011-12-216-47/+56
|
* Fix division by denominator with more than two limbs in strtoldAndreas Schwab2011-12-213-2/+10
|
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-212-1/+6
|
* Fix extension of array in extended printf format handlingUlrich Drepper2011-12-173-9/+13
|
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-1710-1/+298
|
* Add BZ numberUlrich Drepper2011-12-171-1/+2
|
* Avoid warnings in __*_finite math function declarations with C++Marek Polacek2011-12-173-91/+104
|
* Check values from TZ file headerUlrich Drepper2011-12-173-10/+50
|
* Fix WPUlrich Drepper2011-12-171-1/+1
|
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-1732-159/+167
|