Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-10-04 | (usage): Move to precede all other functions. | Jim Meyering | |
1995-10-04 | (main): Report `too few/many non-option arguments' then print --help | Jim Meyering | |
output rather than just the latter. Properly interpret obsolescent usage like `join -o 2.1 2.1 2.2'. (usage): Describe POSIX -1, -2 options and deprecate -j* ones | |||
1995-08-07 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | |
1995-06-24 | Undefine min and/or max before defining to avoid redefinition warning | Jim Meyering | |
on systems. | |||
1995-06-22 | [join]: Redefine. Otherwise, systems (Unicos for one) with | Jim Meyering | |
headers that have a different prototype for `join' get an error. | |||
1995-06-18 | merge with 1.12 | Jim Meyering | |
1995-05-28 | (add_field_list): Compute max once for each call to add_field. | Jim Meyering | |
1995-05-28 | (main): Call make_blank after *all* argument processing. | Jim Meyering | |
Get rid of blank1, blank2. Just use uni_blank instead. | |||
1995-05-28 | Overhaul so -a1 and -a2 (as used in cnews) work. | Jim Meyering | |
1995-05-21 | merge with 1.11.1b | Jim Meyering | |
1995-05-13 | (usage): Include one- or two-line synopsis in --help output. | Jim Meyering | |
From Karl Berry. | |||
1995-03-09 | add 1995 to Copyright dates | Jim Meyering | |
1994-12-16 | Include "error.h" instead of simply declaring `void error ();'. | Jim Meyering | |
1994-11-16 | Rewriting to help it pass a reasonable suite of tests. | Jim Meyering | |
1994-10-31 | . | Jim Meyering | |
1994-10-19 | merge with 1.9.1h | Jim Meyering | |
1994-04-13 | . | Jim Meyering | |
1994-03-28 | (prline): Remove unused function. | Jim Meyering | |
1994-03-28 | indent | Jim Meyering | |
1994-01-09 | safe_read and full_write + join patch | Jim Meyering | |
1993-11-02 | merge with 1.8.1b | Jim Meyering | |
1993-10-24 | merge with 1.8g | Jim Meyering | |
1993-10-23 | merge with 1.8d+ | Jim Meyering | |
1993-10-21 | merge with 1.8d | Jim Meyering | |
1993-10-21 | merge with 1.8c | Jim Meyering | |
1993-10-05 | merge with 1.8a | Jim Meyering | |
1993-05-22 | merge with 1.5.2 | Jim Meyering | |
1993-04-29 | add --version and --help | Jim Meyering | |
1993-03-30 | Always call error with errno (not zero) after failed fclose or non-zero ferror. | Jim Meyering | |
1992-12-07 | Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h. | Jim Meyering | |
Change a few more uses of is* ctype macros to (protected) upper case versions. | |||
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-19 | Merged in changes for 1.3.5. | Jim Meyering | |
1992-11-08 | Declared lots of external functions and variables static. | Jim Meyering | |
Made several statically-initialized arrays `const' | |||
1992-11-08 | Initial revision | Jim Meyering | |