Doug Coleman
							
						 
						
							 
							
							
							
								
							
								892c62e1dc 
								
							
								 
							
						 
						
							
							
								
								factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test  
							
							 
							
							
							
						 
						
							2015-07-03 09:39:59 -07:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								59f3b1ea57 
								
							
								 
							
						 
						
							
							
								
								Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"  
							
							 
							
							... 
							
							
							
							Needs a bit more work.
This reverts commit 7e54cc2824 . 
							
						 
						
							2015-07-02 13:47:06 -07:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								7e54cc2824 
								
							
								 
							
						 
						
							
							
								
								factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!  
							
							 
							
							
							
						 
						
							2015-07-02 11:36:08 -07:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								b039b6a542 
								
							
								 
							
						 
						
							
							
								
								io.streams.string: cleanup tests.  
							
							 
							
							
							
						 
						
							2014-03-11 11:25:53 -07:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								ee040a242c 
								
							
								 
							
						 
						
							
							
								
								io.streams: some more test cases for sequence-read-until.  
							
							 
							
							
							
						 
						
							2014-03-10 15:29:11 -07:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								bf1f4e9aa2 
								
							
								 
							
						 
						
							
							
								
								io.streams.sequence: cleanup by moving type checks.  
							
							 
							
							
							
						 
						
							2014-02-25 09:32:47 -08:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								f243b31ddd 
								
							
								 
							
						 
						
							
							
								
								io.streams.sequence: rename (stream-seek) to sequence-seek.  
							
							 
							
							
							
						 
						
							2014-02-25 07:56:28 -08:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								ee9ead89f8 
								
							
								 
							
						 
						
							
							
								
								io.streams.sequence: bounds check sequence-read-until.  
							
							 
							
							
							
						 
						
							2014-02-25 07:52:07 -08:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								0b04d3f279 
								
							
								 
							
						 
						
							
							
								
								io.streams.string: faster M\ string-reader stream-readln.  
							
							 
							
							
							
						 
						
							2014-02-24 21:47:49 -08:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								2fe03b6711 
								
							
								 
							
						 
						
							
							
								
								io.streams.string: inline <string-writer> so with-string-writer is faster.  
							
							 
							
							
							
						 
						
							2014-02-10 20:46:25 -08:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								1acf307e15 
								
							
								 
							
						 
						
							
							
								
								io.streams: make stream-element-type inline on string-reader and byte-reader.  
							
							 
							
							
							
						 
						
							2013-12-02 17:44:03 -08:00  
						
					 
				
					
						
							
							
								 
								Joe Groff
							
						 
						
							 
							
							
							
								
							
								13b17fb84a 
								
							
								 
							
						 
						
							
							
								
								io: input-stream and output-stream mixins  
							
							 
							
							
							
						 
						
							2011-10-18 16:25:09 -07:00  
						
					 
				
					
						
							
							
								 
								Joe Groff
							
						 
						
							 
							
							
							
								
							
								e426512534 
								
							
								 
							
						 
						
							
							
								
								more stream-seekable? and stream-length methods  
							
							 
							
							... 
							
							
							
							- limited-streams and throw-on-eof-streams
- string-readers and byte-readers 
							
						 
						
							2011-10-17 21:23:09 -07:00  
						
					 
				
					
						
							
							
								 
								Joe Groff
							
						 
						
							 
							
							
							
								
							
								09f55f82fa 
								
							
								 
							
						 
						
							
							
								
								clean up forwarding stream-read-partial-unsafe  
							
							 
							
							... 
							
							
							
							Now that "io" provides a method on object for stream-read-partial-unsafe that forwards to stream-read-unsafe, individual stream class that don't implement partial reads don't need to provide such a method themselves. 
							
						 
						
							2011-10-17 21:23:06 -07:00  
						
					 
				
					
						
							
							
								 
								Joe Groff
							
						 
						
							 
							
							
							
								
							
								6f12322bda 
								
							
								 
							
						 
						
							
							
								
								kill noncopying-reader mixin, stream-read generic  
							
							 
							
							... 
							
							
							
							Now that all streams have been updated to implement the stream-read-unsafe protocol, take out the noncopying-reader shim. Turn stream-read and stream-read-partial into plain functions over the -unsafe generics. 
							
						 
						
							2011-10-17 21:23:05 -07:00  
						
					 
				
					
						
							
							
								 
								Joe Groff
							
						 
						
							 
							
							
							
								
							
								d5f4b6f155 
								
							
								 
							
						 
						
							
							
								
								io.streams.sequence: change to provide read-unsafe  
							
							 
							
							... 
							
							
							
							Change io.streams.sequence and its children io.streams.byte-array and io.streams.string to implement the -unsafe protocol and mixin noncopying-reader. 
							
						 
						
							2011-10-17 21:22:59 -07:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								1b20b0c476 
								
							
								 
							
						 
						
							
							
								
								Make sure 0 read always returns f. Fixes issue  #70 .  
							
							 
							
							... 
							
							
							
							More unit tests, fix read-until to return f f sometimes
Rename ((read-until)) to read-until-loop. Fix the stack effect declarations of (read) and handle-readln. 
							
						 
						
							2011-09-09 18:51:06 -07:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								098fd0248a 
								
							
								 
							
						 
						
							
							
								
								support limited-streams correctly for seekable streams  
							
							 
							
							
							
						 
						
							2009-10-03 18:27:09 -05:00  
						
					 
				
					
						
							
							
								 
								Keith Lazuka
							
						 
						
							 
							
							
							
								
							
								405e5d015b 
								
							
								 
							
						 
						
							
							
								
								docs: change $subsection to $subsections  
							
							 
							
							
							
						 
						
							2009-10-02 12:15:48 -04:00  
						
					 
				
					
						
							
							
								 
								Slava Pestov
							
						 
						
							 
							
							
							
								
							
								9488e78532 
								
							
								 
							
						 
						
							
							
								
								clean up contents and lines words; contents never outputs f now  
							
							 
							
							
							
						 
						
							2009-05-10 16:39:51 -05:00  
						
					 
				
					
						
							
							
								 
								Slava Pestov
							
						 
						
							 
							
							
							
								
							
								0d0c7f2d55 
								
							
								 
							
						 
						
							
							
								
								Fix unit test failures caused by stricter type checking in M: encoder stream-write  
							
							 
							
							
							
						 
						
							2009-04-20 20:05:17 -05:00  
						
					 
				
					
						
							
							
								 
								Slava Pestov
							
						 
						
							 
							
							
							
								
							
								07a5a46009 
								
							
								 
							
						 
						
							
							
								
								Add stream-element-type generic word  
							
							 
							
							
							
						 
						
							2009-03-15 17:11:18 -05:00  
						
					 
				
					
						
							
							
								 
								Slava Pestov
							
						 
						
							 
							
							
							
								
							
								25a877e50b 
								
							
								 
							
						 
						
							
							
								
								Merge OneEyed's patch  
							
							 
							
							
							
						 
						
							2009-02-28 17:06:55 -06:00  
						
					 
				
					
						
							
							
								 
								Slava Pestov
							
						 
						
							 
							
							
							
								
							
								a0c1d32197 
								
							
								 
							
						 
						
							
							
								
								Move io.streams.string from core to basis  
							
							 
							
							
							
						 
						
							2009-02-06 01:58:51 -06:00