about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWSUlrich Drepper2011-11-141-1/+4
|
* Fix grouping and reuse other locales in various localesUlrich Drepper2011-11-111-2/+2
|
* Always provide declarations of long double math functions when !_LIBCAndreas Schwab2011-11-041-5/+5
|
* New Linux syscalls process_vm_readv and process_vm_writevUlrich Drepper2011-11-011-1/+3
|
* Unify getent output for initgroups databaseUlrich Drepper2011-10-311-2/+2
| | | | | Requests for other fail if iteration is not supported and no parameters are given. Do this for initgroups as well.
* Add bug numberUlrich Drepper2011-10-291-2/+2
|
* Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper2011-10-291-1/+1
|
* Fix accuracy problem in generic sinUlrich Drepper2011-10-291-4/+4
|
* Correctly NUL-terminate link name in sprofUlrich Drepper2011-10-291-1/+1
|
* Fix readlink call in ldconfig's chroot handlingThomas Jarosch2011-10-291-2/+3
|
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-2/+2
|
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-2/+2
|
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-231-2/+2
|
* Preserve link time dependencies over relocation dependenciesAndreas Schwab2011-10-201-4/+4
|
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-191-1/+7
|
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-151-1/+1
|
* Add parameter annotation to modfAndreas Jaeger2011-10-151-2/+2
|
* Add missing BZ number to NEWSUlrich Drepper2011-10-141-2/+2
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-121-1/+1
|
* Optimize libmUlrich Drepper2011-10-121-1/+4
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Note bug number in CLUlrich Drepper2011-10-081-1/+1
|
* Fix netname2hostAndreas Jaeger2011-10-081-2/+2
|
* Fix remainder (NaN, 0)Andreas Jaeger2011-10-071-3/+3
|
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-071-0/+3
|
* Fix type in NEWSUlrich Drepper2011-10-071-1/+1
|
* Implement caching of nscdUlrich Drepper2011-10-071-1/+4
|
* Avoid cast in non-gcc obstack_freeUlrich Drepper2011-09-111-2/+2
|
* Fix use of AC_INITUlrich Drepper2011-09-111-3/+3
|
* Fix jn precisionPetr Baudis2011-09-091-2/+3
|
* Fix boundary conditions in scanfUlrich Drepper2011-09-091-1/+1
| | | | | Allocate large buffers with realloc. When returning error make sure the stream is unlocked.
* Don't lock string streams in stream cleanup codeUlrich Drepper2011-09-091-2/+2
|
* Fix macro used in testH.J. Lu2011-09-081-2/+2
|
* Add missing definition of LOCPATH for bug-regex32 runJohn Stanley2011-09-081-1/+1
|
* Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper2011-09-081-1/+4
|
* Fix memory leak in case of failed dlopenUlrich Drepper2011-09-071-1/+1
|
* Remove invalid BZ numberUlrich Drepper2011-09-071-1/+1
|
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-071-2/+2
|
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-1/+1
|
* Fix glob.h header by removing gcc 1.x supportUlrich Drepper2011-09-051-1/+1
|
* Use O_CLOEXEC when loading ld.so cacheUlrich Drepper2011-09-051-2/+2
|
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-051-0/+3
|
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-1/+2
|
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-051-1/+1
|
* Fix semid_ds for x86-64Ulrich Drepper2011-09-051-2/+3
|
* Add test for BZ 13114Ulrich Drepper2011-08-201-2/+2
|
* Implement scandirat functionUlrich Drepper2011-08-091-1/+4
|
* Adjust test for correct installationUlrich Drepper2011-07-231-2/+2
|
* Check for overflows in expressionsUlrich Drepper2011-07-201-1/+1
| | | | Some passed in values might cause overflows in expressions.
* Fix check for AVX enablementUlrich Drepper2011-07-201-2/+2
| | | | | The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation.
* Correct feature announcementUlrich Drepper2011-07-191-1/+1
|