/[gcl]/gcl/BUGS
ViewVC logotype

Diff of /gcl/BUGS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by pfdietz, Wed Aug 17 12:50:10 2005 UTC revision 1.11 by pfdietz, Thu Aug 18 14:02:27 2005 UTC
# Line 107  number in place so it isn't reused. Line 107  number in place so it isn't reused.
107    
108     simple-condition-format-control     simple-condition-format-control
109        error.1 error.4 cerror.1 cerror.4        error.1 error.4 cerror.1 cerror.4
110    
111       synonym-stream-symbol:
112          synonym-stream-symbol.1 synonym-stream-symbol.error.[12]
113                
114    
115  21. The following macros are missing: define-compiler-macro  21. The following macros are missing: define-compiler-macro
# Line 698  number in place so it isn't reused. Line 701  number in place so it isn't reused.
701  159. ensure-directories-exist should signal a file-error if part of  159. ensure-directories-exist should signal a file-error if part of
702      the directory is wild, but it does not.      the directory is wild, but it does not.
703      ansi-tests: ensure-directories-exist.error.1      ansi-tests: ensure-directories-exist.error.1
704    
705    160. stream-element-type is returning :default on a stream opened
706        with OPEN.  This violates the constraint that this type must
707        be a subtype of integer or character.  ansi-tests: stream-element-type.6
708    
709    161. Cannot write (1- (ash 1 32)) to a stream with :element-type
710        (unsigned-byte 32) using write-byte. ansi-tests: read-byte.3
711         read-byte.4 file-length.[2345]
712    
713    162. peek-char advances the file position of echo streams.
714         ansi-tests: peek-char.17
715    
716    163  Passing NIL to the :start argument of read-sequence or write-sequence
717         is treated as if the parameter were not present.  This is incorrect:
718         :start, if provided, must be a nonnegative integer, and should signal
719         a type error in safe calls otherwise..  ansi-tests:
720         read-sequence.error.9 write-sequence.error.15
721    
722    164. file-string-length is computing the wrong thing.  It should compute
723         the change in file position after an object is printed as a sequence
724         of characters, not as printed in readable representation.  #\a, for
725         example, should occupy one position, not three.
726         ansi-tests: file-string-length.[12]
727    
728    165. Free declarations in with-open-file forms should not have the return
729         value form in their scope.  ansi-tests: with-open-file.[789]
730    
731    166. open-stream-p reports that a string-stream (input or output)
732         is still open, even after it has been closed.  ansi-tests:
733         with-open-stream.[6789]
734    
735    167. Free declarations in a with-open-stream form are incorrectly
736         being applied to the return value form.  ansi-tests: with-open-stream.10
737    
738    168. (typep (make-broadcast-stream) 'broadcast-stream) ==> nil (and related).
739         ansi-tests: make-broadcast-stream.[123]
740    
741    169. file-position should return 0 on null broadcast streams.
742         ansi-tests: make-broadcast-stream.6
743    
744    170. file-string-length should return 1 on null broadcast streams.
745         ansi-tests: make-broadcast-stream.7
746    
747    171. make-broadcast-stream should signal a type error in safe calls
748         when an argument is not an output stream.
749         ansi-tests: make-broadcast-stream.error.[12]
750    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26