Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
0038d3d9
by Raymond Toy at 2023-03-09T11:18:21-08:00
1 changed file:
Changes:
... | ... | @@ -65,7 +65,17 @@ public domain. |
65 | 65 | * ~~#142~~ `(random 0)` signals incorrect error
|
66 | 66 | * ~~#147~~ `stream-line-column` method missing for `fundamental-character-output-stream`
|
67 | 67 | * ~~#149~~ Call setlocale(3C) on startup
|
68 | + * ~~#150~~ Add aliases for external format cp949 and euckr
|
|
69 | + * ~~#151~~ Change `*default-external-format*` to `:utf-8`.
|
|
68 | 70 | * ~~#155~~ Wrap help strings neatly
|
71 | + * ~~#157~~ `(directory "foo/**/")` only returns directories now
|
|
72 | + * ~~#163~~ Add commandline option `-version` and `--version` to get lisp version
|
|
73 | + * ~~#165~~ Avoid inserting NIL into simple `LOOP` from `FORMAT`
|
|
74 | + * ~~#166~~ Fix incorect type declaration for exponent from `integer-decode-float`
|
|
75 | + * ~~#167~~ Lowe bound for `decode-float-exponent` type was off by one.
|
|
76 | + * ~~#168~~ Don't use negated forms for jmp instructions when possible
|
|
77 | + * ~~#169~~ Add pprinter for `define-vop` and `sc-case`
|
|
78 | + * ~~#173~~ Add pprinter for `define-assembly-routine`
|
|
69 | 79 | * Other changes:
|
70 | 80 | * Improvements to the PCL implementation of CLOS:
|
71 | 81 | * Changes to building procedure:
|