summaryrefslogtreecommitdiff
path: root/src/expand.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* expand: remove IF_LINTPaul Eggert2022-01-311-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: fix white spacePaul Eggert2021-07-261-1/+1
* build: update gnulib submodule to latestPaul Eggert2021-06-111-1/+0
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* doc: refactor and update expand and unexpand --helpPádraig Brady2017-04-021-5/+3
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-5/+5
* maint: refactor common expand(1) and unexpand(1) codeAssaf Gordon2016-08-091-201/+11
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-3/+3
* all: quote string arguments in error messagesPádraig Brady2015-10-271-3/+3
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* 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
* 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-2/+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: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-3/+5
* maint: make spacing around "=" consistent, even in IF_LINTJim Meyering2010-05-311-2/+2
* maint: replace each "for (;;)" with "while (true)"Jim Meyering2010-05-311-2/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-148/+148
* maint: avoid new unused-macro warnings from gccJim Meyering2009-03-061-5/+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
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* 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
* (expand): Don't assume that isprint etc. returnPaul Eggert2006-07-091-3/+3
* * src/expand.c (parse_tab_stops): Add comment to make this functionJim Meyering2005-10-241-0/+1
* (next_file): Don't assume fopen cannot return stdin.Jim Meyering2005-10-241-2/+2