revert last two commits. vfork cannot be used in subroutine,
[platform/upstream/busybox.git] / miscutils / time.c
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.