Skip to content
Snippets Groups Projects
Commit 3d733bdf authored by rtoy's avatar rtoy
Browse files

Update.

parent 1e8dad31
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ New in this release: ...@@ -42,6 +42,7 @@ New in this release:
- Lazy sxhash on symbols implemented for ppc. - Lazy sxhash on symbols implemented for ppc.
- Pretty-printer for LOOP. - Pretty-printer for LOOP.
- Added some more pprinters for various forms. - Added some more pprinters for various forms.
- Callbacks supported on Mac OS X.
* Numerous ANSI compliance fixes: * Numerous ANSI compliance fixes:
- FILE-AUTHOR should signal errors appropriately. - FILE-AUTHOR should signal errors appropriately.
...@@ -115,6 +116,8 @@ New in this release: ...@@ -115,6 +116,8 @@ New in this release:
has version :wild. has version :wild.
- Fixed bug with CLX on MacOS X where the WM-SIZE-HINTS were - Fixed bug with CLX on MacOS X where the WM-SIZE-HINTS were
larger than CLX expected. Replaced card16 with card32. larger than CLX expected. Replaced card16 with card32.
- Callbacks on sparc that returned double-floats were sometimes
causing a sigbus error.
* Other changes: * Other changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment