Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
ed3a2e11
Commit
ed3a2e11
authored
Aug 28, 2011
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
More CHANGES updates.
parent
b956fab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ed3a2e11
...
...
@@ -14,6 +14,13 @@ Features
Changes
-------
* Renamed LispObject.writeToString() method to (more lispy) printObject()
* New LispObject.princToString() for user readable output
* Changed behaviour of LispObject.unreadableString() to signal
errors when *PRINT-READABLY* is non-NIL
* Static initializers moved to <clinit>() (java: static { }) to
prevent repeated execution when invoking the constructor multiple times
...
...
@@ -24,6 +31,11 @@ Changes
* File compiler (COMPILE-FILE) clean-ups
* When calling a function with the wrong number of arguments,
report the expected (range) of arguments
* Upgraded ASDF to 2.017
Fixes
-----
...
...
@@ -39,6 +51,15 @@ Fixes
* [ticket #163] Local functions shadow global macro and function bindings
(fixes PARENSCRIPT support)
* [ticket 158] Readable printing of the string "#<abc>" does not signal
a PRINT-NOT-READABLE error anymore
* Fixed SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7
* Fixed many PPRINT.* test suite failures
* [ticket #151] LOAD fails for whitespace in JAR-PATHNAME
Version 0.26.2
==============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment