summaryrefslogtreecommitdiff
path: root/tests/misc/Makefile.am
AgeCommit message (Collapse)Author
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering
contains a list of NUL-separated file names. * src/wc.c: Include "readtokens.h". (usage): Describe the new option, and adjust the `Usage': with this option, no FILE may be specified on the command line. (main): Handle the new option. * tests/misc/wc-files0: New tests, for the above. * tests/misc/wc-files0-from: Likewise. * tests/misc/Makefile.am (TESTS): Add wc-files0.
2006-06-08Ensure that cat works with any of the options, -A -v -e -E -T,Jim Meyering
when applied to files in /proc and /sys, even when the FIONREAD ioctl produces nonsensical results. Before this change, cat would produce no output (or truncated output), for some linux kernels. * src/cat.c (write_pending): New function, factored out of cat. (cat): Also interpret a negative ioctl/FIONREAD count as indicating that there are bytes to read. Some versions of linux-2.6.16 do that. Write any pending output before returning. Reported by Dan Jacobson in <http://bugs.debian.org/370583>. * NEWS: Mention this bug fix. * tests/misc/cat-proc: New file. Test for the above. * tests/misc/Makefile.am (TESTS): Add cat-proc.
2006-06-05(PROG): Take the basename of $$tst,Paul Eggert
in case Solaris make has prepended the directory. (TESTS): Adjust to test script renamings.
2006-03-26(TESTS): Sort. Add basename, dirname.Jim Meyering
2006-02-27(TESTS): Add base64.Jim Meyering
2006-01-12(TESTS): Add test.Jim Meyering
2005-12-19(TESTS): Add mknod.Jim Meyering
2005-12-15(TESTS): Add stat-printf.Jim Meyering
2005-12-10(TESTS): Add sort-rand.Jim Meyering
2005-10-23(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scriptsJim Meyering
here rather that each in its own directory.
2005-08-13(TESTS): Add date.Jim Meyering
2004-12-14(TESTS): Add tac-continue.Jim Meyering
2004-11-14(TESTS): Add close-stdout.Jim Meyering
2004-07-06(TESTS): Remove basic readlink test.Jim Meyering
2004-06-14(TESTS): Add pwd.Jim Meyering
(BUILD_SRC_DIR): Define BUILD_SRC_DIR.
2004-03-15(TESTS): Add date-sec.Jim Meyering
2004-01-09(TESTS): Add expand.Jim Meyering
2003-11-03(TESTS_ENVIRONMENT): Define PACKAGE_VERSION.Jim Meyering
2003-08-27(TESTS): Add paste-no-nl.Jim Meyering
2003-08-27(TESTS): Add stat-fmt.Jim Meyering
2003-08-11(TESTS): Add fold.Jim Meyering
2003-07-11(TESTS): Add nohup.Jim Meyering
2003-05-04(TESTS): Add head-elide-tail.Jim Meyering
2003-04-12(TESTS): Add readlink.Jim Meyering
2003-04-08(TESTS): Add split-fail.Jim Meyering
2003-04-05*** empty log message ***Jim Meyering
2003-04-02(TESTS): Add false.Jim Meyering
2003-02-19(TESTS): Reflect renaming.Jim Meyering
2003-02-02*** empty log message ***Jim Meyering
2002-12-14(TESTS): Add cat-tty-eof.Jim Meyering
2002-11-06(TESTS): Add printf-hex.Jim Meyering
2002-10-14(TESTS): Add nl.Jim Meyering
2002-10-13(TESTS): Add split-l.Jim Meyering
2002-09-13(TESTS): Add printf.Jim Meyering
2002-08-05(TESTS): Add nice and pathchk1.Jim Meyering
2002-02-16(TESTS): Add split-a.Jim Meyering
2002-02-11(TESTS): Add head-pos.Jim Meyering
2002-01-14(TESTS): Add sort.Jim Meyering
(TESTS_ENVIRONMENT): Add PROG=$$tst. This is a gross kludge that depends on the name of an automake-generated local variable.
2001-11-22(TESTS): Add csplit.Jim Meyering
2001-08-18*** empty log message ***Jim Meyering