- Apr 21, 2023
-
-
Raymond Toy authored
-
- Apr 19, 2023
-
-
Raymond Toy authored
Forgot to update these in the merges, so let's do them all now.
-
Raymond Toy authored
-
- Apr 17, 2023
-
-
Raymond Toy authored
Some docstrings have changed, so update cmucl.pot
-
- Apr 10, 2023
-
-
Raymond Toy authored
-
- Mar 29, 2023
-
-
Raymond Toy authored
Clang produces a warning for `char * os_get_locale_codeset()` because we don't give a prototype for the arg of `os_get_locale_codeset`. So just make it `void`.
-
- Mar 24, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
We left out a few issues that probably aren't relevant to users like #175 and #170. We also added #158 which isn't closed, but explains we support utf-8 on Darwin.
-
Raymond Toy authored
-
- Mar 23, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Mar 16, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Mar 15, 2023
-
-
Raymond Toy authored
-
- Mar 12, 2023
-
-
Raymond Toy authored
-
- Mar 09, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Mar 06, 2023
-
-
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
-
Raymond Toy authored
-
- Feb 28, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Feb 27, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Feb 21, 2023
-
-
Tarn Burton authored
-
- 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
-
- Dec 08, 2022
-
-
Raymond Toy authored
-
- Nov 25, 2022
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Nov 14, 2022
-
-
Raymond Toy authored
-
- Nov 08, 2022
-
-
Raymond Toy authored
-
- Nov 03, 2022
-
-
Raymond Toy authored
-
- Nov 02, 2022
-
-
Raymond Toy authored
-
- Nov 01, 2022
-
-
Raymond Toy authored
-