about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Check malloc arana limit atomicallyAndreas Schwab2011-11-101-0/+6
* Use strcasecmp_l instead of strcasecmpUlrich Drepper2011-11-081-0/+3
* Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper2011-11-081-0/+5
* Fix locking in _IO_flush_all_lockpAndreas Schwab2011-11-071-0/+3
* Fix buffer allocation in files initgroups handlerAndreas Schwab2011-11-071-0/+5
* Always provide declarations of long double math functions when !_LIBCAndreas Schwab2011-11-041-0/+5
* Fix off-by-one when reading link name in sprofAndreas Schwab2011-11-041-0/+4
* Don't start AVC thread until credentials are installedAndreas Schwab2011-11-031-0/+3
* Don't fail in makedb if SELinux is disabledAndreas Schwab2011-11-031-0/+5
* Fix _IOT_sgttyb definition.Samuel Thibault2011-11-021-0/+4
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-11-011-0/+12
|\
| * Account for alloca size rounding in extend_allocaAndreas Schwab2011-11-011-0/+6
| * Ignore libaudit.h when checking for system header useAndreas Schwab2011-11-011-0/+2
| * Properly set extra-objs in nscd makefileAndreas Schwab2011-11-011-0/+4
* | Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper2011-11-011-0/+3
|/
* Fix tst-rfc3484 build failuresUlrich Drepper2011-11-011-0/+4
* New Linux syscalls process_vm_readv and process_vm_writevUlrich Drepper2011-11-011-0/+7
* Use kernel headers for netlink definitionsUlrich Drepper2011-11-011-0/+4
* Use extend_alloca in _dl_map_object_deps.Paul Pluzhnikov2011-10-311-0/+5
* Unify getent output for initgroups databaseUlrich Drepper2011-10-311-0/+4
* Fix typo in CLUlrich Drepper2011-10-311-1/+1
* Cache network interface informationUlrich Drepper2011-10-311-0/+26
* Fix potential double close in __check_fd if OOMUlrich Drepper2011-10-301-0/+6
* Avoid assertion in processes with VM in bad shapeUlrich Drepper2011-10-291-0/+4
* Mark a few more functions with __THROWNL.Ulrich Drepper2011-10-291-0/+6
* Fix accuracy problem in generic sinUlrich Drepper2011-10-291-0/+7
* Correctly NUL-terminate link name in sprofUlrich Drepper2011-10-291-0/+4
* Cleanups in ldconfig's chroot handlingUlrich Drepper2011-10-291-0/+2
* Avoid warning in dl-lookup.cUlrich Drepper2011-10-291-0/+2
* Fix readlink call in ldconfig's chroot handlingThomas Jarosch2011-10-291-0/+4
* Add strchrnul performance testUlrich Drepper2011-10-291-0/+4
* Update Spanish translationUlrich Drepper2011-10-291-0/+1
* Update Italian translationUlrich Drepper2011-10-291-0/+4
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-0/+2
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-0/+5
* Remove code without too much effectsUlrich Drepper2011-10-281-0/+23
* Fix some warning nitsAndreas Schwab2011-10-281-0/+4
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-281-0/+5
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-0/+7
* BZ#13349: Missing BZ tag for last change.Roland McGrath2011-10-261-0/+1
* Remove mention of open_obstack_stream, which has never existed in libio.Roland McGrath2011-10-261-0/+6
* Fix uses of math_force_evalAndreas Schwab2011-10-261-0/+4
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-261-0/+6
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-0/+35
* Typo in CLUlrich Drepper2011-10-251-1/+1
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-0/+5
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-251-0/+7
|\
| * Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2011-10-251-0/+3
| * Fix strchr testAndreas Schwab2011-10-251-0/+4
* | Use math_force_eval in more placesUlrich Drepper2011-10-251-0/+22
|/