summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-20(usage) [%b]: Refer to %B.Jim Meyering
2003-02-20(print_stat): New format: %B (to print ST_NBLOCKSIZE).Jim Meyering
(usage): Describe it.
2003-02-20.Jim Meyering
2003-02-20*** empty log message ***Jim Meyering
2003-02-20Add checks for the following:Jim Meyering
BLOCK_SIZE, DU_BLOCK_SIZE, DF_BLOCK_SIZE, LS_BLOCK_SIZE.
2003-02-20Rename phony target envvar-check to evar-checkJim Meyering
so as not to conflict with the distributed file by the same name.
2003-02-20(process_file): Set info->skip before any possible return.Jim Meyering
Report correct usage for directories, not 0. (process_file): Return for `file_type == FTW_DPRE' _before_ recording the dev/ino of a directory.
2003-02-20.Jim Meyering
2003-02-20Now, df always displays the device file name corresponding to theJim Meyering
listed mount point under `Filesystem'. Before, for an unmounted block- or character-special file argument, it would display the command-line argument instead. (show_disk): Return a value indicating whether there was a match. Don't try to find a mount point here. (show_entry): If show_disk doesn't find a match, call show_point.
2003-02-20.Jim Meyering
2003-02-20*** empty log message ***Jim Meyering
2003-02-20*** empty log message ***Jim Meyering
2003-02-19Include "mmap-stack.h".Jim Meyering
(du_files): Add prototype with ATTRIBUTE_NORETURN. Exit from this function, not from... (main): ...here. Instead, if possible, invoke du_files through a macro that runs it with a large, mmap'd stack.
2003-02-19*** empty log message ***Jim Meyering
2003-02-19Merge in some clean-up and optimization changes from glibc's md5.c.Jim Meyering
2003-02-19Merge in some clean-up and optimization changes from glibc.Jim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19(usage): Change wording in --help output:Jim Meyering
use FILENUM instead of `SIDE' and say what FILENUM means.
2003-02-19*** empty log message ***Jim Meyering
2003-02-19(print_header): Rather than using a hard-coded literalJim Meyering
string of spaces matching the length of the English `...Type' header, output the right number of spaces to match the selected translation. Reported by Yann Dirson and Jean Charles Delepine as Debian bug 131113.
2003-02-19*** empty log message ***Jim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19Include "full-read.h".Jim Meyering
(bytes_split, lines_split, line_bytes_split): Use full_read, not safe_read. The way split was using the latter, a short read could cause split to terminate before EOF. (bytes_split): Remove unnecessary `else' after break. (lines_split): Likewise. and correct misleading indentation.
2003-02-19*** empty log message ***Jim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19fix commentJim Meyering
2003-02-19more clean-up. give more precise diagnosticsJim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19(TESTS): Reflect renaming.Jim Meyering
2003-02-19new file. renamed from cat-tty-eofJim Meyering
2003-02-19Remove file. Rename to tty-eof.Jim Meyering
2003-02-19comment out diagnosticJim Meyering
2003-02-19upgrade to automake-1.7.2bJim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19(AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack sizeJim Meyering
to 1MB, so as not to render systems with no stack size limit (e.g., linux-2.2.x) unusable. Suggestion and code from Bruno Haible.
2003-02-18*** empty log message ***Jim Meyering
2003-02-18*** empty log message ***Jim Meyering
2003-02-18(sha_stream) [BLOCKSIZE]: Move definition to top of file.Jim Meyering
Ensure that it is a multiple of 64. Rearrange loop exit tests so as to avoid performing an additional fread after encountering an error or EOF.
2003-02-18(md5_stream) [BLOCKSIZE]: Move definition to top of file.Jim Meyering
Ensure that it is a multiple of 64. Rearrange loop exit tests so as to avoid performing an additional fread after encountering an error or EOF.
2003-02-18*** empty log message ***Jim Meyering
2003-02-18(CLEANFILES): Remove ftw.h and search.h.Jim Meyering
(DISTCLEANFILES): Add them here. Add fnmatch.h, too.
2003-02-18cksum would perform an extra read after encountering EOFJim Meyering
(cksum): Exit the loop upon EOF, too. Patch by Michael Bacarella.
2003-02-18*** empty log message ***Jim Meyering
2003-02-18Generalize, clean-up, and test forJim Meyering
cat, cksum, md5sum, and sha1sum all in the same loop.
2003-02-17.Jim Meyering
2003-02-17*** empty log message ***Jim Meyering
2003-02-17(RUN_WITH_BIG_STACK_4): Define.Jim Meyering
2003-02-17.Jim Meyering