[Git][cmucl/cmucl][issue-464-lisp-version-uses-branch-name] 10 commits: Update cmucl.pot for new docstrings
Raymond Toy pushed to branch issue-464-lisp-version-uses-branch-name at cmucl / cmucl Commits: 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 - - - - - 53 changed files: - .gitlab-ci.yml - bin/run-unit-tests.sh - src/code/irrat.lisp - src/code/linux-os.lisp - src/code/numbers.lisp - src/compiler/float-tran-dd.lisp - src/compiler/float-tran.lisp - src/compiler/x86/sse2-c-call.lisp - src/general-info/release-22a.md - src/i18n/locale/cmucl.pot - src/lisp/Config.x86_common - src/lisp/Config.x86_linux - src/lisp/GNUmakefile - + src/lisp/core-math/src/binary64/Makefile - + src/lisp/core-math/src/binary64/acos/acos.c - + src/lisp/core-math/src/binary64/acosh/acosh.c - + src/lisp/core-math/src/binary64/asin/asin.c - + src/lisp/core-math/src/binary64/asinh/asinh.c - + src/lisp/core-math/src/binary64/atan/atan.c - + src/lisp/core-math/src/binary64/atan2/atan2.c - + src/lisp/core-math/src/binary64/atan2/tint.h - + src/lisp/core-math/src/binary64/atanh/atanh.c - + src/lisp/core-math/src/binary64/cos/cos.c - + src/lisp/core-math/src/binary64/cosh/cosh.c - + src/lisp/core-math/src/binary64/exp/exp.c - + src/lisp/core-math/src/binary64/expm1/expm1.c - + src/lisp/core-math/src/binary64/hypot/hypot.c - + src/lisp/core-math/src/binary64/log/dint.h - + src/lisp/core-math/src/binary64/log/log.c - + src/lisp/core-math/src/binary64/log10/dint.h - + src/lisp/core-math/src/binary64/log10/log10.c - + src/lisp/core-math/src/binary64/log1p/log1p.c - + src/lisp/core-math/src/binary64/log2/log2.c - + src/lisp/core-math/src/binary64/pow/dint.h - + src/lisp/core-math/src/binary64/pow/pow.c - + src/lisp/core-math/src/binary64/pow/pow.h - + src/lisp/core-math/src/binary64/pow/qint.h - + src/lisp/core-math/src/binary64/sin/sin.c - + src/lisp/core-math/src/binary64/sincos/sincos.c - + src/lisp/core-math/src/binary64/sinh/sinh.c - + src/lisp/core-math/src/binary64/tan/tan.c - + src/lisp/core-math/src/binary64/tan/tan.wc - + src/lisp/core-math/src/binary64/tanh/tanh.c - src/lisp/fdlibm.h - + src/lisp/irrat.c - src/lisp/log2.c - src/lisp/sincos.c - tests/fdlibm.lisp - tests/float.lisp - tests/irrat.lisp - tests/issues.lisp - tests/run-tests.lisp - + tests/test-run-prog/ls-link The diff was not included because it is too large. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/da7c94c626d95643a2df467... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/da7c94c626d95643a2df467... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)