-
07be52cc
by Raymond Toy at 2025-10-23T16:30:34-07:00
Fix #449: touch 64-bit-timestamp.txt with desired time
-
443a77eb
by Raymond Toy at 2025-10-23T16:30:34-07:00
Merge branch 'issue-449-set-timestamp-on-test-file' into 'master'
Fix #449: touch 64-bit-timestamp.txt with desired time
Closes #449
See merge request cmucl/cmucl!328
-
c5c80aef
by Raymond Toy at 2025-11-06T06:38:25-08:00
21f is not a WIP
Remove the heading from the release notes for 21f. Forgot to fix this
when doing the 21f release.
[skip-ci]
-
b764d014
by Raymond Toy at 2025-11-06T07:20:10-08:00
Fix #437: Use realpath to find the executable
-
2a9edb1f
by Raymond Toy at 2025-11-06T07:20:11-08:00
Merge branch 'issue-437-find-self' into 'master'
Fix #437: Use realpath to find the executable
Closes #437
See merge request cmucl/cmucl!329
-
c1904aaa
by Raymond Toy at 2025-11-06T08:37:30-08:00
Fix #446: Use C compiler to get errno values and generate UNIX defpackage for errno
-
f6df759b
by Raymond Toy at 2025-11-06T08:37:30-08:00
Merge branch 'issue-446-use-cc-to-get-errno' into 'master'
Fix #446: Use C compiler to get errno values and generate UNIX defpackage for errno
Closes #446
See merge request cmucl/cmucl!327
-
b61d6e17
by Raymond Toy at 2025-11-06T17:28:00-08:00
Fix #452: Move bin/errno-foo.lisp to src/tools/
-
8508d11e
by Raymond Toy at 2025-11-06T17:28:00-08:00
Merge branch 'issue-452-move-errno-ref-files' into 'master'
Fix #452: Move bin/errno-foo.lisp to src/tools/
Closes #452
See merge request cmucl/cmucl!330
-
ec60199f
by Raymond Toy at 2025-11-09T11:30:40-08:00
Address #453: Save analyzer logs even if analyzer fails
-
23ef5ca7
by Raymond Toy at 2025-11-09T11:30:40-08:00
Merge branch 'issue-453-save-analyzer-results' into 'master'
Address #453: Save analyzer logs even if analyzer fails
See merge request cmucl/cmucl!331
-
2072ca19
by Raymond Toy at 2025-11-10T05:07:47-08:00
Fix #453: Use correct flags when running the analyzer
-
671d8973
by Raymond Toy at 2025-11-10T05:07:47-08:00
Merge branch 'issue-453-update-make-options-for-analyzer' into 'master'
Fix #453: Use correct flags when running the analyzer
Closes #453
See merge request cmucl/cmucl!332
-
aca11a4b
by Raymond Toy at 2025-11-13T10:56:53-08:00
Fix #373: Add macros to handle temporary files, streams, and directories
-
f5484369
by Raymond Toy at 2025-11-13T10:56:53-08:00
Merge branch 'issue-373-handle-temp-files' into 'master'
Fix #373: Add macros to handle temporary files, streams, and directories
Closes #373 and #375
See merge request cmucl/cmucl!269
-
420d3ee2
by Raymond Toy at 2025-11-13T13:38:01-08:00
Fix #408: Add C functions to get user name and home dir
-
143a7651
by Raymond Toy at 2025-11-13T13:38:01-08:00
Merge branch 'issue-408-get-user-name-and-homedir' into 'master'
Fix #408: Add C functions to get user name and home dir
Closes #408, #373, and #375
See merge request cmucl/cmucl!300
-
7d268755
by Raymond Toy at 2025-11-13T14:21:32-08:00
Update 22a release notes
Add recently fixed issues to the notes.
[skip-ci]
-
b04aaec6
by Raymond Toy at 2025-12-03T18:30:46-08:00
Dummy commit to run pipeline
Just removed an extra line at the end of the file.
-
16c334b0
by Raymond Toy at 2025-12-04T15:46:41-08:00
Undo previous change that deleted a blank line
Dummy commit to get CI to run to test out concurrent
builds. (concurrent=2).
-
25cd44a2
by Raymond Toy at 2025-12-04T17:57:49-08:00
Fix #455: Allow manual pipeline runs
-
ae1bdde7
by Raymond Toy at 2025-12-04T17:57:50-08:00
Merge branch 'issue-455-manual-pipeline-run' into 'master'
Fix #455: Allow manual pipeline runs
Closes #455
See merge request cmucl/cmucl!334
-
fd2e83a1
by Raymond Toy at 2025-12-12T15:38:35-08:00
Fix two important typos in unix-get-username and delete-directory
In `unix-get-username`, we were freeing `name` instead of `result`.
In `delete-directory`, we misspelled `recursive` as `recusive`.
Fix these typos.
-
b9494595
by Raymond Toy at 2025-12-12T15:54:05-08:00
Add some tests for unix-get-username and delete-directory
Add a simple test that unix-get-username returns something useful.
Add a test for delete-directory that tests it deletes directories as
specified, include recursively.
-
e2b4641a
by Raymond Toy at 2025-12-13T14:24:22-08:00
Fix #458: Fix spurious overflow in double-double multiply
-
16097f45
by Raymond Toy at 2025-12-13T14:24:22-08:00
Merge branch 'issue-458-double-double-mult-overflow' into 'master'
Fix #458: Fix spurious overflow in double-double multiply
Closes #458
See merge request cmucl/cmucl!337
-
f146f87f
by Raymond Toy at 2025-12-13T15:11:21-08:00
Add fixed issue #458 to release notes
Forgot to do that.
[skip-ci]
-
2c36bac8
by Raymond Toy at 2025-12-15T17:34:46-08:00
Use (new) Ubuntu VM to run CI instead of OpenSUSE
-
7ebc2654
by Raymond Toy at 2025-12-15T17:34:46-08:00
Merge branch 'rtoy-add-ubuntu-runner' into 'master'
Use (new) Ubuntu VM to run CI instead of OpenSUSE
See merge request cmucl/cmucl!339
-
84435227
by Raymond Toy at 2025-12-15T18:37:49-08:00
Merge branch 'master' into issue-425-correctly-rounded-math-functions