summaryrefslogtreecommitdiff
path: root/src/ln.c
AgeCommit message (Collapse)Author
1993-05-22merge with 3.5.5Jim Meyering
1993-04-04(do_link): Explicitly cast alloca return value to (char *).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-02Add --help and --version options.Jim Meyering
1993-03-29merge with 3.4.1Jim Meyering
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-11-09Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const.'
1992-11-01Give most file-scope variables the static attribute.Jim Meyering
1992-10-31Initial revisionJim Meyering