summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-30*** empty log message ***Jim Meyering
2003-03-30*** empty log message ***Jim Meyering
2003-03-30Note the location of older NEWS files.Jim Meyering
2003-03-30*** empty log message ***Jim Meyering
2003-03-30(is_empty_dir): Don't let a failing closedirJim Meyering
clobber errno. Spotted by Arnold Robbins.
2003-03-30*** empty log message ***Jim Meyering
2003-03-30Fix typo in comment.Jim Meyering
2003-03-30.Jim Meyering
2003-03-29*** empty log message ***Jim Meyering
2003-03-29Note to expect build problems for stat.c on Ultrix 4.3.Jim Meyering
Note that there are some harmless test failures when running `make check' as root on some systems.
2003-03-28*** empty log message ***Jim Meyering
2003-03-28Skip 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.
2003-03-28*** empty log message ***Jim Meyering
2003-03-28Use seq, not `yes' to generate dir name.Jim Meyering
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate.
2003-03-28Use seq, not `yes' to generate link target.Jim Meyering
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate.
2003-03-28generate 9000+ bytes, in case we ever go for 8KB of outputJim Meyering
2003-03-28Use seq, not `yes' to generate 4KB of data.Jim Meyering
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate.
2003-03-28*** empty log message ***Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28.Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-28add tests for Paul's change of Mar 24, 2003Jim Meyering
2003-03-28*** empty log message ***Jim Meyering
2003-03-27*** empty log message ***Jim Meyering
2003-03-27Remove Arnold Robbins' obsolete e-mail addressJim Meyering
from `written by...' comment, at his request.
2003-03-27*** empty log message ***Jim Meyering
2003-03-27*** empty log message ***Jim Meyering
2003-03-27(sort invocation): Describe sort's --stable (-s) option.Jim Meyering
2003-03-27*** empty log message ***Jim Meyering
2003-03-27Fix buffer overrun problem reported by TAKAI Kousuke, alongJim Meyering
with some other POSIX incompatibilities. (print_esc): Do not treat \x specially if POSIXLY_CORRECT. Avoid buffer overrun if the format ends in backslash. Treat incomplete escape sequences as strings of characters, as POSIX requires. (print_formatted): Allow multiple flags. Avoid buffer overrun if the format is incomplete.
2003-03-27tiny spelling fixJim Meyering
2003-03-27*** empty log message ***Jim Meyering
2003-03-27(printf invocation): Fix formatting bugs.Jim Meyering
2003-03-27*** empty log message ***Jim Meyering
2003-03-27.Jim Meyering
2003-03-27.Jim Meyering
2003-03-26*** empty log message ***Jim Meyering
2003-03-26(struct cp_options): Add a comment.Jim Meyering
2003-03-23Describe problem with 64-bit mode on HPUX 11.x,Jim Meyering
with patch for /usr/include/inttypes.h.
2003-03-23Plan to add an autoconf test to work around the HPUX 11.x bug.Jim Meyering
2003-03-22D'oh.Jim Meyering
2003-03-22*** empty log message ***Jim Meyering
2003-03-22Don't include <sys/sysmacros.h>.Jim Meyering
That is already done via system.h. Otherwise, the multiple inclusion would evoke redefinition warnings from Cray's /bin/cc (Cray Standard C Version 4.0.3 (057126) Mar 22 2003 22:02:28). (human_fstype): Factor some directives `up', out of this function. Cast away `const' to avoid error from Cray's /bin/cc.
2003-03-22*** empty log message ***Jim Meyering
2003-03-22(widen): Cast alloca return value to proper type.Jim Meyering