summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-02-17*** empty log message ***Jim Meyering
2003-02-17Undo most of last change.Jim Meyering
Use sysmp instead, since it provides a cleaner interface.
2003-02-17*** empty log message ***Jim Meyering
2003-02-17(jm_PREREQ_PHYSMEM): Undo last change, sinceJim Meyering
Kaveh Ghazi found a better way to get the required information. Add check for sys/sysmp.h.
2003-02-17(run): New function, preparing for use ofJim Meyering
RUN_WITH_BIG_STACK_*
2003-02-17tweak commentJim Meyering
2003-02-16*** empty log message ***Jim Meyering
2003-02-16Add Finnish (fi).Jim Meyering
2003-02-16version: 4.5.7Jim Meyering
2003-02-16*** empty log message ***Jim Meyering
2003-02-16(libfetish_a_SOURCES): Add mmap-stack.h.Jim Meyering
2003-02-16*** empty log message ***Jim Meyering
2003-02-16(MAP_ANONYMOUS): Use MAP_ANON, if possible.Jim Meyering
Initialize `fd' to -1, so Solaris' mmap works with MAP_ANON.
2003-02-15add an assertionJim Meyering
2003-02-15*** empty log message ***Jim Meyering
2003-02-15*** empty log message ***Jim Meyering
2003-02-15*** empty log message ***Jim Meyering