- Apr 25, 2023
-
-
Raymond Toy authored
-
- Apr 21, 2023
-
-
Raymond Toy authored
Fix #180: Move get-page-size to C Closes #180 See merge request !136
-
Raymond Toy authored
-
- Apr 19, 2023
-
-
Raymond Toy authored
Add missing colon after "Version" See merge request !140
-
Raymond Toy authored
-
Raymond Toy authored
Forgot to update these in the merges, so let's do them all now.
-
Raymond Toy authored
Fix #120: software-version in C Closes #120, #130, #146, #136, #142, #134, and #132 See merge request cmucl/cmucl!93
-
Raymond Toy authored
-
- Apr 17, 2023
-
-
Raymond Toy authored
Some docstrings have changed, so update cmucl.pot
-
- Apr 10, 2023
-
-
Raymond Toy authored
Fix #170: Move get-system-info to C Closes #170 See merge request cmucl/cmucl!137
-
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
Address #158: Filename encoding for Darwin Closes #166 and #159 See merge request cmucl/cmucl!113
-
Raymond Toy authored
-
- Mar 23, 2023
-
-
Raymond Toy authored
Address #120: Move misc doc stuff to misc-doc.lisp Closes #120 See merge request cmucl/cmucl!133
-
Raymond Toy authored
-
Raymond Toy authored
Fix #176: short-site-name and long-site-name return NIL Closes #176 See merge request cmucl/cmucl!130
-
Raymond Toy authored
-
- 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 cmucl/cmucl!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
-