|  Abdulaziz Ghuloum | 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 | 
				
					
						|  Abdulaziz Ghuloum | a492d318e1 | - fixed minor bug in current-directory - changed implementation of string->number. | 2008-05-31 20:10:17 -07:00 | 
				
					
						|  Abdulaziz Ghuloum | ab2e05e8b0 | Added inexact complex numbers. | 2008-05-24 10:13:01 -07:00 | 
				
					
						|  Abdulaziz Ghuloum | 8827b98972 | fasl reader/writer now understands complex numbers. | 2008-05-21 00:40:42 -07:00 | 
				
					
						|  Abdulaziz Ghuloum | da7cedfe64 | Added bitwise-xor. | 2008-05-18 03:21:05 -07:00 | 
				
					
						|  Abdulaziz Ghuloum | de4276124b | added bitwise-ior. | 2008-05-18 02:27:55 -07:00 | 
				
					
						|  Abdulaziz Ghuloum | d02e9fe035 | Passing 709 tests in 64-bit mode | 2008-04-12 15:06:55 -04:00 | 
				
					
						|  Abdulaziz Ghuloum | df0aa2de1f | Added input-socket-buffer-size and output-socket-buffer-size parameters. | 2008-04-11 14:02:43 -04:00 | 
				
					
						|  Abdulaziz Ghuloum | ec69dc4a7c | Added more tests for div0 and mod0. | 2008-03-22 21:25:42 -04:00 | 
				
					
						|  Abdulaziz Ghuloum | 48a86cbaa3 | Fixed bug in (mod 3 5/6). | 2008-03-22 21:23:51 -04:00 | 
				
					
						|  Abdulaziz Ghuloum | 1943212436 | - Added tests for fasl objects - fasl-read can now read bignums, flonums, and ratnums. | 2008-03-09 00:25:03 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | fd75cfc02f | Added tests for list-sort and vector-sort. | 2008-01-20 17:52:19 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | d9cdcb8959 | Fixes bug 180991: round-off error in bignum->flonum | 2008-01-12 20:52:23 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 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 | 
				
					
						|  Abdulaziz Ghuloum | 899be70aca | Kind of a better implementation of ratnum->flonum. | 2008-01-06 02:27:23 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | e35ed42f6c | Added the tests that I'm using for porting. | 2008-01-04 05:55:06 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 1c4ba26923 | Added bitwise-length (fixing bug 178345: Missing bitwise-length) | 2007-12-23 17:33:13 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | ab55602ed1 | Added string case-folding test. | 2007-12-14 22:12:59 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | b2112ee9c8 | changed implementation of string-foldcase to eliminate use of string ports. (reduce overhead) | 2007-12-14 21:04:54 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | b6299fbec2 | Added make-custom-textual-input-port and make-custom-textual-output-port | 2007-12-10 11:11:59 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 4a3f9a334a | Added tests for custom-binary-output-ports (and fixed it too) | 2007-12-10 10:53:17 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 3575b0c8d8 | Added IO tests. | 2007-12-10 10:42:43 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 921999a3a2 | minor fix to string-input-ports | 2007-12-10 09:28:48 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 05bc37fe57 | Fixed div-and-mod | 2007-11-29 20:04:28 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 82eda09ea0 | * Added fxlength | 2007-11-13 23:24:21 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | a3f1feefb9 | * Added bitwise-bit-count | 2007-11-13 22:17:02 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 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 | 
				
					
						|  Abdulaziz Ghuloum | 9c8bf4f5c7 | * Added fxdiv0, fxmod0, and fxdiv0-and-mod0 | 2007-11-11 21:52:27 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | e48c2e17c1 | * Added fxdiv, fxmod, fxdiv-and-mod. | 2007-11-11 20:43:59 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 0d2e1f4246 | * Added fldiv0, flmod0, and fldiv0-and-mod0, completing the (rnrs arithmetic flonums) library. | 2007-11-11 20:04:09 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 05fef19307 | * Added fldiv, flmod, and fldiv-and-mod | 2007-11-11 16:48:03 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 2a8cc2a7b4 | * Added bytevector-ieee-single-ref and bytevector-ieee-single-set! | 2007-11-08 22:56:14 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 5ce6ca4efb | * Added bytevector-ieee-single-native-ref and bytevector-ieee-single-native-set! | 2007-11-08 22:22:24 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 62c0643c19 | * Added bitwise-not. | 2007-11-08 20:57:11 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | df46913530 | * Partial fix for bug 160780: missing 2 and 3 arg forms of number->string - second argument is implemented, precision is yet to be done. | 2007-11-07 22:28:42 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | da16a5ef7a | * reader now recognizes all standard character names: #\nul #\alaram #\backspace ... #\delete | 2007-11-07 11:24:18 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | e75bd7e33c | * Added get-line.  (answers to bug 160663) | 2007-11-07 11:00:39 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 1b103a4ab8 | * bytevector-ieee-double-ref/set! now work | 2007-11-07 04:54:54 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 7dbce6e888 | * Added bytevector-ieee-double-ref and bytevector-ieee-double-set! (which does not yet support big endianness) | 2007-11-07 01:26:38 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | bcd96a8dd4 | * Added bytevector-ieee-double-native-ref/set! | 2007-11-06 21:08:52 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 90a243ee63 | * Fixed bug 160101: modulo produces "BUG: unsupported" | 2007-11-05 02:24:39 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | b27bb61802 | * Fixed some parts of bug 160101: modulo produces "BUG: unsupported" * Modulo still fails on two bignum arguments, will fix later. | 2007-11-04 23:01:41 -05:00 | 
				
					
						|  Abdulaziz Ghuloum | 658e441d6c | * Fixed implementation of record-constructor in (rnrs records procedural) | 2007-10-23 00:28:21 -04:00 | 
				
					
						|  Abdulaziz Ghuloum | fdb664b61c | renamed: src/scheme => scheme | 2007-10-17 20:07:10 -04:00 |