summaryrefslogtreecommitdiff
path: root/src/join.c
AgeCommit message (Expand)Author
1995-11-27s/non-zero/nonzero/gJim Meyering
1995-11-05(join): Protoize. Somehow, protoize missed this one.Jim Meyering
1995-10-13(prjoin): Handle case in which file spec is 0.Jim Meyering
1995-10-13(prjoin): Rewrite loop that iterates over field specs.Jim Meyering
1995-10-12(add_field_list): Allow SPACE and TAB as well as `,' as list item separators.Jim Meyering
1995-10-08(main): Close input files.Jim Meyering
1995-10-08Add alloca junk.Jim Meyering
1995-10-08(add_field): No longer return a value.Jim Meyering
1995-10-04protoizeJim Meyering
1995-10-04Remove forward dcl of usage.Jim Meyering
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 --helpJim Meyering
1995-08-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-06-24Undefine min and/or max before defining to avoid redefinition warningJim Meyering
1995-06-22[join]: Redefine. Otherwise, systems (Unicos for one) withJim Meyering
1995-06-18merge with 1.12Jim 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
1995-05-28Overhaul so -a1 and -a2 (as used in cnews) work.Jim Meyering
1995-05-21merge with 1.11.1bJim Meyering
1995-05-13(usage): Include one- or two-line synopsis in --help output.Jim Meyering
1995-03-09add 1995 to Copyright datesJim Meyering
1994-12-16Include "error.h" instead of simply declaring `void error ();'.Jim Meyering
1994-11-16Rewriting to help it pass a reasonable suite of tests.Jim Meyering
1994-10-31.Jim Meyering
1994-10-19merge with 1.9.1hJim Meyering
1994-04-13.Jim Meyering
1994-03-28(prline): Remove unused function.Jim Meyering
1994-03-28indentJim Meyering
1994-01-09safe_read and full_write + join patchJim Meyering
1993-11-02merge with 1.8.1bJim Meyering
1993-10-24merge with 1.8gJim Meyering
1993-10-23merge with 1.8d+Jim Meyering
1993-10-21merge with 1.8dJim Meyering
1993-10-21merge with 1.8cJim Meyering
1993-10-05merge with 1.8aJim Meyering
1993-05-22merge with 1.5.2Jim Meyering
1993-04-29add --version and --helpJim Meyering
1993-03-30Always call error with errno (not zero) after failed fclose or non-zero ferror.Jim Meyering
1992-12-07Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h.Jim Meyering
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
1992-11-19Merged in changes for 1.3.5.Jim Meyering
1992-11-08Declared lots of external functions and variables static.Jim Meyering
1992-11-08Initial revisionJim Meyering