-
336b9322
by Raymond Toy at 2026-01-15T09:13:30-08:00
Update cmucl.pot for new docstrings
Forgot to update this when accurate complex division was committed.
[skip-ci]
-
1b688607
by Raymond Toy at 2026-01-18T15:38:33-08:00
Fix #463: Handle double-double-float and double-float comparisons
-
67dc5c9d
by Raymond Toy at 2026-01-18T15:38:34-08:00
Merge branch 'issue-463-double-double-float-comparison' into 'master'
Fix #463: Handle double-double-float and double-float comparisons
Closes #463
See merge request cmucl/cmucl!342
-
06df185b
by Raymond Toy at 2026-01-19T13:33:37-08:00
Fix #459: More accurate complex division for double-double-float
-
75324b6d
by Raymond Toy at 2026-01-19T13:33:37-08:00
Merge branch 'issue-459-more-accurate-dd-complex-div' into 'master'
Fix #459: More accurate complex division for double-double-float
Closes #459 and #456
See merge request cmucl/cmucl!338
-
3f733bae
by Raymond Toy at 2026-01-19T16:54:46-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.
-
6d264493
by Raymond Toy at 2026-01-20T07:02:39-08:00
Fix #428: Add some constants for common values in irrat.lisp
-
ea927341
by Raymond Toy at 2026-01-20T07:02:40-08:00
Merge branch 'issue-428-add-constants-for-irrat' into 'master'
Fix #428: Add some constants for common values in irrat.lisp
Closes #428
See merge request cmucl/cmucl!344
-
7f708431
by Raymond Toy at 2026-01-27T08:45:32-08:00
Fix #466: Add C wrapper for the special functions
-
318d0560
by Raymond Toy at 2026-01-27T08:45:32-08:00
Merge branch 'issue-466-c-wrapper-specfun' into 'master'
Fix #466: Add C wrapper for the special functions
Closes #466
See merge request cmucl/cmucl!345
-
fdb86a06
by Raymond Toy at 2026-02-01T07:38:55-08:00
Fix #434: Add support for correctly rounded double-precision math functions
-
e3ec78e4
by Raymond Toy at 2026-02-01T07:38:55-08:00
Merge branch 'issue-425-correctly-rounded-math-functions' into 'master'
Fix #434: Add support for correctly rounded double-precision math functions
Closes #434, #426, and #425
See merge request cmucl/cmucl!312
-
9a4f3d7e
by Raymond Toy at 2026-02-04T08:06:20-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.
-
f5a798b8
by Raymond Toy at 2026-02-05T17:51:48-08:00
Fix #470: Fix unit test issues on Ubuntu CI
-
5b6d4d73
by Raymond Toy at 2026-02-05T17:51:48-08:00
Merge branch 'issue-470-ubuntu-ci-failures' into 'master'
Fix #470: Fix unit test issues on Ubuntu CI
Closes #470
See merge request cmucl/cmucl!348
-
772641b9
by Raymond Toy at 2026-02-05T19:39:14-08:00
Fix #469: Reenable cr_pow
-
6ac1b6b4
by Raymond Toy at 2026-02-05T19:39:14-08:00
Merge branch 'issue-469-enable-cr-pow' into 'master'
Fix #469: Reenable cr_pow
Closes #469 and #470
See merge request cmucl/cmucl!346
-
9dec6e71
by Raymond Toy at 2026-02-16T07:40:15-08:00
Fix #468: Make core-math signal the same errors as fdlibm
-
ec7e3a25
by Raymond Toy at 2026-02-16T07:40:15-08:00
Merge branch 'issue-468-core-math-signals' into 'master'
Fix #468: Make core-math signal the same errors as fdlibm
Closes #468, #426, and #425
See merge request cmucl/cmucl!347
-
6494ef48
by Raymond Toy at 2026-02-16T07:44:39-08:00
Fix #471: Add tests for kernel:%pow
-
69923013
by Raymond Toy at 2026-02-16T07:44:39-08:00
Merge branch 'issue-471-test-cases-for-pow' into 'master'
Fix #471: Add tests for kernel:%pow
Closes #471
See merge request cmucl/cmucl!349
-
1c92a62c
by Raymond Toy at 2026-02-17T10:47:23-08:00
Fix #472: Ansi-tests test.log not found
-
53a087ca
by Raymond Toy at 2026-02-17T10:47:23-08:00
Merge branch 'issue-472-ansi-tests-test-log-not-found' into 'master'
Fix #472: Ansi-tests test.log not found
Closes #472
See merge request cmucl/cmucl!350
-
9bf28346
by Raymond Toy at 2026-02-18T07:18:07-08:00
Fix #473: Signal underflow with core-math exp
-
b26718dd
by Raymond Toy at 2026-02-18T07:18:07-08:00
Merge branch 'issue-473-make-cr-exp-signal-underflow' into 'master'
Fix #473: Signal underflow with core-math exp
Closes #473
See merge request cmucl/cmucl!351
-
3434a963
by Raymond Toy at 2026-02-18T10:53:11-08:00
Update list of fixed tickets
[skip-ci]
-
d09876ca
by Raymond Toy at 2026-02-24T16:05:24-08:00
Address #435: Add single-float core-math routines
-
c430d75d
by Raymond Toy at 2026-02-24T16:05:24-08:00
Merge branch 'issue-435-add-core-math-code-only' into 'master'
Address #435: Add single-float core-math routines
See merge request cmucl/cmucl!354
-
1b1e639b
by Raymond Toy at 2026-02-24T18:09:31-08:00
Forgot to add log1pf.c
-
e1f841fb
by Raymond Toy at 2026-02-24T18:15:35-08:00
Merge branch 'issue-435-add-core-math-compile-code' into 'master'
Forgot to add log1pf.c
See merge request cmucl/cmucl!355
-
138673db
by Raymond Toy at 2026-02-26T06:39:23-08:00
Merge branch 'master' into issue-464-lisp-version-uses-branch-name
-
11066214
by Raymond Toy at 2026-02-26T06:41:22-08:00
Undo changes to tests/fdlibm.lisp.
This branch shouldn't have changed anything from master. I guess I
did a bad conflict resolution during the merge from master to update
this branch.