- Feb 28, 2023
-
-
Raymond Toy authored
Fix #169: pprint define-vop neatly Closes #169 See merge request cmucl/cmucl!120
-
Raymond Toy authored
-
- Feb 27, 2023
-
-
Raymond Toy authored
Fix #168: Use positive forms for conditional jmp. Closes #168 See merge request cmucl/cmucl!119
-
Raymond Toy authored
-
Raymond Toy authored
Fix #166: integer-decode-float has incorrect type for exponent Closes #166 See merge request cmucl/cmucl!117
-
Raymond Toy authored
-
- Feb 24, 2023
-
-
Raymond Toy authored
Fix #159: Don't use /tmp as a path for temp files Closes #159 See merge request cmucl/cmucl!116
-
Raymond Toy authored
-
- Feb 21, 2023
-
-
Raymond Toy authored
Fix #165: Avoid inserting NIL into simple LOOP from FORMAT See merge request cmucl/cmucl!114
-
Tarn Burton authored
-
- Feb 15, 2023
-
-
Raymond Toy authored
Fix #162: Change *filename-encoding* to use :null Closes #162 See merge request cmucl/cmucl!111
-
Raymond Toy authored
This test was previously disabled only for Linux when running the CI. However, it's now also failing when running the CI for Darwin. Thus disable it whenever we're running the CI. I just manually tested this on my Linux and Mac boxes. This test passes without any problem. Not sure what's going on.
-
- 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.
-