Age | Commit message (Collapse) | Author | |
---|---|---|---|
1993-04-04 | (usage): Mention --help and --version. | Jim Meyering | |
(main): Handle flag_help and flag_version before checking for invocation errors. | |||
1993-04-02 | Move some dcls before first function. | Jim Meyering | |
Add --help and --version options. | |||
1993-03-31 | Add -G,--no-group option to inhibit display of group infomation. | Jim Meyering | |
1993-03-29 | merge with 3.4.1 | Jim Meyering | |
1993-03-28 | (decode_switches, print_long_format): New option: --full-time. | 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>. | |||
1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | |
getopt.h: no_argument, required_argument, and optional_argument. | |||
1992-11-09 | Declared lots of external functions and variables static. | Jim Meyering | |
Made several statically-initialized arrays `const.' | |||
1992-11-01 | Give most file-scope variables the static attribute. | Jim Meyering | |
1992-10-31 | Add parentheses to expressions like (c = *p++) as per suggestion | Jim Meyering | |
from gcc -Wall. | |||
1992-10-31 | Initial revision | Jim Meyering | |