summaryrefslogtreecommitdiff
path: root/src/fold.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
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* fold: fix fadvise hintAndreas Schwab2010-10-161-1/+1
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-0/+3
* 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-107/+107
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-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
* * 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
* (fold_file): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering2005-08-121-1/+1
* Don't embed `this'-style quotes in format strings.Jim Meyering2005-06-161-1/+2
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Remove posixver.h and its uses.Paul Eggert2005-04-261-26/+15
* Remove `register' keyword.Jim Meyering2005-03-061-2/+2
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* (TAB_WIDTH): New macro; use it instead of "8".Paul Eggert2004-08-031-18/+23
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-2/+2
* (main): Use memcpy, not strcpy.Jim Meyering2004-01-041-3/+4
* fold -s didn't work on e.g., alpha-based systems.Jim Meyering2003-12-271-20/+27
* (fold_file): Use x2nrealloc rather than xrealloc.Jim Meyering2003-11-041-4/+1
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (fold_file): Save errno after input error, to report proper errno value.Jim Meyering2003-09-231-1/+4
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* fold -s -wN would infloop for N < 8 with TABs in the input.Jim Meyering2003-08-111-7/+6
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-1/+1
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* Include posixver.h.Jim Meyering2002-02-161-27/+24
* Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering2002-02-021-15/+28
* Reflect renaming to, and new usage of these macros:Jim Meyering2001-12-011-2/+2
* (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering2001-12-011-4/+2
* Factor out some common strings to make translation easier.Jim Meyering2001-11-231-2/+8
* (usage): Say thatJim Meyering2001-11-041-1/+2
* (fold_file): Remove ferror(stdout) check, already done in close_stdout.Jim Meyering2000-08-071-6/+0
* Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering2000-05-201-3/+4
* Standardize --help and --version processing.Jim Meyering1999-04-041-4/+6
* Use AUTHORS in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1