aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-25Use __getdents instead of __getdirentries in sparc __get_clockfreq_via_proc_o...Roland McGrath
2012-10-25Add cross-test-ssh.sh.Joseph Myers
2012-10-25Hurd: ptrace: use __hurd_fail for EOPNOTSUPPPino Toscano
2012-10-25Fix run-program-prefix comment.Joseph Myers
2012-10-24Support cross-testing.Joseph Myers
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-24change ifunc assembly test to a link testMike Frysinger
2012-10-24drop -q flag when using grepMike Frysinger
2012-10-24Use build directory instead of `pwd` in ftwtest-sh.Joseph Myers
2012-10-24Use build directory instead of /tmp in globtest.sh.Joseph Myers
2012-10-24Always define off_t, mode_t, pid_tAndreas Jaeger
2012-10-24F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-23Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy
2012-10-23Refactor parts of run-program-prefix and built-program-cmd into new run-via-r...Joseph Myers
2012-10-22Fix O_RSYNCAndreas Jaeger
2012-10-22Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy
2012-10-22Move ChangeLog entry to correct file.Joseph Myers
2012-10-22Always define __O_LARGEFILEAndreas Jaeger
2012-10-22Add missed ChangeLog entryAndreas Jaeger
2012-10-22Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger
2012-10-22Use __O_LARGEFILE instead of O_LARGEFILEAndreas Jaeger
2012-10-21Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy
2012-10-21SH: Use <bits/fcntl-linux.h>Andreas Jaeger
2012-10-20Check the main application only if SHARED is definedH.J. Lu
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger
2012-10-20Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath
2012-10-19Add wcsmbs IFUNC testsH.J. Lu
2012-10-19Add string IFUNC testsH.J. Lu
2012-10-19Add debug IFUNC testsH.J. Lu
2012-10-20Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar
2012-10-19Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers
2012-10-19Remove relics of support for configuring in the source directory.Joseph Myers
2012-10-19Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers
2012-10-19Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers
2012-10-19Clean up localedata/tst-wctype.sh to match how it is called.Jim Blandy
2012-10-19Add a testcase for BZ #14716H.J. Lu
2012-10-18Comment on slow compilation of math/test-tgmath2.cMarkus Trippelsdorf
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar
2012-10-17Don't call feclearexcept in gamma function tests.Joseph Myers
2012-10-16__alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer
2012-10-15Fix BZ #14716: memmem crashMaxim Kuvyrkov
2012-10-12Use __uint64_t in x86 __bswap_64H.J. Lu
2012-10-12Avoid PLT references from __get_clockfreq on powerpcAndreas Schwab
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu
2012-10-11Add i686 __libc_ifunc_impl_listH.J. Lu
2012-10-11Framework to test IFUNC implementations on targetH.J. Lu