- Feb 10, 2023
-
-
Raymond Toy authored
Really stupid typos/thinkos: * Forgot to change initial value if `*filename-encoding*` from `:no-encoding` to `:null`. (Stupid!) * Fix typo: `:nul` instead of `:null` in `%name->file`. Update cmucl-unix.pot too for the change in the docstring for `*filename-encoding*`.
-
- Jan 19, 2023
-
-
Raymond Toy authored
The advantage of using `:null` is that it's a recognized external format (that aliases to `:void`). So if we inadvertently use `:null` as a filename encoding somewhere unexpected, it will cause an error (because the `:void` encoding does).
-
- Jan 18, 2023
-
-
Raymond Toy authored
Instead of using `NIL` to indicate that `*filename-encoding*` is not to be done, use `:no-encoding` to indicate that. This makes it a bit clearer what `*filename-encoding*` means.
-
- Jan 13, 2023
-
-
Raymond Toy authored
Address #139: Set filename encoding to :utf-8 See merge request cmucl/cmucl!109
-
Raymond Toy authored
-
- Dec 08, 2022
-
-
Raymond Toy authored
Address #139: Set terminal format to :locale See merge request cmucl/cmucl!108
-
Raymond Toy authored
-
- Nov 25, 2022
-
-
Raymond Toy authored
Address #139: Add :locale external format See merge request cmucl/cmucl!102
-
Raymond Toy authored
-
Raymond Toy authored
Fix #140: External format for streams that are not file-streams Closes #140 See merge request cmucl/cmucl!97
-
Raymond Toy authored
-
- Nov 14, 2022
-
-
Raymond Toy authored
Fix #141: Use setlocale to handle localization settings Closes #141, #136, #142, #146, #134, and #132 See merge request cmucl/cmucl!101
-
Raymond Toy authored
-
- Nov 08, 2022
-
-
Raymond Toy authored
Fix #155: Wrap help strings neatly Closes #155 See merge request cmucl/cmucl!107
-
Raymond Toy authored
-
- Nov 03, 2022
-
-
Raymond Toy authored
Fix #149: Call setlocale(3C) on startup Closes #149 See merge request cmucl/cmucl!105
-
Raymond Toy authored
-
- Nov 02, 2022
-
-
Raymond Toy authored
Fix #150: add aliases cp949 euckr Closes #150 See merge request cmucl/cmucl!106
-
Raymond Toy authored
-
- Nov 01, 2022
-
-
Raymond Toy authored
-
Raymond Toy authored
While there's an alias for `:iso-8859-1`, it's safer to use `:iso8859-1` which is builtin. Using `:iso-8859-1` requires the alias database to be loaded, which isn't (currently) guaranteed when `find-encoding` is called. Thus use the builtin name instead. Besides, `:iso8859-1` is used in other places in "intl.lisp". (This is hard to test, but I noticed it when running ``` LANG=ko_KR.utf8 lisp ``` on the branch `issue-139-add-alias-local-external-format`.)
-
- Oct 31, 2022
-
-
Raymond Toy authored
Address #139: *default-external-format* is :utf-8 See merge request cmucl/cmucl!103
-
Raymond Toy authored
-
- Oct 30, 2022
-
-
Raymond Toy authored
Fix #147: Add method for stream-line-column Closes #147 See merge request cmucl/cmucl!104
-
Raymond Toy authored
-
- Oct 17, 2022
-
-
Raymond Toy authored
Fix #130: Implement file_author in C Closes #130 See merge request cmucl/cmucl!88
-
Raymond Toy authored
-
- Oct 16, 2022
-
-
Raymond Toy authored
We forgot to update the script for macos to use separate `grep` commands like we did for linux.
-
Raymond Toy authored
Nope, gitlab doesn't mark closed issues in anyway, unlike Trac that would automatically strikeout references to closed issues. We have to do it ourselves.
-
Raymond Toy authored
Forgot to update the release notes with recent merges that fixed a few issues. Hence update the notes now. Also testing see if we need to add a strikeout for closed issues, so didn't add strikeout for these.
-
Raymond Toy authored
Fix #136: ensure-directories-exist should return the given pathspec Closes #136 See merge request cmucl/cmucl!92
-
Raymond Toy authored
-
Raymond Toy authored
Fix #142: (random 0) signals incorrect error Closes #142 See merge request cmucl/cmucl!99
-
Raymond Toy authored
-
- Oct 15, 2022
-
-
Raymond Toy authored
Fix #146: CI passes incorrectly Closes #146 See merge request cmucl/cmucl!100
-
Raymond Toy authored
-
Raymond Toy authored
Fix #134: Handle the case of (expt complex complex-rational) Closes #134 See merge request cmucl/cmucl!91
-
Raymond Toy authored
-
Raymond Toy authored
Fix #132: Ansi test RENAME-FILE.1 fails Closes #132 See merge request cmucl/cmucl!90
-
Raymond Toy authored
-