TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / uptime.c
2008-08-26 Jim Meyeringuse new global, "Version", rather than macro, VERSION
2008-08-05 James YoungmanDocument uptime.
2008-08-04 Benno Schulenbergdoc: correct and normalize --help output of several...
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 3-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...
2006-08-22 Paul EggertBeOS portability.
2006-08-16 Paul EggertFix bugs when printing plurals of numbers that are not
2005-12-03 Jim Meyering(print_uptime): Move decl of local `upsecs' into scope...
2005-08-23 Jim Meyering(print_uptime): Remove unnecessary parens in `#if defin...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-30 Paul Eggert(uptime): New arg OPTIONS. All uses changed.
2005-03-28 Jim Meyering(print_uptime): Use NULL, not `0'.
2004-11-30 Paul Eggert(print_uptime): Use IS_USER_PROCESS and
2004-11-17 Paul Eggert(main): Use getopt_long rather than getopt.
2004-10-18 Jim Meyering(main): Remove declaration of unused local, optc.
2004-09-21 Paul EggertRemove now-unused long-options static var.
2004-08-02 Paul Eggert(print_uptime, uptime): Use size_t for sizes.
2004-07-24 Paul Eggert(print_uptime) [defined BOOT_MSG]:
2004-07-12 Paul EggertInclude c-strtod.h.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-02-05 Jim MeyeringDon't dump core if localtime returns NULL (possible on
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
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.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-17 Jim Meyering(print_uptime): Restore use of (equivalent, but
2002-07-15 Jim MeyeringInclude sys/sysctl.h.
2002-07-15 Jim Meyering(print_uptime): Use STREQ in place of !strcmp.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-05-03 Jim Meyering(print_uptime): Fix last change so that we use ngettext...
2002-05-03 Jim Meyering(print_uptime): Use ngettext for day/days and user...
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-11-17 Jim MeyeringExplicitly include sys/types.h before including system.h.
2000-05-07 Jim MeyeringInclude "closeout.h".
2000-03-18 Jim Meyering(print_uptime): Use `buf' only if fgets succeeds.
2000-02-05 Jim MeyeringUse UT_USER in place of hard-coded `->ut_name' here...
1999-05-10 Jim Meyering(AUTHORS): Reflect reality: add Kaveh.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-11 Jim MeyeringDeclare getloadavg so I can build with -Werror.
1999-03-06 Jim MeyeringInclude long-options.h.
1999-02-08 Jim MeyeringInclude stdio.h.
1999-01-31 Jim Meyering(print_uptime): Use the C numeric locale for sscanf
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-11 Jim Meyering*** empty log message ***
1998-08-11 Jim Meyering(usage): Correct description. Reported by John Murphy.
1998-06-29 Jim MeyeringInclude system.h only after error.h and readutmp.h
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-13 Jim Meyering(uptime): Update read_utmp caller.
1997-07-13 Jim MeyeringAdd FIXME.
1997-07-13 Jim Meyering(uptime): rename users to n_users
1997-07-13 Jim Meyering.