Custom Query (1030 matches)
Results (805 - 807 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1038 | fixed | latin-1-unix not recognized as a valid encoding in -*- coding: -*- | ||
| Description |
;;; -*- coding: latin-1-unix -*- causes Unknown character encoding: :LATIN-1. That's because it expects LATIN1, but I'd also say that it shouldn't throw an error even if it's not recognized, just a warning. |
|||
| #1040 | fixed | ACOS is doing the wrong thing with complex arguments | ||
| Description |
(ACOS (complex -2.0d0 0.0d0)) gives Error: DIVISION-BY-ZERO detected
While executing: CCL::/-2, in process listener(1). Type :POP to abort, :R for a list of available restarts. Type :? for other options. Happens on LinuxX86, DarwinX86, and ARM (at least). Should produce ? (ACOS (complex -2.0d0 0.0d0)) #C(3.141592653589793D0 -1.3169578969248166D0) Note that ASIN has a related bug that can be triggered with the proper args, because it's also calling single-argument ATAN. |
|||
| #1041 | fixed | incorrect bignum remainder on ARM | ||
| Description |
http://clozure.com/pipermail/openmcl-devel/2012-December/013952.html |
|||
