Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
9f2f0330
by Raymond Toy at 2016-09-05T13:08:16-07:00
1 changed file:
Changes:
... | ... | @@ -100,6 +100,20 @@ New in this release: |
100 | 100 |
* Issue #3: Shadowing compiler macro functions.
|
101 | 101 |
* Issue #7: Local functions and get-setf-expansions
|
102 | 102 |
* Issue #8: Constants and top-level code
|
103 |
* Issue #10: (setf aref) on (simple-array (unsigned-byte 4) (*))
|
|
104 |
with constant index is incorrect.
|
|
105 |
* Issue #11: Merge unix-glibc2.lisp into unix.lisp
|
|
106 |
* Issue #14: (asinh 0d0) signals inexact on linux
|
|
107 |
* Issue #16: pathname-match-p doesn't handle search lists
|
|
108 |
* Issue #18: Fix docstring for *environment-list*
|
|
109 |
* Issue #18: Add better description to :env option for run-program
|
|
110 |
* Issue #19: Make min version for OSX be 10.6
|
|
111 |
* Issue #22: Incorrect coercion to float
|
|
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
|
|
103 | 117 |
|
104 | 118 |
* Other changes:
|
105 | 119 |
* Cross compile scripts from x86 to sparc and ppc updated to work
|