Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
ce823be4
by Raymond Toy at 2023-03-24T08:17:30-07:00
1 changed file:
Changes:
... | ... | @@ -67,8 +67,12 @@ public domain. |
67 | 67 | * ~~#149~~ Call setlocale(3C) on startup
|
68 | 68 | * ~~#150~~ Add aliases for external format cp949 and euckr
|
69 | 69 | * ~~#151~~ Change `*default-external-format*` to `:utf-8`.
|
70 | + * ~~#152~~ Add new external format, `:locale` as an alias to the codeset from LANG and friends
|
|
71 | + * ~~#!53~~ Terminals default to an encoding of `:locale`
|
|
70 | 72 | * ~~#155~~ Wrap help strings neatly
|
71 | 73 | * ~~#157~~ `(directory "foo/**/")` only returns directories now
|
74 | + * #158 Darwin uses utf-8, but we don't support all the rules for pathnames.
|
|
75 | + * ~~#162~~ `*filename-encoding*` defaults to `:null` to mean no encoding.
|
|
72 | 76 | * ~~#163~~ Add command-line option `-version` and `--version` to get lisp version
|
73 | 77 | * ~~#165~~ Avoid inserting NIL into simple `LOOP` from `FORMAT`
|
74 | 78 | * ~~#166~~ Fix incorrect type declaration for exponent from `integer-decode-float`
|
... | ... | @@ -78,6 +82,7 @@ public domain. |
78 | 82 | * ~~#172~~ Declare `pathname-match-p` as returning `nil` or `pathname`.
|
79 | 83 | * ~~#173~~ Add pprinter for `define-assembly-routine`
|
80 | 84 | * ~~#176~~ `SHORT-SITE-NAME` and `LONG-SITE-NAME` return `NIL`.
|
85 | + * ~~#177~~ Add pprinter for `deftransform` and `defoptimizer`.
|
|
81 | 86 | * Other changes:
|
82 | 87 | * Improvements to the PCL implementation of CLOS:
|
83 | 88 | * Changes to building procedure:
|