-
138ee50f
by Raymond Toy at 2026-02-08T14:53:06-08:00
Update cmucl.pot for new docstrings
Forgot to update this when accurate complex division was committed.
[skip-ci]
-
b0b24446
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #463: Handle double-double-float and double-float comparisons
-
755ff361
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #459: More accurate complex division for double-double-float
-
928ea99e
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix critical typo in deftransform for / for complex floats
We inadvertently left off the quote for the code that the deftransform
is supposed to use. Without that the compiler produces an error when
the deftransform would be applicable.
This bug was introduced when the MR for #459 was landed.
-
afc3f4f1
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #428: Add some constants for common values in irrat.lisp
-
5674647a
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #466: Add C wrapper for the special functions
-
299f3713
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #434: Add support for correctly rounded double-precision math functions
-
9bf2d1b1
by Raymond Toy at 2026-02-08T14:53:06-08:00
Minor cleanup of GNUMakefile
First, CORE64_OBJS is no longer defined, so don't use it. The
CORE64_OBJS that used to name the .o files for core-math are now
computed as part of OBJS.
This removal also meant that the "clean" target no longer removed the
core-math object files. Fix this by changing the rule to remove
$(OBJS) instead of *.o.
-
50b11f1a
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #470: Fix unit test issues on Ubuntu CI
-
a0e8bf87
by Raymond Toy at 2026-02-08T14:53:06-08:00
Fix #469: Reenable cr_pow