summaryrefslogtreecommitdiff
path: root/src/cut.c
Commit message (Expand)AuthorAgeFilesLines
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* cut: don't segfault for large unbounded rangeJim Meyering2011-02-071-0/+2
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-0/+3
* maint: make spacing around "=" consistent, even in IF_LINTJim Meyering2010-05-311-1/+1
* maint: replace each "for (;;)" with "while (true)"Jim Meyering2010-05-311-1/+1
* maint: add a space before open-paren, where lackingJim Meyering2010-03-171-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-307/+307
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* doc: correct and normalize --help output of several toolsBenno Schulenberg2008-08-041-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* spell author names consistentlyJim Meyering2008-06-021-1/+1
* convert 3-author programs to use proper_nameJim Meyering2008-05-261-1/+4
* avoid problems with sign-extended "char" operand to is* functionsJim Meyering2008-05-061-2/+3
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* cut: diagnose a range starting with 0 (-f 0-2) as invalid, andJim Meyering2007-05-221-0/+2
* "cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"Jim Meyering2007-05-221-12/+19
* * src/cut.c (usage): Adjust synopsis to show that an OPTION is required.Jim Meyering2007-04-161-2/+2
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* "cut -f 2- A B" no longer triggers a double-free bugJim Meyering2006-12-201-0/+1
* Improve the check for departures from C89, and fix the departuresPaul Eggert2006-11-271-0/+2
* * src/cat.c (infile): Add "const" to declaration.Jim Meyering2006-10-251-2/+2
* Adjust to today's renaming changes in system.h.Paul Eggert2006-07-091-1/+1
* Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th...Jim Meyering2005-08-121-11/+11
* Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is nowPaul Eggert2005-07-051-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (longopts): Use NULL, not `0'.Jim Meyering2005-03-281-8/+8
* (set_fields): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering2005-03-251-1/+1
* (set_fields): Use DECIMAL_DIGIT_ACCUMULATE macro inJim Meyering2005-03-171-5/+2
* Remove `register' keyword.Jim Meyering2005-03-061-2/+2
* (complement, COMPLEMENT_OPTION): New.Jim Meyering2004-12-041-47/+63
* (usage): Improve documentation along the lines suggestedPaul Eggert2004-11-161-1/+3
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* (cut_fields): Use to_uchar rather than a cast.Paul Eggert2004-08-031-13/+14
* (hash_int) [!defined UINTPTR_MAX]: Use size_t instead of uintptr_t.Paul Eggert2004-08-021-0/+4
* Fix a bug in how the --output-delimiter=D option works withJim Meyering2004-06-021-22/+26
* (cut_fields): Adjust to new signature of getndelim2.Jim Meyering2004-05-171-2/+2
* (cut_fields): Free buffer upon getndelim2 failure.Jim Meyering2004-04-201-0/+1
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-5/+6
* Fix 'cut' problems with size_t overflow and unsigned int.Jim Meyering2003-11-061-72/+68
* (ADD_RANGE_PAIR): Use x2nrealloc rather than xrealloc,Jim Meyering2003-11-041-11/+6
* (hash_int): Adjust to reflectJim Meyering2003-10-251-2/+2