2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | diff to current |
2003-06-18 |
Jim Meyering | Reflect renaming: readline -> readlinebuffer. |
blob | commitdiff | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2003-05-13 |
Jim Meyering | (delseq, freeline): Don't apply cast to argument of... |
blob | commitdiff | diff to current |
2003-04-11 |
Jim Meyering | Remove anachronistic casts of xmalloc, |
blob | commitdiff | diff to current |
2003-02-19 |
Jim Meyering | (usage): Change wording in --help output: |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2002-04-30 |
Jim Meyering | (keycmp): Replace #ifdef ENABLE_NLS with if (HAVE_SETLO... |
blob | commitdiff | diff to current |
2002-01-22 |
Jim Meyering | Include xmemcoll.h, not memcoll.h. |
blob | commitdiff | diff to current |
2002-01-21 |
Jim Meyering | (keycmp): Don't assume that the difference between... |
blob | commitdiff | diff to current |
2001-12-03 |
Jim Meyering | (usage): Merge lone "\n" into adjacent string. |
blob | commitdiff | diff to current |
2001-12-01 |
Jim Meyering | Reflect renaming to, and new usage of these macros: |
blob | commitdiff | diff to current |
2001-12-01 |
Jim Meyering | (usage): Use new macros, EMIT_HELP_DESCRIPTION and... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | Factor out some common strings to make translation... |
blob | commitdiff | diff to current |
2001-11-11 |
Jim Meyering | (make_blank): Declare to be static. |
blob | commitdiff | diff to current |
2001-11-11 |
Jim Meyering | (make_blank): Declare to be static. |
blob | commitdiff | diff to current |
2001-11-11 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | diff to current |
2000-11-18 |
Jim Meyering | revert mysteriously-applied last delta! |
blob | commitdiff | diff to current |
2000-11-17 |
Jim Meyering | Declare global `tab' to be of type *unsigned* char, |
blob | commitdiff | diff to current |
2000-11-16 |
Jim Meyering | Declare global `tab' to be of type *unsigned* char, |
blob | commitdiff | diff to current |
2000-05-20 |
Jim Meyering | Arrange to call close_stdout upon exit. Don't close... |
blob | commitdiff | diff to current |
2000-02-29 |
Jim Meyering | (make_blank): Add an explicit cast to `unsigned char *' |
blob | commitdiff | diff to current |
1999-07-04 |
Jim Meyering | reinclude memcoll.h (mistakenly removed by me) |
blob | commitdiff | diff to current |
1999-07-04 |
Jim Meyering | Add support for LC_COLLATE locale. |
blob | commitdiff | diff to current |
1999-07-04 |
Jim Meyering | (xfields): Only <blank>s separate fields, not <space>s. |
blob | commitdiff | diff to current |
1999-05-15 |
Jim Meyering | (xfields): Don't interpret a trailing blank as a |
blob | commitdiff | diff to current |
1999-05-03 |
Jim Meyering | (TOLOWER): Remove definition. |
blob | commitdiff | diff to current |
1999-04-04 |
Jim Meyering | Standardize --help and --version processing. |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Use AUTHORS in place of string in parse_long_options... |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Insert AUTHORS definition. |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Use PROGRAM_NAME in place of string in parse_long_optio... |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | define PROGRAM_NAME |
blob | commitdiff | diff to current |
1999-03-04 |
Jim Meyering | (main): Include author name argument. |
blob | commitdiff | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | diff to current |
1999-01-14 |
Jim Meyering | Don't prototype usage as static. |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-07-26 |
Jim Meyering | Convert some char* dcls to `unsigned char*' and remove... |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | revert back to using lower case _unlocked wrapper names |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | Change all uses of unlocked-wrapped functions to their... |
blob | commitdiff | diff to current |
1998-04-26 |
Jim Meyering | Do not define _GNU_SOURCE and/or NDEBUG |
blob | commitdiff | diff to current |
1998-04-17 |
Jim Meyering | (xfields): Used unsigned char* pointers to avoid |
blob | commitdiff | diff to current |
1998-04-12 |
Jim Meyering | Use STREQ rather than strcmp |
blob | commitdiff | diff to current |
1998-01-10 |
Jim Meyering | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX... |
blob | commitdiff | diff to current |
1997-10-25 |
Jim Meyering | Remove old-style xmalloc and xrealloc decls. |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-02-09 |
Jim Meyering | update copyrights for 1997 |
blob | commitdiff | diff to current |
1997-02-03 |
Jim Meyering | Move alloca-related preprocessor code into system.h. |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | bracket bug address with <> and append a period |
blob | commitdiff | diff to current |
1997-02-01 |
Jim Meyering | Compare getopt_long return value against -1, not EOF... |
blob | commitdiff | diff to current |
1997-01-25 |
Jim Meyering | update for changed xstrtou?l |
blob | commitdiff | diff to current |
1996-11-23 |
Jim Meyering | (usage): Alphabetize options like sort -f would. |
blob | commitdiff | diff to current |
1996-11-03 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-11-02 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | diff to current |
1996-10-31 |
Jim Meyering | (decode_field_spec): Always give FIELD_INDEX a value. |
blob | commitdiff | diff to current |
1996-10-04 |
Jim Meyering | (main): update --version output again |
blob | commitdiff | diff to current |
1996-09-02 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | diff to current |
1996-04-13 |
Jim Meyering | (decode_field_spec): Rename local variable `valid' |
blob | commitdiff | diff to current |
1996-04-10 |
Jim Meyering | (memcasecmp): Remove static definition of function. |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Call error with EXIT_FAILURE (rather than `1') as first... |
blob | commitdiff | diff to current |
1996-03-24 |
Jim Meyering | Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather... |
blob | commitdiff | diff to current |
1996-03-21 |
Jim Meyering | (main): Declare to be of type int, not void. |
blob | commitdiff | diff to current |
1996-03-16 |
Jim Meyering | Don't include version.h. |
blob | commitdiff | diff to current |
1996-03-09 |
Jim Meyering | (memcasecmp): Declare local I to be unsigned to avoid... |
blob | commitdiff | diff to current |
1996-03-09 |
Jim Meyering | (main): Initialize for internationalized message suppor... |
blob | commitdiff | diff to current |
1996-02-22 |
Jim Meyering | (xfields) [without -t]: Ignore leading blanks. |
blob | commitdiff | diff to current |
1996-02-18 |
Jim Meyering | [TOLOWER]: Define. |
blob | commitdiff | diff to current |
1996-02-17 |
Jim Meyering | Mark a few error strings for translation. |
blob | commitdiff | diff to current |
1995-11-27 |
Jim Meyering | s/non-zero/nonzero/g |
blob | commitdiff | diff to current |
1995-11-05 |
Jim Meyering | (join): Protoize. Somehow, protoize missed this one. |
blob | commitdiff | diff to current |
1995-10-13 |
Jim Meyering | (prjoin): Handle case in which file spec is 0. |
blob | commitdiff | diff to current |
1995-10-13 |
Jim Meyering | (prjoin): Rewrite loop that iterates over field specs. |
blob | commitdiff | diff to current |
1995-10-12 |
Jim Meyering | (add_field_list): Allow SPACE and TAB as well as `... |
blob | commitdiff | diff to current |
1995-10-08 |
Jim Meyering | (main): Close input files. |
blob | commitdiff | diff to current |
1995-10-08 |
Jim Meyering | Add alloca junk. |
blob | commitdiff | diff to current |
1995-10-08 |
Jim Meyering | (add_field): No longer return a value. |
blob | commitdiff | diff to current |
1995-10-04 |
Jim Meyering | protoize |
blob | commitdiff | diff to current |
1995-10-04 |
Jim Meyering | Remove forward dcl of usage. |
blob | commitdiff | diff to current |
1995-10-04 |
Jim Meyering | (usage): Move to precede all other functions. |
blob | commitdiff | diff to current |
1995-10-04 |
Jim Meyering | (main): Report `too few/many non-option arguments'... |
blob | commitdiff | diff to current |
1995-08-07 |
Jim Meyering | Annotate localizable strings with _(...). From Franc... |
blob | commitdiff | diff to current |
1995-06-24 |
Jim Meyering | Undefine min and/or max before defining to avoid redefi... |
blob | commitdiff | diff to current |
1995-06-22 |
Jim Meyering | [join]: Redefine. Otherwise, systems (Unicos for one... |
blob | commitdiff | diff to current |
1995-06-18 |
Jim Meyering | merge with 1.12 |
blob | commitdiff | diff to current |
1995-05-28 |
Jim Meyering | (add_field_list): Compute max once for each call to... |
blob | commitdiff | diff to current |
1995-05-28 |
Jim Meyering | (main): Call make_blank after *all* argument processing. |
blob | commitdiff | diff to current |
1995-05-28 |
Jim Meyering | Overhaul so -a1 and -a2 (as used in cnews) work. |
blob | commitdiff | diff to current |
1995-05-21 |
Jim Meyering | merge with 1.11.1b |
blob | commitdiff | diff to current |
1995-05-13 |
Jim Meyering | (usage): Include one- or two-line synopsis in --help... |
blob | commitdiff | diff to current |
1995-03-09 |
Jim Meyering | add 1995 to Copyright dates |
blob | commitdiff | diff to current |
1994-12-16 |
Jim Meyering | Include "error.h" instead of simply declaring `void... |
blob | commitdiff | diff to current |
1994-11-16 |
Jim Meyering | Rewriting to help it pass a reasonable suite of tests. |
blob | commitdiff | diff to current |
1994-10-31 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-10-19 |
Jim Meyering | merge with 1.9.1h |
blob | commitdiff | diff to current |
1994-04-13 |
Jim Meyering | . |
blob | commitdiff | diff to current |
1994-03-28 |
Jim Meyering | (prline): Remove unused function. |
blob | commitdiff | diff to current |
1994-03-28 |
Jim Meyering | indent |
blob | commitdiff | diff to current |
1994-01-09 |
Jim Meyering | safe_read and full_write + join patch |
blob | commitdiff | diff to current |
next |