(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / cut.c
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-07 Jim MeyeringInclude getndelim2.h rather than getdelim2.h.
2003-08-02 Jim Meyering(cut_fields): Don't read again after encountering EOF.
2003-07-27 Jim Meyering(is_printable_field): Simplify bit arithmetic.
2003-07-26 Jim MeyeringUse only one bit per field/offset in array, not one...
2003-07-26 Jim Meyering(set_fields): Detect overflow properly.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-22 Jim Meyeringtweak comment
2003-07-22 Jim Meyering(set_fields): Use xcalloc in place of xmalloc+memset.
2003-07-22 Jim Meyeringdon't include stdboo.h. it's already included via...
2003-07-22 Jim Meyering(main) [lint]: Initialize spec_list_string to avoid...
2003-07-22 Jim Meyering(set_fields): Mark all selected indices before trying to
2003-07-22 Jim MeyeringBegin to address this comment: What if someone wants to
2003-06-18 Jim MeyeringInclude "getdelim2.h", not "getstr.h".
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-01-09 Jim MeyeringWhen selecting ranges of byte offsets (as opposed to...
2003-01-09 Jim Meyering(set_fields): Make code agree with comment:
2003-01-07 Jim Meyering(set_fields): Fix typo in comment.
2002-10-12 Jim Meyering(cut_fields): Add a temporary size_t variable, n_bytes...
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-09-07 Jim Meyering(usage): Note that when using -f, lines with no delimit...
2000-09-07 Jim MeyeringRemove obsolete comment block.
2000-08-08 Jim Meyering(cut_fields): Invoke xalloc_die instead of printing...
2000-07-31 Jim Meyering(cut_fields): Use `virtual memory exhausted', not ...
2000-07-01 Jim MeyeringChange type of global, field_1_bufsize, from int to...
2000-06-21 Jim Meyering(getstr): Remove private (and out of date) version...
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-01-21 Jim MeyeringCorrect copying notice to use GPL, per author's request.
2000-01-08 Jim Meyering(OUTPUT_DELIMITER_OPTION): Define this and use it inste...
1999-09-02 Jim MeyeringRemove xstrdup declaration.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-07 Jim Meyering(getstr): Change type of `delim' parameter from char...
1999-03-07 Jim Meyering(FATAL_ERROR): s/s/Message
1999-03-04 Jim MeyeringInclude long-options.h
1999-01-14 Jim MeyeringDon't prototype usage as static.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim Meyering(longopts): Don't assume ASCII.
1998-07-26 Jim Meyering(cut_fields): Honor new --output-delimiter option.
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-06-28 Jim Meyeringadd a FIXME for output delimiter
1998-04-26 Jim MeyeringDo not define _GNU_SOURCE and/or NDEBUG
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1997-10-25 Jim Meyering(ADD_RANGE_PAIR): Cast first arg of xrealloc to char*.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-06-14 Jim Meyering(cut_fields): Detect when the input is empty and handle
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-10-03 Jim Meyering(set_fields): Use memset (not open coded loop) to initi...
1995-10-03 Jim MeyeringConvert a lot of `int' types to `unsigned int' to avoid...
1995-09-24 Jim MeyeringProtoize.
1995-09-23 Jim Meyering(print_kth): Change order of args in compare, and rever...
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-25 Jim Meyering(set_fields): Declare index unsigned.
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-11-16 Jim MeyeringDeclare DELIM to be `int' rather than unsigned char.
1994-11-02 Jim Meyering(cut_bytes): Print at least a newline for every line...
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-04-13 Jim Meyering.
1993-12-29 Jim Meyering.
1993-12-23 Jim Meyeringmerge with 1.9.1b
1993-12-22 Jim Meyering.
1993-12-19 Jim Meyering(set_fields): Convert ranges like 3-5,6- into 3-.
1993-11-15 Jim Meyeringfix typo in comment
1993-11-15 Jim Meyeringmerge with 1.9.1
1993-11-07 Jim Meyeringmerge with 1.9
1993-10-24 Jim Meyeringmerge with 1.8h
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-21 Jim Meyeringmerge with 1.8c
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-04-29 Jim Meyeringadd --version and --help
1993-03-30 Jim MeyeringAlways call error with errno (not zero) after failed...
1992-12-07 Jim MeyeringRemove inclusion of <ctype.h> and definitions of is...
next