NetBSD/bin
martin 922823ce68 Pull up following revision(s) (requested by kre in ticket #1169):
bin/sleep/sleep.c: revision 1.25

Allow the decimal radix character '.' to work, regardless of
what the current locale's radix character happens to be,
while still allowing locale specific entry of fractional
seconds (ie: if you're in locale where the radix character
is ',' you san use "sleep 2.5" or "sleep 2,5" and they
accomplish the same thing).

This avoids issues with the "sleep 0.05" in rc.subr which
generated usage messages when a locale that does not use
'.' as its radix character was in use.

Reported on netbsd-users by Dima Veselov, with the problem
diagnosed by Martin Husemann

While here, tighten the arg validity checking (3+4 is
no longer permitted as a synonym of 3) and allow 0.0
to mean the same thing as 0 rather than being an error.

Also, make the SIGINFO reports a little nicer (IMO).

The ATF tests for sleep all pass (not that that means a lot).
2019-03-07 16:56:51 +00:00
..
cat When invoked with -se, print a '$' on blank lines 2016-06-16 00:52:37 +00:00
chio Move the description of CHANGER variable to ENVIRONMENT section 2016-08-25 18:16:10 +00:00
chmod Document the version chmod first appeared. 2016-08-11 00:10:42 +00:00
cp Document the version cp first appeared. 2016-08-11 00:17:23 +00:00
csh switch to a backtracking instead of a recursive pattern matcher. 2017-04-27 18:50:34 +00:00
date The range of the SS field is [0,60] 2017-01-03 16:01:05 +00:00
dd Drop main() prototype. 2016-09-05 01:00:07 +00:00
df Pull up following revision(s) (requested by sevan in ticket #992): 2018-08-28 13:21:42 +00:00
domainname Use __dead 2011-08-29 14:51:17 +00:00
echo Drop main() prototype. 2016-09-05 01:00:07 +00:00
ed Pull up following revision(s) (requested by christos in ticket #887): 2018-06-22 10:08:22 +00:00
expr Drop main() prototype. 2016-09-05 01:00:07 +00:00
hostname Remove options added in 1.18, commitid: UhxHPgtT2Pzeg4Yw due to some 2014-02-13 12:00:29 +00:00
kill Pull up following revision(s) (requested by kre in ticket #103): 2017-07-23 14:58:13 +00:00
ksh Pull up following revision(s) (requested by sevan in ticket #992): 2018-08-28 13:21:42 +00:00
ln Pull up following revision(s) (requested by sevan in ticket #992): 2018-08-28 13:21:42 +00:00
ls white space 2017-02-06 21:06:04 +00:00
mkdir Grammar 2016-08-10 18:42:00 +00:00
mt Adjust for mandoc output. 2012-03-19 10:48:20 +00:00
mv Forgot to bump date with previous commit 2016-08-10 18:08:14 +00:00
pax Document the version pax first appeared. 2016-08-12 01:52:22 +00:00
ps Pull up following revision(s) (requested by kamil in ticket #713): 2018-04-12 13:42:48 +00:00
pwd Document the version pwd first appeared. 2016-08-12 02:03:26 +00:00
rcmd Sort options in SYNOPSIS, sort option descriptions, remove some extra 2011-05-31 11:31:10 +00:00
rcp allocate a separate buffer in each call to sink(). 2012-05-07 15:22:54 +00:00
rm Document the version rm first appeared. 2016-08-12 02:26:42 +00:00
rmdir Pull up following revision(s) (requested by ginsbach in ticket #208): 2017-08-14 23:54:30 +00:00
sh Pull up following revision(s) (requested by kre in ticket #1127): 2018-12-07 13:23:49 +00:00
sleep Pull up following revision(s) (requested by kre in ticket #1169): 2019-03-07 16:56:51 +00:00
stty need <time.h> for time(3) 2017-01-10 20:44:05 +00:00
sync Drop main() prototype. 2016-09-05 01:00:07 +00:00
test Drop main() prototype. 2016-09-05 01:00:07 +00:00
Makefile
Makefile.inc Default to WARNS=5 2012-03-21 05:47:53 +00:00