index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
sleep.c
Age
Commit message (
Expand
)
Author
2012-03-21
Test the right variable in NULL guard, and add NOP "s" suffix.
Rob Landley
2012-03-15
Simplify nanosleep call.
Rob Landley
2012-03-10
Fix nanosleep() usage.
Georgi Chorbadzhiyski
2012-03-08
More stabs at getting #includes right, and moving off of deprecated functions.
Rob Landley
2012-03-03
Make floating point support depend on TOYBOX_FLOAT, make 0.1m work.
Rob Landley
2012-03-03
Add fraction and extension support to sleep.
Georgi Chorbadzhiyski
2008-01-20
Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Rob Landley
2008-01-19
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Rob Landley
2008-01-19
Zap toys/Config.in and instead create generated/Config.in from contents of
Rob Landley
2007-12-11
Update links and add some more spec comments.
Rob Landley
2007-12-03
Add comments about SUSv3 specs (or lack thereof).
Rob Landley
2007-11-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
2007-05-17
Add sleep.
Rob Landley