summaryrefslogtreecommitdiff
path: root/coreutils/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-4/+0
* sleep: support "inf"Denys Vlasenko2019-01-071-0/+5
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-73/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-11/+11
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-8/+36
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+15
* style fix. no code chagesDenys Vlasenko2010-09-251-1/+2
* sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko2010-09-241-7/+11
* sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko2010-09-141-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* libbb: stop using bb_strtod for nowDenys Vlasenko2009-06-151-2/+4
* sleep: make fractional seconds separately selectable in .configDenis Vlasenko2008-07-151-3/+3
* sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko2008-07-121-8/+49
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-11/+6
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* cttyhack: new applet.Denis Vlasenko2007-05-181-2/+0
* hush: add ctrl-Z handling for nofork'ed caseDenis Vlasenko2007-04-281-0/+2
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-8/+8
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-9/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-8/+57
* Update some missing copyright noticesEric Andersen2002-04-131-1/+0
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-4/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-6/+0
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-1/+5
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-10/+9
* Updates to usage, and made tar work.Eric Andersen1999-11-101-2/+2
* Fixed up copyright notices and suchEric Andersen1999-10-201-0/+22
* More stuff.Eric Andersen1999-10-181-2/+1
* More stuff...Eric Andersen1999-10-121-8/+13
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+15