Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
d98b3882 by Raymond Toy at 2021-07-06T16:10:10-07:00
Include string.h to declare memcmp
x86-arch.c uses memcmp without declaring it. Noticed on macos, but
not on linux.
- - - - -
1 changed file:
- src/lisp/x86-arch.c
Changes:
=====================================
src/lisp/x86-arch.c
=====================================
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "lisp.h"
#include "globals.h"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d98b3882b12575923c7bc0d…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d98b3882b12575923c7bc0d…
You're receiving this email because of your account on gitlab.common-lisp.net.
Raymond Toy pushed to branch issue-108-update-asdf at cmucl / cmucl
Commits:
f746dd03 by Raymond Toy at 2021-07-06T09:15:38-07:00
Update release notes
Updated ASDF to 3.3.5.
- - - - -
1 changed file:
- src/general-info/release-21e.md
Changes:
=====================================
src/general-info/release-21e.md
=====================================
@@ -21,7 +21,7 @@ public domain.
* Known issues:
* Feature enhancements
* Changes
- * Update to ASDF 3.3.4
+ * Update to ASDF 3.3.5
* ANSI compliance fixes:
* Bug fixes:
* ~~#97~~ Fixes stepping through the source forms in the debugger. This has been broken for quite some time, but it works now.
@@ -44,6 +44,7 @@ public domain.
* ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits.
* ~~#103~~ RANDOM-MT19937-UPDATE assembly routine still exists
* ~~#107~~ Replace u_int8_t with uint8_t
+ * ~~#108~~ Update ASDF
* Other changes:
* Improvements to the PCL implementation of CLOS:
* Changes to building procedure:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f746dd03c3d6ddd19ef54bd…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f746dd03c3d6ddd19ef54bd…
You're receiving this email because of your account on gitlab.common-lisp.net.