summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-23Preliminaries for 2.15 releaseglibc-2.15Ulrich Drepper
2011-12-23Fix typos in commentsMarek Polacek
2011-12-23Prevent warnings due to long long constantsUlrich Drepper
2011-12-23CLLiubov Dmitrieva
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva
2011-12-23Add missing inline keywordMarek Polacek
2011-12-23Add another BZUlrich Drepper
2011-12-23Modernize time format in Swedish localeUlrich Drepper
2011-12-23Fix wal_ET locale and build itUlrich Drepper
2011-12-23Various fixes to fi_FIUlrich Drepper
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva
2011-12-23iconv mapping of 0xA8 0xEC in CP1258 is non-canonicalBruno Haible
2011-12-23iconv mapping of U+0385 in TCVN5712-1 is incorrectBruno Haible
2011-12-23Add ta_LK localeUlrich Drepper
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper
2011-12-22Fix fi_FI collation reorderingUlrich Drepper
2011-12-22Fix error code for too small input buffer to getnameinfoUlrich Drepper
2011-12-22Add missing BZUlrich Drepper
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper
2011-12-22Build ur_IN localeUlrich Drepper
2011-12-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva
2011-12-22Support building bits/syscall.h for any number of subarch variants.Joseph Myers
2011-12-22Add brx_IN localeUlrich Drepper
2011-12-22Optimize tr_freehookUlrich Drepper
2011-12-22Change currency symbol placement for nl_BEUlrich Drepper
2011-12-22Add es_CU localeUlrich Drepper
2011-12-22WP issuesUlrich Drepper
2011-12-22Add unm_US localeUlrich Drepper
2011-12-22WP issuesUlrich Drepper
2011-12-22Add bho_IN localeUlrich Drepper
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper
2011-12-21Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper
2011-12-21Use Kahan's formula in cacoshUlrich Drepper
2011-12-21Fix sign errr in some cacosh resultsRichard B. Kreckel
2011-12-21Fix reading thread name from comm fileUlrich Drepper
2011-12-21Fix one typoUlrich Drepper
2011-12-21Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper
2011-12-21Fix division by denominator with more than two limbs in strtoldAndreas Schwab
2011-12-21Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola
2011-12-17Fix extension of array in extended printf format handlingUlrich Drepper
2011-12-17Optimized strcasecmp for Power7Adhemerval Zanella
2011-12-17Add BZ numberUlrich Drepper
2011-12-17Avoid warnings in __*_finite math function declarations with C++Marek Polacek
2011-12-17Check values from TZ file headerUlrich Drepper
2011-12-17Fix WPUlrich Drepper
2011-12-17Simplify code for accessing powerpc GOTWill Schmidt