Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | Move all tests from test/{od,sha1sum,shred,stty} to tests/misc/. | Jim Meyering | |
Reflect these renamings: od/od-N misc/od-N od/x8 misc/od-x8 sha1sum/basic-1 misc/sha1sum sha1sum/sample-vec misc/sha1sum-vec shred/exact misc/shred-exact shred/remove misc/shred-remove stty/basic-1 misc/stty stty/invalid misc/stty-invalid stty/row-col-1 misc/stty-row-col * tests/misc/Makefile.am (TESTS): Add the new files. * tests/Makefile.am (SUBDIRS): Remove the dir names. * tests/od, tests/sha1sum, tests/shred, tests/stty: Remove the directories. * configure.ac (AC_CONFIG_FILES): Remove the corresponding Makefile names. | |||
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2006-09-18 | * tests/stty/row-col-1: Rewrite to avoid temporary file that is | Paul Eggert | |
sometimes left behind if the test is skipped or interrupted. | |||
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2005-04-29 | Don't use 'set -' | Paul Eggert | |
2005-01-03 | Don't set rows or columns to zero, to avoid | Jim Meyering | |
a bug in the TIOCGWINSZ ioctl on at least Solaris5.9 systems. Setting either (or both) to zero would succeed, but subsequent `stty size' would say `no size information for this device' due to the ioctl failing with EINVAL. | |||
2004-10-13 | *** empty log message *** | Paul Eggert | |
2003-05-14 | Use tr's \n notation rather than \012. | Jim Meyering | |
2003-03-28 | Skip this test if stty can't get window size. | Jim Meyering | |
This happens when connecting to sparc-solaris2.7 via ssh from within emacs. Reported by Karl Berry. | |||
2001-03-09 | Reflect change in location of input-tty. | Jim Meyering | |
2000-01-29 | Set COLUMNS envvar, just to be safe. | Jim Meyering | |
1999-08-17 | source input-tty instead of open-coding it | Jim Meyering | |
1999-08-14 | Fail-77 if stdin is not a tty. | Jim Meyering | |
1999-02-08 | Use `stty', not $STTY. | Jim Meyering | |
Fix typo in VERBOSE code: s/\$RM/stty/. | |||
1998-04-04 | . | Jim Meyering | |