cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c

2008-02-13 Thread Bruce Evans
bde 2008-02-13 18:16:43 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c Log: Forced commit to note that the lost log message for the previous commit said that the previous commit was almost a null forced commit too. It just

cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c

2008-02-13 Thread Bruce Evans
bde 2008-02-13 17:38:17 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c Log: s_ceill.c s_floorl.c s_truncl.c Revision ChangesPath 1.7 +2 -3 src/lib/msun/src/s_ceill.c 1.6 +2 -3 src/lib/msu

cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c src/lib/msun Makefile

2008-02-13 Thread Bruce Evans
bde 2008-02-13 16:56:52 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c lib/msun Makefile Log: On arches where long double is the same as double, alias ceil(), floor() and trunc() to the corresponding long dou

cvs commit: src/lib/msun/src s_ceill.c

2008-02-13 Thread Bruce Evans
bde 2008-02-13 15:22:53 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c Log: Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes. The result should be -0, but was +0. Revision ChangesPath 1.5 +1 -1 src/lib/ms