Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
36299b0c
by Raymond Toy at 2024-03-17T07:23:28-07:00
1 changed file:
Changes:
... | ... | @@ -42,12 +42,24 @@ public domain. |
42 | 42 | * ~~#249~~ Replace LEA instruction with simpler shorter instructions in arithmetic vops for x86
|
43 | 43 | * ~~#253~~ Block-compile list-to-hashtable and callers
|
44 | 44 | * ~~#258~~ Remove `get-page-size` from linux-os.lisp
|
45 | + * ~~#252~~ Add script to run ansi-tests
|
|
45 | 46 | * ~~#256~~ loop for var nil works
|
47 | + * ~~#259~~ `system::*software-version*` undefined when compiling
|
|
48 | + on linux
|
|
49 | + * ~~#260~~ Command line options `-edit` and `-slave` no longer
|
|
50 | + available for Hemlock
|
|
51 | + * ~~#261~~ Remove `get-system-info` from "bsd-os.lisp"
|
|
52 | + * ~~#268~~ Can't clone ansi-test repo on Mac OS CI box
|
|
53 | + * ~~#265~~ CI for mac os is broken
|
|
46 | 54 | * ~~#269~~ Add function to get user's home directory
|
47 | 55 | * ~~#266~~ Support "~user" in namestrings
|
48 | 56 | * ~~#271~~ Update ASDF to 3.3.7
|
49 | 57 | * ~~#272~~ Move scavenge code for static vectors to its own function
|
58 | + * ~~#274~~ 1d99999999 hangs
|
|
50 | 59 | * ~~#276~~ Implement xoroshiro128** generator for x86
|
60 | + * ~~#277~~ `float-ratio-float` returns 0 for numbers close to
|
|
61 | + least-positive-float
|
|
62 | + * ~~#278~~ Add some more debugging prints to gencgc
|
|
51 | 63 | * Other changes:
|
52 | 64 | * Improvements to the PCL implementation of CLOS:
|
53 | 65 | * Changes to building procedure:
|