aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-02-11Fix some errors in declarations in the manual.Roland McGrath
2013-02-11Remove dead CFLAGS lines from string/MakefileTom de Vries
2013-02-11Fix a typo in the mremap comment.Roland McGrath
2013-02-11Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2daTom de Vries
2013-02-08Fix PF_LOCAL socket example sockaddr_un size calculation.Roland McGrath
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08Remove dead variable in generic strcpy.Roland McGrath
2013-02-08Support sysdeps/.../include/ directories.Roland McGrath
2013-02-08Refactor code out of nscd's two main poll loops.Carlos O'Donell
2013-02-08Add more comments to _dl_load_cache_lookup().Carlos O'Donell
2013-02-08BZ #15006: Updates NEWS and ChangeLog.Carlos O'Donell
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-02-08Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-02-05Move nss directory into sysdeps Subdirs.Roland McGrath
2013-02-05Replace an alloca use with a variable-length array.Roland McGrath
2013-02-05Fix aliases in stub lseek.Roland McGrath
2013-02-05Add missing includes to sysdeps/generic/malloc-sysdep.h.Roland McGrath
2013-02-04getenv: Remove check for non-standard endianness.Carlos O'Donell
2013-02-04Update sparc ULPs after Joseph's casin fixes.David S. Miller
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-02-04Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab
2013-02-02Improve link_map.l_addr comment.Jan Kratochvil
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers
2013-02-01Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers
2013-01-31Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers
2013-01-31Remove bp-thunks code.Joseph Myers
2013-01-31Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers
2013-01-31Update German translations.David S. Miller
2013-01-26 * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov
2013-01-25Don't bother checking for $CC option to accept ISO C89.Thomas Schwinge
2013-01-25configure: Default to CPP="$CC -E" unless overridden.Thomas Schwinge
2013-01-24Avoid backtrace tests matching filenames when searching for function names.Joseph Myers
2013-01-23Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath
2013-01-23Add a minor 'cas' atomic optimization on sparc.David S. Miller
2013-01-23ulimit: remove buggy bsd implementationPino Toscano
2013-01-23ulimit: include <limits.h>Pino Toscano
2013-01-23ulimit: move linux implementation as posixPino Toscano
2013-01-22Build elf/tst-array2 and elf/tst-array5 with --no-as-neededAdam Conrad
2013-01-23Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers
2013-01-21Use libgcc unwinder for sparc backtraces, if available.David S. Miller
2013-01-21Avoid busy loop in wordexp when substituted command closed its stdoutAndreas Schwab
2013-01-20Remove use of mpa2.hAndreas Schwab
2013-01-18Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers
2013-01-18Corrected ChangeLog date of __kernel_get_tbfreq fix.Ryan S. Arnold
2013-01-18PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.Anton Blanchard
2013-01-18Fix application of the exception maskSiddhesh Poyarekar