summaryrefslogtreecommitdiff
path: root/src/paste.c
Commit message (Expand)AuthorAgeFilesLines
* paste: fix possible truncated output with large filesTobias Stoeckmann2014-11-241-3/+3
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* cut: restore special case handling of -f with -d$'\n'Pádraig Brady2014-06-011-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-9/+9
* 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
* maint: remove empty statement after jump labelBernhard Voelker2011-08-131-1/+1
* 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-2/+2
* 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-231/+231
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering2008-11-101-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
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3
* paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering2008-03-271-4/+30
* 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
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* * src/cat.c (infile): Add "const" to declaration.Jim Meyering2006-10-251-3/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (paste_serial): Don't assume fopen does not return stdin.Paul Eggert2005-04-111-2/+3
* (longopts): Use NULL, not `0'.Jim Meyering2005-03-281-4/+4
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* Output correct errno-related diagnostic on "paste" I/O errors.Paul Eggert2004-09-031-12/+37
* (paste_parallel): Improve replacement for ENDLIST and CLOSED.Paul Eggert2004-09-031-14/+10
* (dummy_closed, CLOSED, dummy_endlist, ENDLIST): Remove;Paul Eggert2004-09-021-21/+20
* (paste_parallel, paste_serial, main): Use bool for booleans.Paul Eggert2004-08-031-17/+18
* (paste_parallel): Declare local, chr, to be of typeJim Meyering2004-01-231-1/+1
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-3/+4
* Use `bool' (not int) as the type for a fewJim Meyering2004-01-091-59/+45
* whoops. One more.Jim Meyering2003-11-061-1/+1
* (paste_parallel): Use `sizeof *var' rather than hard-coding `sizeof FILE*'.Jim Meyering2003-11-061-1/+1
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (paste_serial): Save errno after input error,Jim Meyering2003-09-231-1/+4
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* (paste_parallel): Don't output `EOF' (aka -1) as a `char'.Jim Meyering2003-08-271-2/+7