23 Commits (master)

Author SHA1 Message Date
Michael Forney d2824f5294 Revert "Do not use arg.h for tools which take no flags"
4 years ago
Laslo Hunhold e92a1aef54 Handle { NULL } argv[] properly in manual arg-reduction
6 years ago
FRIGN 9016d288f1 Do not use arg.h for tools which take no flags
8 years ago
FRIGN e00fe1f9bf Audit sleep(1)
8 years ago
FRIGN 31572c8b0e Clean up #includes
8 years ago
sin 7a0c2669fb Remember to include limits.h for UINT_MAX
8 years ago
sin 48cc842aa9 Use estrtonum in sleep(1)
8 years ago
sin e8cb7f5ef0 sleep: Allow sleeping for 136 years
8 years ago
sin e077e0c00a sleep(3) cannot handle ulong so don't fool people
8 years ago
FRIGN 329936053b Add mandoc-manpage for sleep(1) and refactor the code a bit
8 years ago
FRIGN eee98ed3a4 Fix coding style
8 years ago
sin 0c5b7b9155 Stop using EXIT_{SUCCESS,FAILURE}
9 years ago
Hiltjo Posthuma 953ebf3573 code style
9 years ago
sin b5a511dacf Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1
10 years ago
stateless 7216a53a7e Remove unnecessary exit(1) in usage()
10 years ago
Christoph Lohmann 4d38f60685 Eliminating the getopt disgrace.
10 years ago
Connor Lane Smith 954106050f rename estrtol
12 years ago
Connor Lane Smith 7c251bcd4f refactor strnum
12 years ago
Connor Lane Smith 262f357fdd add head
12 years ago
Connor Lane Smith f458397d5a no, getopt.h is gnu specific
12 years ago
pancake da547fb294 add missing #include <getopt.h>
12 years ago
Connor Lane Smith 4c6c379812 handle --
12 years ago
Connor Lane Smith 474ee643ed add sleep & date, thanks kamil
12 years ago