maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / cut.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-12-06 Cojocaru Alexandrucut: avoid a redundant heap allocation
2012-12-06 Cojocaru Alexandrucut: improve error reporting
2012-11-24 Jim Meyeringcut: do not print extraneous delimiters in some unusual...
2012-11-24 Jim Meyeringcut: treat -b2-,3- like -b2-, not like -b3-
2012-11-18 Bernhard Voelkercut: do not accept the invalid range 0-
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-02-07 Jim Meyeringcut: don't segfault for large unbounded range
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2008-08-04 Benno Schulenbergdoc: correct and normalize --help output of several...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-06-02 Jim Meyeringspell author names consistently
2008-05-26 Jim Meyeringconvert 3-author programs to use proper_name
2008-05-06 Jim Meyeringavoid problems with sign-extended "char" operand to...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-22 Jim Meyeringcut: diagnose a range starting with 0 (-f 0-2) as inval...
2007-05-22 Jim Meyering"cut -f 2-0" now fails; before, it was equivalent to...
2007-04-16 Jim Meyering* src/cut.c (usage): Adjust synopsis to show that an...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-12-20 Jim Meyering"cut -f 2- A B" no longer triggers a double-free bug
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-05 Paul EggertAdjust to the change to DECIMAL_DIGIT_ACCUMULATE: its...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(longopts): Use NULL, not `0'.
2005-03-25 Jim Meyering(set_fields): Update use of DECIMAL_DIGIT_ACCUMULATE.
2005-03-17 Jim Meyering(set_fields): Use DECIMAL_DIGIT_ACCUMULATE macro in
2005-03-06 Jim MeyeringRemove `register' keyword.
2004-12-04 Jim Meyering(complement, COMPLEMENT_OPTION): New.
2004-11-16 Paul Eggert(usage): Improve documentation along the lines suggested
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(cut_fields): Use to_uchar rather than a cast.
2004-08-02 Paul Eggert(hash_int) [!defined UINTPTR_MAX]: Use size_t instead...
2004-06-02 Jim MeyeringFix a bug in how the --output-delimiter=D option works...
2004-05-17 Jim Meyering(cut_fields): Adjust to new signature of getndelim2.
2004-04-20 Jim Meyering(cut_fields): Free buffer upon getndelim2 failure.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-06 Jim MeyeringFix 'cut' problems with size_t overflow and unsigned...
2003-11-04 Jim Meyering(ADD_RANGE_PAIR): Use x2nrealloc rather than xrealloc,
2003-10-25 Jim Meyering(hash_int): Adjust to reflect
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
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.
next