summaryrefslogtreecommitdiff
path: root/src/cut.c
AgeCommit message (Collapse)Author
1994-12-16Include "error.h" instead of simply declaring `void error ();'.Jim Meyering
1994-11-16Declare DELIM to be `int' rather than unsigned char.Jim Meyering
1994-11-02(cut_bytes): Print at least a newline for every line of input.Jim Meyering
(cut_fields): Print a newline even for lines whose only selected field is empty. But print nothing when using -s without -f1. And print nothing for empty input. Reported by Richard_Sharman@software.mitel.com.
1994-10-19merge with 1.9.1hJim Meyering
1994-04-13.Jim Meyering
1993-12-29.Jim Meyering
1993-12-23merge with 1.9.1bJim Meyering
1993-12-22.Jim Meyering
1993-12-19(set_fields): Convert ranges like 3-5,6- into 3-.Jim Meyering
Before, this was off-by-two and converted 3-5,4-, but not 3-5,5-
1993-11-15fix typo in commentJim Meyering
1993-11-15merge with 1.9.1Jim Meyering
1993-11-07merge with 1.9Jim Meyering
1993-10-24merge with 1.8hJim 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
Change a few more uses of is* ctype macros to (protected) upper case versions.
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-11-19Merged in changes for 1.3.5.Jim Meyering
1992-11-08Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const'
1992-11-08Initial revisionJim Meyering