Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | . | Jim Meyering | |
2000-10-22 | include stdio.h | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | (md5_process_block) [OP]: Use `rol', not CYCLIC. | Jim Meyering | |
[CYCLIC]: Remove now-unused definition. | |||
2000-10-22 | s/shasum/sha1sum/ | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | renamed from shasum.c | Jim Meyering | |
2000-10-22 | renamed from shasum.x | Jim Meyering | |
2000-10-22 | fix typo | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | (print_long_format): Wrap date format strings in _(...) | Jim Meyering | |
so they may be internationalized. Suggestion from Christian Rose. | |||
2000-10-22 | (make_path_private): Add a FIXME comment. | Jim Meyering | |
2000-10-22 | Source lang-default rather than open-coding | Jim Meyering | |
the setting/exporting of LANG, LC_ALL, and LANGUAGE. | |||
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | Source lang-default rather than open-coding | Jim Meyering | |
the setting/exporting of LANG, LC_ALL, and LANGUAGE. | |||
2000-10-22 | . | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | . | Jim Meyering | |
2000-10-22 | . | Jim Meyering | |
2000-10-22 | . | Jim Meyering | |
2000-10-22 | Factor out the differences between MD5 and SHA1, | Jim Meyering | |
and parameterize so this code may be used by both md5sum and the new program, shasum. Loosely based on a patch from Scott Miller. | |||
2000-10-22 | Support 8-byte integers, assuming they're printable with e.g., %lld. | Jim Meyering | |
Add support for printing data as unsigned long long integers. | |||
2000-10-22 | add missing backslash | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | (O_DIRECTORY): Define, if needed. | Jim Meyering | |
(save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".". Suggestion from Ulrich Drepper. | |||
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-22 | *** empty log message *** | Jim Meyering | |
2000-10-21 | (no commit message) | Jim Meyering | |
2000-10-21 | . | Jim Meyering | |
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | The command, `yes ''|./cat -n' would stop printing after INT_MAX lines. | Jim Meyering | |
(cat): Never let `newlines' exceed 3. | |||
2000-10-21 | Prevent a counter buffer overrun when numbering lines and when | Jim Meyering | |
processing 100 billion lines (or more) of input. (LINE_COUNTER_BUF_LEN): Define to allow numbering as many as 10^18 - 1 lines (the old limit was 10^11 - 1, and could be exceeded without too much trouble). Use this symbol rather than hard-coding the constant everywhere. Rather than overruning for input with more lines, mark the line number by putting a `>' in the leftmost slot. (next_line_num): Fixed (now academic) possible line buffer overrun. Patch by Jan Nieuwenhuizen. | |||
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | (SORT_OUT_OF_ORDER): Define. | Jim Meyering | |
(main): Use it instead of hard-coding the `1'. | |||
2000-10-21 | (main): Use EXIT_SUCCESS rather than 0. | Jim Meyering | |
Fail when checking (-c) with more than one file argument, rather than simply ignoring the extra arguments. | |||
2000-10-21 | tweak comment | Jim Meyering | |
2000-10-21 | (dir_name_r): New function, factored out of dir_name. | Jim Meyering | |
(dir_name): Use dir_name_r. | |||
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | (memrchr): Declare if necessary. | Jim Meyering | |
(dir_name): Remove the restriction that there be no trailing slashes. Now, this code skips past them, effectively ignoring them. [TEST_DIRNAME] (main): New unit tests. | |||
2000-10-21 | *** empty log message *** | Jim Meyering | |
2000-10-21 | (jm_PREREQ_DIRNAME): New macro. | Jim Meyering | |
2000-10-21 | (AC_REPLACE_FUNCS): Add memrchr. | Jim Meyering | |