aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-01-07More char16_t and char32_t supportUlrich Drepper1-0/+16
2012-01-07Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper1-0/+2
2012-01-07Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-0/+7
2012-01-07Add explicit declaration of gets in C++ codeUlrich Drepper1-0/+5
2012-01-07Fix problem with reuse of test-strcpy for wide char testingUlrich Drepper1-0/+4
2012-01-06Fix C11 header changes for C++.Joseph Myers1-0/+7
2012-01-03Fix assertion in gconv's loop.cUlrich Drepper1-0/+3
2012-01-03Merge branch 'c11'Ulrich Drepper1-0/+56
2012-01-03Optimize regex a bitUlrich Drepper1-0/+4
2012-01-01Add uchar.h support, part 1Ulrich Drepper1-0/+18
2012-01-01Add missing restrict in mbrtowc declarationUlrich Drepper1-0/+4
2012-01-01Typo in CLUlrich Drepper1-1/+1
2012-01-01Implement timespec_getUlrich Drepper1-0/+9
2012-01-01Implement aligned_allocUlrich Drepper1-1/+7
2012-01-01Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper1-0/+4
2012-01-01Add __USE_ISOCXX11Ulrich Drepper1-0/+3
2012-01-01Remove gets declarationUlrich Drepper1-0/+3
2012-01-01Define static_assertUlrich Drepper1-0/+3
2012-01-01Start 2.16 developmentUlrich Drepper1-0/+2
2012-01-01Missing BZUlrich Drepper1-0/+1
2012-01-01Support C11 __STDC_SOURCE__ and _ISOC11_SOURCEUlrich Drepper1-0/+3
2012-01-01Also update new programsUlrich Drepper1-0/+4
2012-01-01Update copyright yearUlrich Drepper1-0/+19
2011-12-30Fix up regcomp/regexecJakub Jelinek1-0/+5
2011-12-23Preliminaries for 2.15 releaseglibc-2.15Ulrich Drepper1-0/+3
2011-12-23Fix typos in commentsMarek Polacek1-0/+3
2011-12-23Prevent warnings due to long long constantsUlrich Drepper1-0/+8
2011-12-23CLLiubov Dmitrieva1-2/+2
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva1-0/+8
2011-12-23Add missing inline keywordMarek Polacek1-0/+8
2011-12-23Add another BZUlrich Drepper1-0/+1
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper1-0/+5
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva1-0/+5
2011-12-23iconv mapping of 0xA8 0xEC in CP1258 is non-canonicalBruno Haible1-0/+4
2011-12-23iconv mapping of U+0385 in TCVN5712-1 is incorrectBruno Haible1-0/+6
2011-12-22Fix error code for too small input buffer to getnameinfoUlrich Drepper1-0/+4
2011-12-22Add missing BZUlrich Drepper1-0/+1
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper1-0/+3
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper1-0/+6
2011-12-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-0/+28
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva1-0/+5
2011-12-22Support building bits/syscall.h for any number of subarch variants.Joseph Myers1-0/+28
2011-12-22Add brx_IN localeUlrich Drepper1-0/+2
2011-12-22Optimize tr_freehookUlrich Drepper1-0/+4
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper1-0/+5
2011-12-21Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper1-0/+6
2011-12-21Use Kahan's formula in cacoshUlrich Drepper1-0/+7
2011-12-21Fix sign errr in some cacosh resultsRichard B. Kreckel1-0/+7
2011-12-21Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper1-0/+8
2011-12-21Fix division by denominator with more than two limbs in strtoldAndreas Schwab1-0/+6