- Nov 25, 2022
-
-
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
-
- Aug 24, 2022
-
-
Raymond Toy authored
Update pot file too since the docstring changed. No functional changes.
-
- Aug 23, 2022
-
-
Raymond Toy authored
Fix #125: Linux unix-stat returns wrong values Closes #125 See merge request cmucl/cmucl!85
-
Raymond Toy authored
-
- Aug 14, 2022
-
-
Raymond Toy authored
One was mentioned in !87. Found a few more typos so fixed those too.
-
Raymond Toy authored
Fix #128: quit accepts an exit code Closes #128 See merge request cmucl/cmucl!87
-
Raymond Toy authored
-
- Aug 08, 2022
-
-
Raymond Toy authored
We've fixed bugs #122 and #127 now, so make a note of it.
-
Raymond Toy authored
-
Raymond Toy authored
Fix #127: Linux unix:unix-getpwuid segfaults with invalid uid Closes #127 See merge request cmucl/cmucl!86
-