- Mar 16, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #172: Declare pathname-match-p to return NIL or a pathname Closes #172 See merge request !131
-
Raymond Toy authored
-
- Mar 15, 2023
-
-
Raymond Toy authored
Fix #177: Add pprinter for deftransform and defoptimizer Closes #177 See merge request cmucl/cmucl!132
-
Raymond Toy authored
-
- Mar 12, 2023
-
-
Raymond Toy authored
Fix #175: Simplify branching in x86 float compare vops Closes #175 See merge request cmucl/cmucl!129
-
Raymond Toy authored
-
- Mar 09, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #157: (directory "**/") only returns directories Closes #157 See merge request cmucl/cmucl!127
-
Raymond Toy authored
-
- Mar 06, 2023
-
-
Raymond Toy authored
Fix #173: Add pprinter for define-assembly-routine Closes #173 See merge request cmucl/cmucl!126
-
Raymond Toy authored
-
- Mar 05, 2023
-
-
Raymond Toy authored
A `let` sexp in `%time` was not indented correctly. Indent it correctly now.
-
- Mar 02, 2023
-
-
Raymond Toy authored
This bootstrap file only applies to x86, so add reader conditionals so that this can be loaded for other architectures without having any effect. One less thing to worry about when bootstrapping.
-
- Mar 01, 2023
-
-
Raymond Toy authored
We forgot to update this when adding --version command line option.
-
Raymond Toy authored
Fix #163: Add -version command line switch Closes #163 See merge request cmucl/cmucl!112
-
Raymond Toy authored
-
Raymond Toy authored
Fix #170: reduce duplicated code for x86 float-compares Closes #170 See merge request cmucl/cmucl!122
-
Raymond Toy authored
-
- Feb 28, 2023
-
-
Raymond Toy authored
Fix #167: double-float-exponent off by one See merge request cmucl/cmucl!121
-
Raymond Toy authored
-
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
-