Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
df0289d5
by Raymond Toy at 2016-09-05T15:16:44-07:00
-
ff661afb
by Raymond Toy at 2016-09-05T15:18:22-07:00
2 changed files:
Changes:
| ... | ... | @@ -110,10 +110,6 @@ New in this release: |
| 110 | 110 |
* Issue #19: Make min version for OSX be 10.6
|
| 111 | 111 |
* Issue #22: Incorrect coercion to float
|
| 112 | 112 |
* Issue #12: unable to build master/$HEAD with 2015-12 darwin snapshot
|
| 113 |
* Issue #25: Issue with ext:run-program and string streams
|
|
| 114 |
(related to character sizes?)
|
|
| 115 |
* Issue #27: Regression: ASDF test failures
|
|
| 116 |
* Issue #28: Recursive function definition during cross-compile
|
|
| 117 | 113 |
|
| 118 | 114 |
* Other changes:
|
| 119 | 115 |
* Cross compile scripts from x86 to sparc and ppc updated to work
|
| ... | ... | @@ -89,6 +89,11 @@ New in this release: |
| 89 | 89 |
* Ticket #18 fixed: better description of :ENV option for
|
| 90 | 90 |
RUN-PROGRAM.
|
| 91 | 91 |
* Ticket #22 fixed: Incorrect coercion to float.
|
| 92 |
* Ticket #25 fixed: Issue with ext:run-program and string streams
|
|
| 93 |
(related to character sizes?)
|
|
| 94 |
* Ticket #27 fixed: Regression: ASDF test failures
|
|
| 95 |
* Ticket #28 fixed: Recursive function definition during
|
|
| 96 |
cross-compile
|
|
| 92 | 97 |
|
| 93 | 98 |
* Other changes:
|
| 94 | 99 |
|