summaryrefslogtreecommitdiff
path: root/src/fold.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Insert AUTHORS definition.Jim Meyering1999-04-031-0/+2
* Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* define PROGRAM_NAMEJim Meyering1999-04-031-0/+3
* Include long-options.hJim Meyering1999-03-041-18/+5
* update copyright datesJim Meyering1999-02-161-1/+1
* Don't prototype usage as static.Jim Meyering1999-01-141-1/+1
* (usage): Add mention of --version and --help.Jim Meyering1998-10-231-0/+2
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* revert back to using lower case _unlocked wrapper namesJim Meyering1998-06-291-12/+12
* Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1998-06-291-12/+12
* Do not define _GNU_SOURCE and/or NDEBUGJim Meyering1998-04-261-3/+0
* Use STREQ rather than strcmpJim Meyering1998-04-121-3/+3
* CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAXJim Meyering1998-01-101-13/+1
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-251-3/+0
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1997-02-011-2/+1
* update for changed xstrtou?lJim Meyering1997-01-251-3/+3
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* (main): update --version output againJim Meyering1996-10-041-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-041-1/+1
* (usage): Tell where to report bugs.Jim Meyering1996-09-021-0/+1
* update Copyright years for 1996Jim Meyering1996-04-241-1/+1
* Call error with EXIT_FAILURE (rather than `1') as first actual parameter.Jim Meyering1996-03-241-3/+4