DragonFly commits List (threaded) for 2006-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/etc Makefile src/include math.h src/lib/libc/gen Makefile.inc isinf.3 isinff.3 isnan.3
swildner 2006/05/17 07:06:37 PDT
DragonFly src repository
Modified files:
etc Makefile
include math.h
lib/libc/gen Makefile.inc isinf.3 isnan.3
Removed files:
lib/libc/gen isinff.3
Log:
Remove isinff and isnanf prototypes. Our isinf and isnan functions are
type-variadic. Also remove the isinff(3) manpage I added yesterday
(I had just looked at the prototypes).
Pointed-out-by: joerg
Revision Changes Path
1.109 +2 -0 src/etc/Makefile
1.8 +0 -2 src/include/math.h
1.22 +2 -3 src/lib/libc/gen/Makefile.inc
1.4 +0 -2 src/lib/libc/gen/isinf.3
1.2 +0 -2 src/lib/libc/gen/isnan.3
http://www.dragonflybsd.org/cvsweb/src/etc/Makefile.diff?r1=1.108&r2=1.109&f=u
http://www.dragonflybsd.org/cvsweb/src/include/math.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/Makefile.inc.diff?r1=1.21&r2=1.22&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/isinf.3.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/isnan.3.diff?r1=1.1&r2=1.2&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]