- 
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.