summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-11Don't segfault for a negative field width or precision in format string.Jim Meyering
(UNSPECIFIED): Define. (print_direc): Use the special value, UNSPECIFIED, to indicate that field_width or precision has not been specified. (print_formatted): Fail if field_width or precision is the special value, UNSPECIFIED.
2003-03-11*** empty log message ***Jim Meyering
2003-03-11Make the test larger than 64 bytes, so that we don'tJim Meyering
immediately disqualify file systems (e.g., NetApp) on which smaller files take up zero disk blocks.
2003-03-11*** empty log message ***Jim Meyering
2003-03-11*** empty log message ***Jim Meyering
2003-03-11Include <wchar.h>. Needed for UnixWare 7.1.1.Jim Meyering
Reported by John Hughes, see http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
2003-03-11*** empty log message ***Jim Meyering
2003-03-11(EXIT_FAILURE): Define if the system doesn't.Jim Meyering
Reported by Bruce Becker; see: http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
2003-03-10*** empty log message ***Jim Meyering
2003-03-10*** empty log message ***Jim Meyering
2003-03-10Add a test for the above-fixed bug.Jim Meyering
2003-03-10(INT_MIN): Define, if necessary.Jim Meyering
2003-03-10*** empty log message ***Jim Meyering
2003-03-10.Jim Meyering
2003-03-09Include "save-cwd.h".Jim Meyering
(ftw_startup): Avoid use of getcwd, if possible. Instead, use fopen/fchdir via save_cwd/restore_cwd.
2003-03-09*** empty log message ***Jim Meyering
2003-03-09fix typo in commentJim Meyering
2003-03-09*** empty log message ***Jim Meyering
2003-03-09*** empty log message ***Jim Meyering
2003-03-09(AD_stack_pop): Cast sizeof... to int before changing its sign.Jim Meyering
This avoids a warning from gcc on 64-bit systems. (pop_dir): Reverse order of sign change and cast, to be consistent with the above.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08(evar-check): Check for POSIXLY_CORRECT not as aJim Meyering
shell variable, but only in the environment. With /bin/sh->bash, the shell variable is set to `y', and that would cause a spurious warning.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08Require at least version 1.11 of Expect.pm.Jim Meyering
Old versions of Expect.pm (e.g., 1.07) lack the log_user function. Patch by Bob Proulx.
2003-03-08Before, when using shred on a device, one had to specify --exact,Jim Meyering
or be careful to choose a size that would not be rounded up and exceed the maximum value; that could result in a failure of the final write. (do_wipefd): --exact is now the default for non-regular files. Suggestion from Ben Elliston. (usage): Say it.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08(check-root): Remove touch/fifo.Jim Meyering
It doesn't appear to have to be run as root.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08Rather than simply using the first non-rootJim Meyering
username, make sure that the selected user name has a usable shell.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08Also check for the log_user method, to avoidJim Meyering
spurious failure when using an old version of Expect.pm (e.g., 1.07). Reported by Bob Proulx.
2003-03-08.Jim Meyering
2003-03-08Remove now-unused #include and #define directives.Jim Meyering
2003-03-08(check-misc): Check for use of `defined' in #define directives.Jim Meyering
Change to $(srcdir) before running grep.
2003-03-08Don't use `defined' in a #define directive.Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08.Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08.Jim Meyering
2003-03-08Ensure that hard links _are_ listed twice when using --count-links.Jim Meyering
2003-03-08(process_file): If a file's size is not being countedJim Meyering
e.g., because it's a hard link to a file we've already counted, then don't print a line for it.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08`du -S' didn't workJim Meyering
Revert most of the `reorganization' change of 2003-02-20, and make the two-array approach work.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering