about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add missing restrict in mbrtowc declarationUlrich Drepper2012-01-011-0/+4
* Typo in CLUlrich Drepper2012-01-011-1/+1
* Implement timespec_getUlrich Drepper2012-01-011-0/+9
* Implement aligned_allocUlrich Drepper2012-01-011-1/+7
* Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper2012-01-011-0/+4
* Add __USE_ISOCXX11Ulrich Drepper2012-01-011-0/+3
* Remove gets declarationUlrich Drepper2012-01-011-0/+3
* Define static_assertUlrich Drepper2012-01-011-0/+3
* Start 2.16 developmentUlrich Drepper2012-01-011-0/+2
* Missing BZUlrich Drepper2012-01-011-0/+1
* Support C11 __STDC_SOURCE__ and _ISOC11_SOURCEUlrich Drepper2012-01-011-0/+3
* Also update new programsUlrich Drepper2012-01-011-0/+4
* Update copyright yearUlrich Drepper2012-01-011-0/+19
* Fix up regcomp/regexecJakub Jelinek2011-12-301-0/+5
* Preliminaries for 2.15 release glibc-2.15Ulrich Drepper2011-12-231-0/+3
* Fix typos in commentsMarek Polacek2011-12-231-0/+3
* Prevent warnings due to long long constantsUlrich Drepper2011-12-231-0/+8
* CLLiubov Dmitrieva2011-12-231-2/+2
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-231-0/+8
* Add missing inline keywordMarek Polacek2011-12-231-0/+8
* Add another BZUlrich Drepper2011-12-231-0/+1
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-0/+5
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-0/+5
* iconv mapping of 0xA8 0xEC in CP1258 is non-canonicalBruno Haible2011-12-231-0/+4
* iconv mapping of U+0385 in TCVN5712-1 is incorrectBruno Haible2011-12-231-0/+6
* Fix error code for too small input buffer to getnameinfoUlrich Drepper2011-12-221-0/+4
* Add missing BZUlrich Drepper2011-12-221-0/+1
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-221-0/+3
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-221-0/+6
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-12-221-0/+28
|\
| * Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-221-0/+28
* | Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-0/+5
|/
* Add brx_IN localeUlrich Drepper2011-12-221-0/+2
* Optimize tr_freehookUlrich Drepper2011-12-221-0/+4
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-221-0/+5
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-211-0/+6
* Use Kahan's formula in cacoshUlrich Drepper2011-12-211-0/+7
* Fix sign errr in some cacosh resultsRichard B. Kreckel2011-12-211-0/+7
* Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper2011-12-211-0/+8
* Fix division by denominator with more than two limbs in strtoldAndreas Schwab2011-12-211-0/+6
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-211-0/+5
* Fix extension of array in extended printf format handlingUlrich Drepper2011-12-171-0/+5
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-171-0/+13
* Avoid warnings in __*_finite math function declarations with C++Marek Polacek2011-12-171-0/+6
* Check values from TZ file headerUlrich Drepper2011-12-171-0/+5
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-171-0/+34
* Optimized nearbyint for PPCAdhemerval Zanella2011-12-171-0/+8
* Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall2011-12-171-0/+5
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-171-0/+25
* Add tests for wcsrchr and wcscpyUlrich Drepper2011-12-171-3/+8