projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b9b73
)
missing NEWS entry for REMOVE-FD-HANDLER restart
author
Nikodemus Siivola
<nikodemus@random-state.net>
Tue, 7 Jun 2011 11:37:12 +0000
(14:37 +0300)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Tue, 7 Jun 2011 11:51:45 +0000
(14:51 +0300)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
8dd1767
..
4cf6c16
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,4
+1,8
@@
;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes relative to sbcl-1.0.49:
+ * enhancement: errors from FD handlers now provide a restart to remove
+ the offending handler.
+
changes in sbcl-1.0.49 relative to sbcl-1.0.48:
* minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables
interrupts for its body.