Raymond Toy pushed to branch master at cmucl / cmucl
Commits: df0289d5 by Raymond Toy at 2016-09-05T15:16:44-07:00 Revert change.
- - - - - ff661afb by Raymond Toy at 2016-09-05T15:18:22-07:00 Update from logs.
- - - - -
2 changed files:
- src/general-info/release-21a.txt - src/general-info/release-21b.txt
Changes:
===================================== src/general-info/release-21a.txt ===================================== --- a/src/general-info/release-21a.txt +++ b/src/general-info/release-21a.txt @@ -110,10 +110,6 @@ New in this release: * Issue #19: Make min version for OSX be 10.6 * Issue #22: Incorrect coercion to float * Issue #12: unable to build master/$HEAD with 2015-12 darwin snapshot - * Issue #25: Issue with ext:run-program and string streams - (related to character sizes?) - * Issue #27: Regression: ASDF test failures - * Issue #28: Recursive function definition during cross-compile
* Other changes: * Cross compile scripts from x86 to sparc and ppc updated to work
===================================== src/general-info/release-21b.txt ===================================== --- a/src/general-info/release-21b.txt +++ b/src/general-info/release-21b.txt @@ -89,6 +89,11 @@ New in this release: * Ticket #18 fixed: better description of :ENV option for RUN-PROGRAM. * Ticket #22 fixed: Incorrect coercion to float. + * Ticket #25 fixed: Issue with ext:run-program and string streams + (related to character sizes?) + * Ticket #27 fixed: Regression: ASDF test failures + * Ticket #28 fixed: Recursive function definition during + cross-compile
* Other changes:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/9f2f0330804a623d887c7969e...