6922b0d9c2 
								
							 
						 
						
							
							
								
								added pointer-ref-{unsigned-,}long-long  
							
							
							
						 
						
							2008-11-21 05:56:51 -05:00  
				
					
						
							
							
								 
						
							
								ac8cb7d247 
								
							 
						 
						
							
							
								
								- port-has-port-position? and port-position are now honest wrt  
							
							... 
							
							
							
							the supplied arguments for custom port constructors. 
							
						 
						
							2008-11-11 16:31:35 -05:00  
				
					
						
							
							
								 
						
							
								ae9d095527 
								
							 
						 
						
							
							
								
								- fixed bug in printing "-0.0i" on some archs (cygwin, solaris,  
							
							... 
							
							
							
							etc.)
- fixed bug reading non-ascii strings in 64-bit mode. 
							
						 
						
							2008-11-01 15:13:27 -04:00  
				
					
						
							
							
								 
						
							
								359aa1d2c9 
								
							 
						 
						
							
							
								
								- fixed errors where multiple internal definitions were silently  
							
							... 
							
							
							
							allowed if typed in the repl.
- added some tests for the interaction environment. 
							
						 
						
							2008-10-31 16:22:25 -04:00  
				
					
						
							
							
								 
						
							
								a4ba327173 
								
							 
						 
						
							
							
								
								- speedup of unicode normalization routines.  
							
							... 
							
							
							
							- added unicode normalization tests. 
							
						 
						
							2008-10-29 03:15:17 -04:00  
				
					
						
							
							
								 
						
							
								0da61d51cb 
								
							 
						 
						
							
							
								
								- input ports can now handle utf-16 codecs.  
							
							
							
						 
						
							2008-10-19 18:43:42 -04:00  
				
					
						
							
							
								 
						
							
								7b32940d04 
								
							 
						 
						
							
							
								
								- fixed a silly bug in (/ <bignum> x/y) which evaluated to  
							
							... 
							
							
							
							(/ (* <bignum> x) y) instead of (/ (* <bignum> y) x). 
							
						 
						
							2008-10-18 13:34:18 -04:00  
				
					
						
							
							
								 
						
							
								bbafcc08d2 
								
							 
						 
						
							
							
								
								fixed bug in (eqv? 0.0 -0.0) returning #t.  
							
							
							
						 
						
							2008-10-18 13:08:14 -04:00  
				
					
						
							
							
								 
						
							
								29edb9d800 
								
							 
						 
						
							
							
								
								cleaned up the test suite a little.  
							
							
							
						 
						
							2008-10-18 13:03:17 -04:00  
				
					
						
							
							
								 
						
							
								fd567eb0c6 
								
							 
						 
						
							
							
								
								- fasl reader did not know how to read strings containing unicode  
							
							... 
							
							
							
							chars, fixed. 
							
						 
						
							2008-10-14 02:28:46 -04:00  
				
					
						
							
							
								 
						
							
								442f6e9049 
								
							 
						 
						
							
							
								
								- native bytevector operations on 16-bit values were implemented  
							
							... 
							
							
							
							using the wrong endianness. 
							
						 
						
							2008-10-13 02:40:26 -04:00  
				
					
						
							
							
								 
						
							
								1e5e516b08 
								
							 
						 
						
							
							
								
								- added (ikarus foreign) library that should be used instead of  
							
							... 
							
							
							
							(ikarus system $foreign).
- changed the names of some of the pointer primitives
- changed the name of the procedure make-ffi to make-callout
- updated examples and libraries to conform with new names
- updated the users guide to provide a complete description of 
  the (ikarus foreign) library
- updated list of missing R6RS features in the users guide 
							
						 
						
							2008-10-06 01:19:27 -04:00  
				
					
						
							
							
								 
						
							
								9f2d7484ab 
								
							 
						 
						
							
							
								
								fixed uint/ulong pointer ref bug (and added appropriate tests).  
							
							
							
						 
						
							2008-09-14 00:38:59 -07:00  
				
					
						
							
							
								 
						
							
								8e750562d6 
								
							 
						 
						
							
							
								
								- Added memory operations on pointer types for setting and accessing  
							
							... 
							
							
							
							char, short, int, and long values from pointer arrays. 
							
						 
						
							2008-09-13 07:49:17 -07:00  
				
					
						
							
							
								 
						
							
								afc9bff07f 
								
							 
						 
						
							
							
								
								- added experimental pointer manipulation primitives.  
							
							
							
						 
						
							2008-09-06 06:01:39 -07:00  
				
					
						
							
							
								 
						
							
								6d52912aef 
								
							 
						 
						
							
							
								
								reimplemented enums to use bitmaps instead of lists.  
							
							
							
						 
						
							2008-08-03 12:52:33 -07:00  
				
					
						
							
							
								 
						
							
								9b74020647 
								
							 
						 
						
							
							
								
								fixed a bug in fasl reader for shared/cyclic data structures.  
							
							
							
						 
						
							2008-07-30 17:28:33 -07:00  
				
					
						
							
							
								 
						
							
								3b80d4f321 
								
							 
						 
						
							
							
								
								fixed a bug in quotient and div when given (least-fixnum) and -1.  
							
							
							
						 
						
							2008-07-26 12:28:51 -07:00  
				
					
						
							
							
								 
						
							
								4f48c55bfc 
								
							 
						 
						
							
							
								
								all existing tests pass under 64-bit  
							
							
							
						 
						
							2008-07-19 14:41:06 -07:00  
				
					
						
							
							
								 
						
							
								81a1a640df 
								
							 
						 
						
							
							
								
								more progress on the AMD64 front, fixing more numeric and more cogen  
							
							... 
							
							
							
							64-bit bugs. 
							
						 
						
							2008-07-18 22:21:57 -07:00  
				
					
						
							
							
								 
						
							
								0ef81aa13e 
								
							 
						 
						
							
							
								
								Added make-polar.  
							
							
							
						 
						
							2008-07-15 23:13:59 -07:00  
				
					
						
							
							
								 
						
							
								195dc0ea45 
								
							 
						 
						
							
							
								
								Fixed some problems parsing complex numbers.  
							
							
							
						 
						
							2008-07-15 22:44:55 -07:00  
				
					
						
							
							
								 
						
							
								badf83557f 
								
							 
						 
						
							
							
								
								fixed rounding for rationals.  
							
							
							
						 
						
							2008-07-07 00:22:14 -07:00  
				
					
						
							
							
								 
						
							
								ee950fcaf2 
								
							 
						 
						
							
							
								
								Added test to exercise last bug fixed (refilling io read buffer  
							
							... 
							
							
							
							drops bytes already in the buffer). 
							
						 
						
							2008-06-08 06:42:58 -07:00  
				
					
						
							
							
								 
						
							
								a492d318e1 
								
							 
						 
						
							
							
								
								- fixed minor bug in current-directory  
							
							... 
							
							
							
							- changed implementation of string->number. 
							
						 
						
							2008-05-31 20:10:17 -07:00  
				
					
						
							
							
								 
						
							
								ab2e05e8b0 
								
							 
						 
						
							
							
								
								Added inexact complex numbers.  
							
							
							
						 
						
							2008-05-24 10:13:01 -07:00  
				
					
						
							
							
								 
						
							
								8827b98972 
								
							 
						 
						
							
							
								
								fasl reader/writer now understands complex numbers.  
							
							
							
						 
						
							2008-05-21 00:40:42 -07:00  
				
					
						
							
							
								 
						
							
								da7cedfe64 
								
							 
						 
						
							
							
								
								Added bitwise-xor.  
							
							
							
						 
						
							2008-05-18 03:21:05 -07:00  
				
					
						
							
							
								 
						
							
								de4276124b 
								
							 
						 
						
							
							
								
								added bitwise-ior.  
							
							
							
						 
						
							2008-05-18 02:27:55 -07:00  
				
					
						
							
							
								 
						
							
								d02e9fe035 
								
							 
						 
						
							
							
								
								Passing 709 tests in 64-bit mode  
							
							
							
						 
						
							2008-04-12 15:06:55 -04:00  
				
					
						
							
							
								 
						
							
								df0aa2de1f 
								
							 
						 
						
							
							
								
								Added input-socket-buffer-size and output-socket-buffer-size  
							
							... 
							
							
							
							parameters. 
							
						 
						
							2008-04-11 14:02:43 -04:00  
				
					
						
							
							
								 
						
							
								ec69dc4a7c 
								
							 
						 
						
							
							
								
								Added more tests for div0 and mod0.  
							
							
							
						 
						
							2008-03-22 21:25:42 -04:00  
				
					
						
							
							
								 
						
							
								48a86cbaa3 
								
							 
						 
						
							
							
								
								Fixed bug in (mod 3 5/6).  
							
							
							
						 
						
							2008-03-22 21:23:51 -04:00  
				
					
						
							
							
								 
						
							
								1943212436 
								
							 
						 
						
							
							
								
								- Added tests for fasl objects  
							
							... 
							
							
							
							- fasl-read can now read bignums, flonums, and ratnums. 
							
						 
						
							2008-03-09 00:25:03 -05:00  
				
					
						
							
							
								 
						
							
								fd75cfc02f 
								
							 
						 
						
							
							
								
								Added tests for list-sort and vector-sort.  
							
							
							
						 
						
							2008-01-20 17:52:19 -05:00  
				
					
						
							
							
								 
						
							
								d9cdcb8959 
								
							 
						 
						
							
							
								
								Fixes bug 180991: round-off error in bignum->flonum  
							
							
							
						 
						
							2008-01-12 20:52:23 -05:00  
				
					
						
							
							
								 
						
							
								2dc4542148 
								
							 
						 
						
							
							
								
								Reimplemented the guardians collector which was yellowing out since  
							
							... 
							
							
							
							the last update to the GC.  All tests now run without a glitch. 
							
						 
						
							2008-01-12 17:32:43 -05:00  
				
					
						
							
							
								 
						
							
								899be70aca 
								
							 
						 
						
							
							
								
								Kind of a better implementation of ratnum->flonum.  
							
							
							
						 
						
							2008-01-06 02:27:23 -05:00  
				
					
						
							
							
								 
						
							
								e35ed42f6c 
								
							 
						 
						
							
							
								
								Added the tests that I'm using for porting.  
							
							
							
						 
						
							2008-01-04 05:55:06 -05:00  
				
					
						
							
							
								 
						
							
								1c4ba26923 
								
							 
						 
						
							
							
								
								Added bitwise-length (fixing bug 178345: Missing bitwise-length)  
							
							
							
						 
						
							2007-12-23 17:33:13 -05:00  
				
					
						
							
							
								 
						
							
								ab55602ed1 
								
							 
						 
						
							
							
								
								Added string case-folding test.  
							
							
							
						 
						
							2007-12-14 22:12:59 -05:00  
				
					
						
							
							
								 
						
							
								b2112ee9c8 
								
							 
						 
						
							
							
								
								changed implementation of string-foldcase to eliminate use of string  
							
							... 
							
							
							
							ports. (reduce overhead) 
							
						 
						
							2007-12-14 21:04:54 -05:00  
				
					
						
							
							
								 
						
							
								b6299fbec2 
								
							 
						 
						
							
							
								
								Added make-custom-textual-input-port and make-custom-textual-output-port  
							
							
							
						 
						
							2007-12-10 11:11:59 -05:00  
				
					
						
							
							
								 
						
							
								4a3f9a334a 
								
							 
						 
						
							
							
								
								Added tests for custom-binary-output-ports (and fixed it too)  
							
							
							
						 
						
							2007-12-10 10:53:17 -05:00  
				
					
						
							
							
								 
						
							
								3575b0c8d8 
								
							 
						 
						
							
							
								
								Added IO tests.  
							
							
							
						 
						
							2007-12-10 10:42:43 -05:00  
				
					
						
							
							
								 
						
							
								921999a3a2 
								
							 
						 
						
							
							
								
								minor fix to string-input-ports  
							
							
							
						 
						
							2007-12-10 09:28:48 -05:00  
				
					
						
							
							
								 
						
							
								05bc37fe57 
								
							 
						 
						
							
							
								
								Fixed div-and-mod  
							
							
							
						 
						
							2007-11-29 20:04:28 -05:00  
				
					
						
							
							
								 
						
							
								82eda09ea0 
								
							 
						 
						
							
							
								
								* Added fxlength  
							
							
							
						 
						
							2007-11-13 23:24:21 -05:00  
				
					
						
							
							
								 
						
							
								a3f1feefb9 
								
							 
						 
						
							
							
								
								* Added bitwise-bit-count  
							
							
							
						 
						
							2007-11-13 22:17:02 -05:00  
				
					
						
							
							
								 
						
							
								0bda5990ec 
								
							 
						 
						
							
							
								
								* Added bytevector-u64-native-ref, bytevector-u64-native-set!,  
							
							... 
							
							
							
							bytevector-s64-native-ref, bytevector-s64-native-set!,
        bytevector-u64-ref, bytevector-u64-set!,
        bytevector-s64-ref, and bytevector-s64-set!. 
							
						 
						
							2007-11-11 23:29:54 -05:00