TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / sleep.c
2008-08-26 Jim Meyeringuse new global, "Version", rather than macro, VERSION
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 2-author programs to use proper_name
2007-08-30 Eric BlakeUse PACKAGE_NAME instead of GNU_PACKAGE.
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...
2005-12-28 Jim MeyeringDon't include <assert.h>; it wasn't used.
2005-12-04 Jim Meyering(usage): Say what happens with two or more arguments.
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.
2004-11-17 Paul Eggert(main): Use getopt_long rather than getopt.
2004-10-18 Jim Meyering(main): Remove declaration of unused local, c.
2004-09-21 Paul EggertRemove now-unused long-options static var.
2004-08-02 Paul Eggert(apply_suffix): Use bool for booleans.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-27 Jim MeyeringInclude "c-strtod.h".
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-03-08 Jim MeyeringRemove now-unused #include and #define directives.
2002-09-12 Jim MeyeringFactor nanosleep-related code into ../lib/xnanosleep.c.
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-03-01 Jim Meyeringreflect renaming: nanosleep.h -> timespec.h
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-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-05-11 Jim Meyering(usage): Don't call close_stdout directly, since that
2000-05-07 Jim MeyeringInclude "closeout.h".
2000-01-06 Jim Meyeringadd blank line
2000-01-06 Jim Meyering(apply_suffix): Comment.
2000-01-06 Jim Meyeringfix typo in comment
2000-01-06 Jim MeyeringMinor code cleanup.
2000-01-05 Jim MeyeringInclude nanosleep.h.
2000-01-05 Jim MeyeringAdd #pragma STDC FENV_ACCESS ON if C99.
2000-01-02 Jim Meyeringupdate usage
1999-12-27 Jim Meyeringminor var. renamings
1999-12-25 Jim MeyeringUse < rather than >.
1999-12-23 Jim Meyering(USE_CLOCK_GETTIME): Define.
1999-12-19 Jim Meyeringtweak comment
1999-12-19 Jim Meyeringtweak comment
1999-11-28 Jim MeyeringDon't include math.h or float.h.
1999-11-28 Jim Meyeringdon't include assert.h
1999-11-28 Jim MeyeringRound more carefully so we never call nanosleep with...
1999-11-28 Jim MeyeringRewrite to use nanosleep (hence, timer stops when sleep...
1999-11-28 Jim Meyering*** empty log message ***
1999-11-28 Jim Meyeringbetter error checking
1999-11-27 Jim Meyeringremove another printf stmt
1999-11-27 Jim Meyeringremove printf stmts
1999-11-27 Jim Meyeringfix typos
1999-11-27 Jim MeyeringRewrite to allow fractional seconds and to handle SIGCONT.
1999-11-27 Jim Meyering(usage): Add elipses to show that sleep allows more...
1999-11-27 Jim Meyering(argdecode): Move definition to precede use.
1999-08-30 Jim Meyering(usage): Correct --help message.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-06 Jim MeyeringInclude long-options.h.
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-19 Jim Meyeringupdate bug-reporting address
1997-12-21 Jim Meyerings/__P/PARAMS/
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...
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-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-17 Jim Meyering(argdecode): Declare parameter const.
1996-01-06 Jim MeyeringProtoize and __P-protect forward dcls.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
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-10-21 Jim Meyeringmerge with 1.10t
1994-10-01 Jim Meyering.
1994-09-27 Jim Meyeringmerge with 1.10n2
1994-04-20 Jim Meyering.
1994-02-12 Jim Meyeringmerge with 1.9.2i
1994-02-01 Jim Meyering.
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
next