CMUCL commit: src/compiler (fndb.lisp)

Raymond Toy rtoy at common-lisp.net
Sat Jul 3 16:13:57 CEST 2010


    Date: Saturday, July 3, 2010 @ 10:13:57
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/compiler

Modified: fndb.lisp

Add :DECODING-ERROR and :ENCODING-ERROR keywords to OPEN function.


-----------+
 fndb.lisp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: src/compiler/fndb.lisp
diff -u src/compiler/fndb.lisp:1.143 src/compiler/fndb.lisp:1.144
--- src/compiler/fndb.lisp:1.143	Fri Mar 19 11:19:00 2010
+++ src/compiler/fndb.lisp	Sat Jul  3 10:13:57 2010
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /project/cmucl/cvsroot/src/compiler/fndb.lisp,v 1.143 2010-03-19 15:19:00 rtoy Exp $")
+  "$Header: /project/cmucl/cvsroot/src/compiler/fndb.lisp,v 1.144 2010-07-03 14:13:57 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1096,6 +1096,8 @@
 		       (:mapped boolean)
 		       (:input-handle (or null fixnum stream))
 		       (:output-handle (or null fixnum stream))
+		       :decoding-error
+		       :encoding-error
 		  &allow-other-keys)
   (or stream null)
   ()



More information about the cmucl-commit mailing list