log src/floatfns.c @ 4953:304aebb79cd3

age author description
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Sat, 16 Jan 2010 19:04:52 +0000 Aidan Kehoe Always use our rint(), for rounding consistency with the bignum code.
Sun, 27 Dec 2009 20:16:19 -0600 Ben Wing fix warnings
Mon, 12 Oct 2009 12:10:04 -0600 Jerry James Properly handle continuable divide-by-zero errors. Fix truncation of a
Tue, 11 Aug 2009 17:59:23 +0100 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.