Age | Commit message (Collapse) | Author | |
---|---|---|---|
1993-04-04 | . | Jim Meyering | |
1993-04-04 | (usage): Mention --help and --version. | Jim Meyering | |
(main): Handle flag_help and flag_version before checking for invocation errors. | |||
1993-04-04 | . | Jim Meyering | |
1993-04-04 | remove blank line | Jim Meyering | |
1993-04-04 | . | Jim Meyering | |
1993-04-04 | . | Jim Meyering | |
1993-04-02 | Convert usage to take no arguments. | Jim Meyering | |
1993-04-02 | . | Jim Meyering | |
1993-04-02 | . | Jim Meyering | |
1993-04-02 | Add --help and --version options. | Jim Meyering | |
1993-04-02 | Move some dcls before first function. | Jim Meyering | |
Add --help and --version options. | |||
1993-04-02 | undef isasc before redining it. | Jim Meyering | |
1993-04-01 | Define isascii macro to be 1 also if STDC_HEADERS. | Jim Meyering | |
1993-04-01 | Define isascii macro to be 1 also if STDC_HEADERS. | Jim Meyering | |
1993-04-01 | . | Jim Meyering | |
1993-04-01 | Add --version, --help options. | Jim Meyering | |
1993-03-31 | sort changes from Mike | Jim Meyering | |
1993-03-31 | . | Jim Meyering | |
1993-03-31 | . | Jim Meyering | |
1993-03-31 | (parse_old_offset): Allow `0X' as well as `0x' prefix to indicate hex. | Jim Meyering | |
1993-03-31 | Add -G,--no-group option to inhibit display of group infomation. | Jim Meyering | |
1993-03-31 | updated from FSF | Jim Meyering | |
1993-03-30 | . | Jim Meyering | |
1993-03-30 | (index, bcopy): Don't redefine. | Jim Meyering | |
1993-03-30 | . | Jim Meyering | |
1993-03-30 | Always call error with errno (not zero) after failed fclose or non-zero ferror. | Jim Meyering | |
1993-03-30 | . | Jim Meyering | |
1993-03-29 | merge with 3.4.1 | Jim Meyering | |
1993-03-28 | . | Jim Meyering | |
1993-03-28 | . | Jim Meyering | |
1993-03-28 | . | Jim Meyering | |
1993-03-28 | (add_omitted_fs_type, fs_to_omit): New functions adding | Jim Meyering | |
support for --exclude-type option. From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>. | |||
1993-03-28 | (decode_switches, print_long_format): New option: --full-time. | Jim Meyering | |
1993-03-28 | (main): If -f is given, don't complain if no file args are given. | Jim Meyering | |
1993-03-28 | [rindex]: Don't redefine. | Jim Meyering | |
1993-03-28 | Accept `flush' option. From Arne H. Juul arnej@lise.unit.no | Jim Meyering | |
1993-03-28 | . | Jim Meyering | |
1993-03-26 | Add long options. | Jim Meyering | |
1993-03-26 | . | Jim Meyering | |
1993-03-26 | . | Jim Meyering | |
1993-03-26 | . | Jim Meyering | |
1993-03-24 | . | Jim Meyering | |
1993-03-24 | (gobble_file): Don't stat symlinks unless we need to. | Jim Meyering | |
From Mike Rendell <michael@mercury.cs.mun.ca>. | |||
1993-03-24 | (copy, copy_with_block, copy_with_block): Decrement pending_spaces only | Jim Meyering | |
if it's > 0. The following command didn't terminate: perl -e 'print "a a\n";'| dd of=/dev/null ibs=1 cbs=3 conv=unblock With suggestions from Chris Weber <weber@bucknell.edu>, Marlys.A.Nelson@uwrf.edu, and Albert-Lunde@nwu.edu. | |||
1993-03-23 | New option: -C, --compatible. | Jim Meyering | |
A few new small functions. | |||
1993-03-23 | . | Jim Meyering | |
1993-03-22 | (close_file): Reverse May 13, '92 change, but add the condition | Jim Meyering | |
that cols_ready_to_print not be decremented when printing across. The command `echo |pr -2ta' didn't terminate. (print_page): Rewrite conditional with side effects in second conjunct using nested if statements to make it clear that we do indeed want those semantics. | |||
1993-03-22 | fix two typos | Jim Meyering | |
1993-03-06 | Compare getenv with NULL instead of 0 -- just for aesthetics. | Jim Meyering | |
1993-03-02 | . | Jim Meyering | |