Improve the check for departures from C89, and fix the departures
[platform/upstream/coreutils.git] / src / printf.c
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-08-23 Paul Eggert* NEWS: printf supports the I flag.
2006-08-21 Paul EggertAdd a bootstrap procedure, so that the CVS version...
2006-07-09 Paul Eggert(print_esc): Don't assume char is unsigned.
2005-07-03 Jim Meyering(verify_numeric): Rename from verify.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-04 Jim Meyering(usage): Move USAGE_BUILTIN_WARNING to end of --help...
2005-04-04 Jim Meyering(usage): Mention that some shells provide a built-in
2005-03-06 Jim MeyeringRemove register keyword.
2004-10-15 Paul Eggert(usage): Mention Unicode, and use H for hex digits.
2004-08-03 Paul Eggert(posixly_correct): Use bool for booleans.
2004-07-28 Paul Eggert(strtiomax, strtoumax): Declare if not already
2004-07-12 Paul Eggert(vstrtold): Renamed from vstrtod.
2004-07-08 Jim Meyeringprintf cleanup, to avoid undefined behavior, to add...
2004-06-26 Jim Meyering(main): When given no arguments, print the standard
2004-06-15 Jim Meyering(print_esc): Support \x, \u, \U even if POSIXLY_CORRECT,
2004-05-13 Jim Meyering(print_esc_char): Use e.g. '\a' rather than '\007',
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-27 Jim MeyeringRemove decls of strtod, strtol, strtoul; no longer
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-10 Jim Meyering(main): Handle argc == 0.
2003-04-21 Jim Meyering(print_esc): Tweak spelling of new variable.
2003-04-21 Jim MeyeringFix printf POSIX compatibility bug reported by Ben...
2003-03-27 Jim MeyeringFix buffer overrun problem reported by TAKAI Kousuke...
2003-03-11 Jim MeyeringDon't segfault for a negative field width or precision...
2003-03-05 Jim Meyering(print_esc): Remove pointless comparison of unsigned
2002-11-06 Jim Meyering(usage): Update description.
2002-11-06 Jim Meyering(print_esc): Hexadecimal \xhh escapes may have
2002-09-13 Jim Meyering(main): Handle leading command line argument of `--'.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-02-11 Jim MeyeringFrom Bruno Haible
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-25 Jim Meyering(usage): Indent --help and --version strings to start...
2001-09-17 Jim Meyering(main): Change the `ignoring excess arguments' diagnostic
2001-08-07 Jim Meyering(cfcc_msg): Remove now-inaccurate part of comment.
2000-05-07 Jim MeyeringInclude "closeout.h".
2000-05-05 Jim MeyeringExit nonzero upon write failure.
2000-03-04 Jim MeyeringInclude "unicodeio.h".
1999-04-06 Jim Meyeringsplit long line
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-04 Jim Meyering(main): Include author name argument in call to parse_l...
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-25 Jim Meyering(usage): Remove static attribute.
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-05-16 Jim Meyeringadd copyright
1998-05-16 Jim Meyeringcast for losing Solaris
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-13 Jim Meyeringremove fixme
1997-07-02 Jim Meyering(STRTOX): Convert function header in macro definition
1997-06-12 Jim MeyeringAdd comment for posixly_correct.
1997-04-27 Jim Meyering(STRTOX): Don't fail because of extra character(s)...
1997-04-27 Jim Meyering(cfcc_msg): File-scope constant.
1997-04-06 Jim Meyering(STRTOX): New macro to eliminate code duplication.
1997-04-06 Jim MeyeringChange most char* dcls to const char*.
1997-04-06 Jim MeyeringReorder functions to obviate forward decls.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1996-11-23 Jim Meyering(main): Warn if excess arguments are ignored.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-05-18 Jim Meyering(main): Don't recognize --help, --h, --he, --version...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
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-12 Jim Meyering(main): Initialize for internationalized message support:
1996-01-07 Jim Meyering(print_esc_char): Change type of argument from char...
1996-01-06 Jim MeyeringProtoize and __P-protect forward dcls.
1995-08-08 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-05-15 Jim Meyering(usage): Add one- and two-line descriptions to --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1994-12-20 Jim Meyering* src/*.c: Include "error.h" instead of simply declaring
1994-12-04 Jim MeyeringUse strr?chr instead of r?index.
1994-10-01 Jim Meyering.
1994-09-27 Jim Meyeringmerge with 1.10n2
1994-09-24 Jim MeyeringDon't include <ctype.h> or define IS* macros since...
1994-06-20 Jim Meyering.
1994-04-19 Jim Meyering.
1994-02-01 Jim Meyering.
1993-11-20 Jim Meyeringmerge with 1.9.1a
1993-10-26 Jim Meyeringmerge with 1.8.1i
1993-10-24 Jim Meyeringmerge with 1.8.1h
1993-10-17 Jim Meyeringmerge with 1.8.1g
1993-10-12 Jim Meyeringmerge with 1.8.1d
1993-10-12 Jim Meyeringmerge with 1.8.1b
next