aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers
2012-10-30[BZ#14767] Remove tests for have-initfini-array in elf/MakefileAndreas Jaeger
2012-10-30Add Esperanto translationAndreas Jaeger
2012-10-30Fix fini_array and init_array sectionsAndreas Jaeger
2012-10-29manual: delete nested @cartoucheMike Frysinger
2012-10-29Hurd: fix fdatasync/fsync if the fd does not support file_syncPino Toscano
2012-10-29aio_notify: fix _POSIX_REALTIME_SIGNALS checkPino Toscano
2012-10-27Remove redundant defines of __O_LARGEFILEAndreas Jaeger
2012-10-26Remove ${SHELL} from tst-table.sh/tst-tables.shH.J. Lu
2012-10-25Add IFUNC test lists for memcpy/mempcpy/memset on sparc.David S. Miller
2012-10-25Fix sparc64 build.David S. Miller
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