maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / expand.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-03-06 Jim Meyeringmaint: avoid new unused-macro warnings from gcc
2008-11-10 Jim Meyeringavoid warnings about discarding "qualifiers from pointe...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-07-09 Paul Eggert(expand): Don't assume that isprint etc. return
2005-10-24 Jim Meyering* src/expand.c (parse_tab_stops): Add comment to make...
2005-10-24 Jim Meyering(next_file): Don't assume fopen cannot return stdin.
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-11 Paul Eggert(expand): Always copy in text mode. POSIX says
2005-07-05 Paul EggertAdjust to the change to DECIMAL_DIGIT_ACCUMULATE: its...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-03-25 Jim Meyering(parse_tab_stops, main): Update use of DECIMAL_DIGIT_AC...
2005-03-17 Jim Meyering(parse_tab_stops, main): Use DECIMAL_DIGIT_ACCUMULATE...
2005-01-11 Jim Meyering(main): Check for overflow in tabstop values
2004-09-22 Jim MeyeringRemove trailing blanks.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-24 Paul EggertRevamp to resemble the new unexpand.c better.
2004-08-02 Paul Eggert(convert_entire_line, have_read_stdin, parse_tabstops,
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-04 Jim Meyering(n_tabs_allocated): New global.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-26 Jim Meyering(parse_tabstops): Detect overflow properly.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim Meyering(parse_tabstops): Detect overflow in tabstop sizes.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-10 Jim MeyeringHandle argc < optind.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-02-16 Jim MeyeringInclude posixver.h.
2002-02-02 Jim MeyeringAdd more support for POSIX 1003.1-2001, which requires...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(expand): Use binary I/O where appropriate.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-26 Jim MeyeringDo not define _GNU_SOURCE and/or NDEBUG
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-25 Jim Meyeringfix copyright filling
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-10-17 Jim MeyeringProtoize.
1995-10-17 Jim MeyeringReorder functions to obviate forward dcls. Remove...
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-04-21 Jim Meyering(add_tabstop): Give correct size when reallocating...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
next