Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
d6358eaf
by Raymond Toy at 2024-02-14T11:44:38-08:00
1 changed file:
Changes:
... | ... | @@ -39,8 +39,11 @@ public domain. |
39 | 39 | * ~~#249~~ Replace LEA instruction with simpler shorter instructions in arithmetic vops for x86
|
40 | 40 | * ~~#253~~ Block-compile list-to-hashtable and callers
|
41 | 41 | * ~~#258~~ Remove `get-page-size` from linux-os.lisp
|
42 | + * ~~#256~~ loop for var nil works
|
|
42 | 43 | * ~~#269~~ Add function to get user's home directory
|
43 | 44 | * ~~#266~~ Support "~user" in namestrings
|
45 | + * ~~#271~~ Update ASDF to 3.3.7
|
|
46 | + * ~~#272~~ Move scavenge code for static vectors to its own function
|
|
44 | 47 | * Other changes:
|
45 | 48 | * Improvements to the PCL implementation of CLOS:
|
46 | 49 | * Changes to building procedure:
|