Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / time.c
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2012-07-06 Mike Frysingerinclude sys/resource.h where needed
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-03-23 Denys Vlasenko*: merge some common strings
2010-01-12 Denys Vlasenkolibbb: introduce and use monotonic_ms
2010-01-02 Denys Vlasenko*: do not assign to stdout/stderr, it's not portable.
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-02-23 Bernhard Reutner... - by not calling getpagesize() twice we can save 2...
2008-07-11 Denis Vlasenkotime: don't segfault with no arguments
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkotime: *const str = "xxx" ==> str[] = "xxx"
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-22 Denis Vlasenkotime: -200 bytes of text
2006-12-22 Denis Vlasenkotime: fix option parsing bug, size optimizations
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-06-06 Mike Frysingeruse vfork() instead of vork() since the only thing...
2006-06-03 Bernhard Reutner... - use bb_msg_write_error in 3 places
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-07 Eric AndersenPatch from Steven Scholz to send the output from 'time'
2003-03-19 Manuel Novoa III Major coreutils update.
2002-09-30 Eric AndersenDoh. We divide microseconds by 60?
2002-09-27 Eric AndersenBug fix from Nitin Gupta <gupta@equator.com>
2001-11-30 Eric AndersenAdd in a 'time' applet. Adds 4.5k.