projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e62ae
)
mention SB-INTROSPECT's improved handling of structure copiers in NEWS
author
Nikodemus Siivola
<nikodemus@sb-studio.net>
Fri, 10 Jun 2011 17:21:18 +0000
(20:21 +0300)
committer
Nikodemus Siivola
<nikodemus@sb-studio.net>
Fri, 10 Jun 2011 17:21:18 +0000
(20:21 +0300)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
5e912b3
..
809b1fe
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-2,6
+2,8
@@
changes relative to sbcl-1.0.49:
* enhancement: errors from FD handlers now provide a restart to remove
the offending handler.
+ * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure
+ copiers as well.
* enhancement: location of user or system initialization file can now easily
be customized for saved cores. See: SB-EXT:*USERINIT-PATHNAME-FUNCTION*
and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*.