- Mar 30, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
* Command-line options allowing building for x87 are gone. * Don't try to install x86f fasls.
-
- Mar 29, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Mar 15, 2014
-
-
Raymond Toy authored
install it first.
-
Raymond Toy authored
test files.
-
Raymond Toy authored
PCL-TESTS to match how our test-runner wants to name packages.
-
Raymond Toy authored
-
Raymond Toy authored
-
- Mar 13, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Mar 11, 2014
-
-
Raymond Toy authored
-
- Mar 08, 2014
-
-
Raymond Toy authored
returned something like #c(-715 pi) and -715. * src/code/irrat-dd.lisp: * Handle -0w0 and 0w0 specially in dd-%log. * tests/trac.lisp: * Add a test for this in trac.lisp.
-
Raymond Toy authored
double-double-float-negative-infinity.
-
Raymond Toy authored
It's incorrect. We really want log(-0) to be -inf + i*pi. It's needed to get the correct values on the branch cuts of the special functions from the definitions. Update trac test to test for this.
-
- Mar 02, 2014
-
- Mar 01, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
* Round the number to least-positive-foo-float when possible, but still throw an error if it's too small but not zero. * Update comments to mention CLHS 2.3.1.1.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
* Add least-positive-normalized-double-double-float, least-negative-normalized-double-double-float, least-positive-double-double-float, least-negative-double-double-float, most-positive-double-double-float, most-negative-double-double-float to the extensions package.
-
Raymond Toy authored
* src/code/reader.lisp: * Try to round really small numbers * Add somewhat more informative message when the number is not representable. * src/i18n/local/cmucl.pot: * Update * tests/trac.lisp: * Add test for ticket 93 * Add a few comments for test trac.87.
-
- Feb 11, 2014
-
-
Raymond Toy authored
-
- Feb 10, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
Add {{{:ELEMENT-TYPE}}} keyword option to {{{RUN-PROGRAM}}} * src/code/run-program.lisp: * Add :element-type option, and use it as needed when creating input or output streams. * tests/trac.lisp: * Add tests.
-
- Feb 09, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
Type derivation for log fixed to be consistent with the actual returned values. * src/compiler/float-tran.lisp: * Update {{{LOG-DERIVE-TYPE-AUX-1}}} to compute the correct type. * tests/trac.lisp: * Add test for trac ticket:92
-
- Feb 07, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
to load lisp-unit. This also allows the regression tests to be self-contained so we don't have to have lisp-unit installed via quicklisp or some other means. Unlike asdf and defsystem, we do not provide a precompiled fasl. code/module.lisp: * Add defmodule forms for lisp-unit contrib/load-lisp-unit.lisp: * Module file to compile and load lisp-unit.
-
Raymond Toy authored
as lisp-unit-20130615-git. No changes.
-
- Feb 04, 2014
-
- Jan 12, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
The vops can directly access stack tn's now instead of having to load it into a register first.
-
Raymond Toy authored
It's been several months without any issue after adding the lazy zeroing of heap pages, so it's probably safe to remove the zero checking of the heap pages. It can still be enabled by setting the appropriate variables.
-
- Jan 08, 2014
-
-
Raymond Toy authored
server is not running on my machines.
-
Raymond Toy authored
tests/simple-streams.lisp. Unchanged.
-
- Jan 07, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
Under some conditions (see trac.65 in tests/trac.lisp) r is packed into the same location as either x or y, and we were overwriting x (or y) with the result before we had finished with the values in x (or y). With this, trac.65 passes on sparc now.
-