aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-0/+77
2013-02-13Fix up ChangeLog.Roland McGrath1-3/+1
2013-02-13Install stdlib-bsearch.h headerOndrej Bilka1-0/+4
2013-02-13Call memcpy in generic mempcpyOndrej Bilka1-0/+4
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar1-0/+2
2013-02-13Better exp polynomialSiddhesh Poyarekar1-0/+3
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar1-0/+3
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar1-0/+6
2013-02-12Remove redunant "warning: " prefix from stub warnings.Roland McGrath1-0/+5
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab1-0/+9
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab1-0/+9
2013-02-12Fix typo, improve comment, remove superfluous #undefs, add missing #undef.Tom de Vries1-0/+8
2013-02-11Fix log entry in last change.Roland McGrath1-2/+2
2013-02-11Add inline bsearch expansion.Ondrej Bilka1-0/+6
2013-02-11Fix some errors in declarations in the manual.Roland McGrath1-0/+78
2013-02-11Remove dead CFLAGS lines from string/MakefileTom de Vries1-0/+5
2013-02-11Fix a typo in the mremap comment.Roland McGrath1-0/+4
2013-02-11Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2daTom de Vries1-1/+1
2013-02-08Fix PF_LOCAL socket example sockaddr_un size calculation.Roland McGrath1-0/+5
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers1-0/+75
2013-02-08Remove dead variable in generic strcpy.Roland McGrath1-0/+2
2013-02-08Support sysdeps/.../include/ directories.Roland McGrath1-0/+5
2013-02-08Refactor code out of nscd's two main poll loops.Carlos O'Donell1-0/+10
2013-02-08Add more comments to _dl_load_cache_lookup().Carlos O'Donell1-0/+5
2013-02-08BZ #15006: Updates NEWS and ChangeLog.Carlos O'Donell1-0/+1
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell1-0/+5
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers1-0/+93
2013-02-08Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers1-0/+9
2013-02-07Remove lots of inline keywords.Roland McGrath1-0/+39
2013-02-05Move nss directory into sysdeps Subdirs.Roland McGrath1-0/+6
2013-02-05Replace an alloca use with a variable-length array.Roland McGrath1-0/+3
2013-02-05Fix aliases in stub lseek.Roland McGrath1-0/+3
2013-02-05Add missing includes to sysdeps/generic/malloc-sysdep.h.Roland McGrath1-0/+4
2013-02-04getenv: Remove check for non-standard endianness.Carlos O'Donell1-0/+5
2013-02-04Update sparc ULPs after Joseph's casin fixes.David S. Miller1-0/+4
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers1-0/+63
2013-02-04Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab1-0/+7
2013-02-02Improve link_map.l_addr comment.Jan Kratochvil1-0/+5
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers1-0/+19
2013-02-01Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers1-0/+8
2013-01-31Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers1-0/+6
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers1-0/+32
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers1-0/+18
2013-01-31Remove bp-thunks code.Joseph Myers1-0/+19
2013-01-31Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers1-0/+14
2013-01-31Update German translations.David S. Miller1-0/+4
2013-01-26 * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov1-0/+4
2013-01-25Don't bother checking for $CC option to accept ISO C89.Thomas Schwinge1-0/+3
2013-01-25configure: Default to CPP="$CC -E" unless overridden.Thomas Schwinge1-0/+5
2013-01-24Avoid backtrace tests matching filenames when searching for function names.Joseph Myers1-0/+28