- Apr 30, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #193: Treat NIL and :UNSPECIFIC as equivalent in pathnames Closes #193 See merge request !144
-
Raymond Toy authored
-
- Apr 29, 2023
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #192: Print radix marker in disassemblies; adjust note column Closes #192 See merge request cmucl/cmucl!143
-
Raymond Toy authored
-
- Apr 27, 2023
-
-
Raymond Toy authored
Fix #185: Use shorter instructions on x86 Closes #185 See merge request cmucl/cmucl!138
-
Raymond Toy authored
-
- Apr 26, 2023
-
-
Raymond Toy authored
Fix #131: Move unix-uname to contrib/unix Closes #131 See merge request cmucl/cmucl!142
-
Raymond Toy authored
-
- Apr 25, 2023
-
-
Raymond Toy authored
Fix #189: Move get-system-info from unix.lisp to os.lisp Closes #189 See merge request cmucl/cmucl!141
-
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
-