log src/floatfns.c @ 5315:2a7b6ddb8063

age author description
Wed, 29 Dec 2010 23:51:08 +0000 Aidan Kehoe #'float: if handed a bigfloat, give the same bigfloat back.
Mon, 30 Aug 2010 15:23:42 +0100 Aidan Kehoe Fix style, documentation for rounding functions and multiple values.
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Wed, 24 Feb 2010 01:58:04 -0600 Ben Wing merge ben-lisp-object
Wed, 20 Jan 2010 07:05:57 -0600 Ben Wing separate regular and disksave finalization, print method fixes. ben-lisp-object
Sat, 26 Dec 2009 21:18:49 -0600 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
Sat, 26 Dec 2009 00:20:27 -0600 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
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.