Raymond Toy pushed to branch issue-433-one-ctrl-d-exits-repl at cmucl / cmucl Commits: 633e64a4 by Raymond Toy at 2025-09-05T07:55:14-07:00 Fix #431: Fix setting of x87 modes in set-floating-point-modes - - - - - 7ab74e13 by Raymond Toy at 2025-09-05T07:55:15-07:00 Merge branch 'issue-431-fix-set-floating-point-modes' into 'master' Fix #431: Fix setting of x87 modes in set-floating-point-modes Closes #431 See merge request cmucl/cmucl!314 - - - - - 62235089 by Raymond Toy at 2025-09-12T08:51:26-07:00 Update release notes Forgot to include #432 [skip-ci] - - - - - 61592012 by Raymond Toy at 2025-09-16T17:50:14-07:00 Fix #381: cmucl-unix.pot depends on OS - - - - - 4dd79bc9 by Raymond Toy at 2025-09-16T17:50:15-07:00 Merge branch 'issue-381-cmucl-unix-depends-on-os' into 'master' Fix #381: cmucl-unix.pot depends on OS Closes #381 See merge request cmucl/cmucl!319 - - - - - 69a8a4b6 by Raymond Toy at 2025-09-16T19:43:12-07:00 Update release notes Forgot to add #381 [skip-ci] - - - - - fb29eb6e by Raymond Toy at 2025-09-17T08:32:41-07:00 Fix #440: Update CI to use snapshot 2025-09 - - - - - d537a8a3 by Raymond Toy at 2025-09-17T08:32:41-07:00 Merge branch 'issue-440-ci-use-snapshot-2025-09' into 'master' Fix #440: Update CI to use snapshot 2025-09 Closes #440 See merge request cmucl/cmucl!320 - - - - - 23de5fc0 by Raymond Toy at 2025-10-01T08:36:54-07:00 Fix #442: Make release 21f - - - - - 4cd3f395 by Raymond Toy at 2025-10-01T08:36:54-07:00 Merge branch 'branch-21f' into 'master' Fix #442: Make release 21f Closes #442 See merge request cmucl/cmucl!322 - - - - - 9761c696 by Raymond Toy at 2025-10-01T13:40:21-07:00 Use 21f release for CI Just update the variables section with appropriate values. We comment out the old stuff for snapshots. We should figure out a better way of doing this, but releases are relatively rare so the snapshot stuff happens way more often. - - - - - 38e6cb72 by Raymond Toy at 2025-10-01T15:02:08-07:00 Add release-22a.md for next release Just add the template for the next release; everything is empty, of course. No CI needed. [skip-ci] - - - - - 415f0383 by Raymond Toy at 2025-10-01T15:38:34-07:00 Fix #387: Update CLX to upstream version - - - - - e5b25a23 by Raymond Toy at 2025-10-01T15:38:34-07:00 Merge branch 'issue-387-update-clx' into 'master' Fix #387: Update CLX to upstream version Closes #387 See merge request cmucl/cmucl!323 - - - - - 13f23f79 by Raymond Toy at 2025-10-13T18:45:22-07:00 Fix #444: Use 64-bit time_t value for stat and friends - - - - - 52ce44f1 by Raymond Toy at 2025-10-13T18:45:22-07:00 Merge branch 'issue-444-b-stat-with-64-bit-time' into 'master' Fix #444: Use 64-bit time_t value for stat and friends Closes #444 See merge request cmucl/cmucl!326 - - - - - 2636893b by Raymond Toy at 2025-10-16T16:25:46-07:00 Merge branch 'master' into issue-433-one-ctrl-d-exits-repl - - - - - 1e7ad559 by Raymond Toy at 2025-10-16T16:34:04-07:00 Revert "Fix #433: One Ctrl-d exits the REPL" This reverts commit 7086343535ed65c129169fe88705b848a16aab9f. - - - - - 258b5942 by Raymond Toy at 2025-10-16T16:50:48-07:00 Revert change and make eofs-before-quit a defvar defaulting to 3 Make the number of eofs configurable. Set the default to 3 instead of 10. This matches ccl but not other lisps. 10 was probably too many. - - - - - 35 changed files: - .gitlab-ci.yml - + src/bootfiles/21e/boot-2025-07.lisp - + src/bootfiles/21e/boot-21f.lisp - src/clx/NEWS - src/clx/clx.asd - src/clx/dep-allegro.lisp - src/clx/dep-lispworks.lisp - src/clx/dep-openmcl.lisp - src/clx/dependent.lisp - src/clx/display.lisp - src/clx/extensions/randr.lisp - src/clx/extensions/xrender.lisp - src/clx/extensions/xvidmode.lisp - src/clx/manual/clx.texinfo - src/clx/tests/core-protocol.lisp - src/code/float-trap.lisp - src/code/lispinit.lisp - src/code/unix.lisp - src/code/x86-vm.lisp - src/compiler/byte-comp.lisp - src/compiler/x86/float-sse2.lisp - src/compiler/x86/parms.lisp - src/general-info/release-21f.md - + src/general-info/release-22a.md - src/i18n/locale/cmucl-x86-vm.pot - src/i18n/locale/cmucl.pot - src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl-x86-vm.po - src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po - src/i18n/locale/ko/LC_MESSAGES/cmucl-x86-vm.po - src/i18n/locale/ko/LC_MESSAGES/cmucl.po - src/lisp/os-common.c - + tests/float-x86.lisp - tests/float.lisp - tests/os.lisp - + tests/resources/64-bit-timestamp.txt The diff was not included because it is too large. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/aa5c340c4afdd05a87207b0... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/aa5c340c4afdd05a87207b0... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)