b9085e15da 
								
							 
						 
						
							
							
								
								- more work on trig functions  
							
							... 
							
							
							
							- mkstx now checks that double wraps are not merged incorrectly 
							
						 
						
							2008-08-12 01:17:04 -07:00  
				
					
						
							
							
								 
						
							
								476a0cb6d8 
								
							 
						 
						
							
							
								
								fixed small bug in rationalize  
							
							
							
						 
						
							2008-08-11 13:38:28 -07:00  
				
					
						
							
							
								 
						
							
								c64fda7619 
								
							 
						 
						
							
							
								
								fixed a few problems in geometric functions when they are passed  
							
							... 
							
							
							
							complex numbers or when they're passed real numbers but the results
are complex. 
							
						 
						
							2008-08-11 10:37:05 -07:00  
				
					
						
							
							
								 
						
							
								e58c53cca5 
								
							 
						 
						
							
							
								
								symbols containing unicode characters now print properly and respect  
							
							... 
							
							
							
							the print-unicode parameter. 
							
						 
						
							2008-08-10 11:50:39 -07:00  
				
					
						
							
							
								 
						
							
								fdca9ed33f 
								
							 
						 
						
							
							
								
								command line arguments are now interpreted as utf8 strings.  
							
							
							
						 
						
							2008-08-10 11:33:10 -07:00  
				
					
						
							
							
								 
						
							
								2ad6d9bddf 
								
							 
						 
						
							
							
								
								strings containing non-ascii characters are written using either  
							
							... 
							
							
							
							hex escaping or as-is depending on the value of the print-unicode
parameter. 
							
						 
						
							2008-08-10 11:03:09 -07:00  
				
					
						
							
							
								 
						
							
								22d216f9ed 
								
							 
						 
						
							
							
								
								- fixed a problem with loading an empty file.  
							
							... 
							
							
							
							- added ikarus.reader.annotated.ss to Makefile.am. 
							
						 
						
							2008-08-10 10:46:24 -07:00  
				
					
						
							
							
								 
						
							
								16284e6545 
								
							 
						 
						
							
							
								
								fixed a bug that might cause ikarus to crash in directory-list.  
							
							
							
						 
						
							2008-08-10 10:37:39 -07:00  
				
					
						
							
							
								 
						
							
								7bacb4a0a5 
								
							 
						 
						
							
							
								
								Added string-downcase and string-upcase.  String-downcase does not  
							
							... 
							
							
							
							handle greek-final-sigma properly. 
							
						 
						
							2008-08-09 07:12:22 -07:00  
				
					
						
							
							
								 
						
							
								e24356eb4a 
								
							 
						 
						
							
							
								
								scheme-script is now its own program; it does not fork and exec  
							
							... 
							
							
							
							ikarus, and therefore does not interfere with ikarus's command line
parsing. 
							
						 
						
							2008-08-09 05:47:44 -07:00  
				
					
						
							
							
								 
						
							
								c5930ac113 
								
							 
						 
						
							
							
								
								exported enum-set?.  
							
							
							
						 
						
							2008-08-08 08:29:18 -07:00  
				
					
						
							
							
								 
						
							
								b7d9c0cf1f 
								
							 
						 
						
							
							
								
								- added two argument version of log  
							
							... 
							
							
							
							- handled (/ flonum complexnum) 
							
						 
						
							2008-08-08 08:21:23 -07:00  
				
					
						
							
							
								 
						
							
								53cc48d23c 
								
							 
						 
						
							
							
								
								fxsll was missing an interrupt call.  
							
							
							
						 
						
							2008-08-07 15:02:53 -07:00  
				
					
						
							
							
								 
						
							
								9eead5327a 
								
							 
						 
						
							
							
								
								Added bitwise-if and bitwise-copy-bit-field (inefficiently)  
							
							
							
						 
						
							2008-08-04 23:43:11 -07:00  
				
					
						
							
							
								 
						
							
								e1215998e0 
								
							 
						 
						
							
							
								
								quick fix for incorrect reading of subsequent* characters in a  
							
							... 
							
							
							
							symbol. 
							
						 
						
							2008-08-04 23:19:55 -07:00  
				
					
						
							
							
								 
						
							
								2b4e89bcf0 
								
							 
						 
						
							
							
								
								- fixed a minor import subversion bug.  
							
							... 
							
							
							
							- added 2-argument version of fllog. 
							
						 
						
							2008-08-04 16:44:24 -07:00  
				
					
						
							
							
								 
						
							
								d778dcc2dd 
								
							 
						 
						
							
							
								
								Modified Makefile.am so that the pdf is not rebuilt automatically.  
							
							
							
						 
						
							2008-08-04 08:30:46 -07:00  
				
					
						
							
							
								 
						
							
								a9fb7b0fef 
								
							 
						 
						
							
							
								
								fixed small bug in enum-universe.  
							
							
							
						 
						
							2008-08-03 14:18:11 -07:00  
				
					
						
							
							
								 
						
							
								c5381d4cb3 
								
							 
						 
						
							
							
								
								Applied a patch fixing error when the standard input/output ports  
							
							... 
							
							
							
							are closed before the interactive session terminates. 
							
						 
						
							2008-08-03 13:50:20 -07:00  
				
					
						
							
							
								 
						
							
								6d52912aef 
								
							 
						 
						
							
							
								
								reimplemented enums to use bitmaps instead of lists.  
							
							
							
						 
						
							2008-08-03 12:52:33 -07:00  
				
					
						
							
							
								 
						
							
								0da4e99a12 
								
							 
						 
						
							
							
								
								simplified when, unless, and case macros and added better handler  
							
							... 
							
							
							
							for (if (not e) e e). 
							
						 
						
							2008-08-02 11:09:22 -07:00  
				
					
						
							
							
								 
						
							
								39e84d1395 
								
							 
						 
						
							
							
								
								simplified parameterize macro.  
							
							
							
						 
						
							2008-08-02 10:11:04 -07:00  
				
					
						
							
							
								 
						
							
								9b74020647 
								
							 
						 
						
							
							
								
								fixed a bug in fasl reader for shared/cyclic data structures.  
							
							
							
						 
						
							2008-07-30 17:28:33 -07:00  
				
					
						
							
							
								 
						
							
								f2d6f433bb 
								
							 
						 
						
							
							
								
								fixed shift-left bug on bignums in 64-bit mode only  
							
							
							
						 
						
							2008-07-30 08:17:20 -07:00  
				
					
						
							
							
								 
						
							
								f144722b36 
								
							 
						 
						
							
							
								
								bumped the number of registers available on AMD64 by 4.  
							
							
							
						 
						
							2008-07-30 07:47:22 -07:00  
				
					
						
							
							
								 
						
							
								959082d12d 
								
							 
						 
						
							
							
								
								assert now gives source information when available.  
							
							
							
						 
						
							2008-07-29 11:04:52 -07:00  
				
					
						
							
							
								 
						
							
								5aa6e1b05e 
								
							 
						 
						
							
							
								
								some work on parsing polar notation.  
							
							
							
						 
						
							2008-07-29 08:35:36 -07:00  
				
					
						
							
							
								 
						
							
								c0a1abace1 
								
							 
						 
						
							
							
								
								Added &undefined condition to unbound error conditions.  
							
							
							
						 
						
							2008-07-29 07:54:06 -07:00  
				
					
						
							
							
								 
						
							
								d84dd99061 
								
							 
						 
						
							
							
								
								added fxrotate-bit-field  
							
							
							
						 
						
							2008-07-27 10:53:31 -07:00  
				
					
						
							
							
								 
						
							
								282fa962a8 
								
							 
						 
						
							
							
								
								fixed div0-and-mod0 bug  
							
							
							
						 
						
							2008-07-26 15:08:13 -07:00  
				
					
						
							
							
								 
						
							
								4ee88498a9 
								
							 
						 
						
							
							
								
								fixes quasisyntax bugs, making them more conforming to the r6rs test  
							
							... 
							
							
							
							suite. 
							
						 
						
							2008-07-26 14:11:22 -07:00  
				
					
						
							
							
								 
						
							
								b3d8a8f9fd 
								
							 
						 
						
							
							
								
								sqrt now supports negative arguments properly.  
							
							
							
						 
						
							2008-07-26 12:39:11 -07:00  
				
					
						
							
							
								 
						
							
								3b80d4f321 
								
							 
						 
						
							
							
								
								fixed a bug in quotient and div when given (least-fixnum) and -1.  
							
							
							
						 
						
							2008-07-26 12:28:51 -07:00  
				
					
						
							
							
								 
						
							
								4909a9ef08 
								
							 
						 
						
							
							
								
								fixed make-rectangular so that (make-rectangular 1.0 0.0) returns  
							
							... 
							
							
							
							a cflonum 1.0+0.0i while (make-rectangular 1.0 0) returns 1.0. 
							
						 
						
							2008-07-25 17:46:34 -07:00  
				
					
						
							
							
								 
						
							
								f332927d23 
								
							 
						 
						
							
							
								
								kinda fixes a port-position computation bug for custom binary ports.  
							
							
							
						 
						
							2008-07-24 22:30:21 -07:00  
				
					
						
							
							
								 
						
							
								7db56cf76e 
								
							 
						 
						
							
							
								
								- bytevector-ieee-[single|double]-[ref|set!] now accept unaligned  
							
							... 
							
							
							
							indices (r6rs requirement).
- file-options are now represented as enum-sets (r6rs requirement)
- odd?, even?, lcm, remainder, etc., now accept inexact integers. 
							
						 
						
							2008-07-24 18:58:53 -07:00  
				
					
						
							
							
								 
						
							
								9085b79b64 
								
							 
						 
						
							
							
								
								fixed some r6rs bitwise bugs.  
							
							
							
						 
						
							2008-07-24 00:06:12 -07:00  
				
					
						
							
							
								 
						
							
								0305537374 
								
							 
						 
						
							
							
								
								get-u8 and lookahead-u8 did not update the port position properly.  
							
							... 
							
							
							
							Fixed. 
							
						 
						
							2008-07-23 11:15:44 -07:00  
				
					
						
							
							
								 
						
							
								9f623124d5 
								
							 
						 
						
							
							
								
								symbol=? and boolean=? now accept 2+ args.  
							
							
							
						 
						
							2008-07-23 07:55:32 -07:00  
				
					
						
							
							
								 
						
							
								acc9940379 
								
							 
						 
						
							
							
								
								fixed gc bug in 64-bit mode along with another 64-bit bug in the  
							
							... 
							
							
							
							assembler when addressing using special %eax/%rax instructions. 
							
						 
						
							2008-07-21 22:07:31 -07:00  
				
					
						
							
							
								 
						
							
								358eee03ee 
								
							 
						 
						
							
							
								
								Added a 64-bit bootfile and modified the configure script to not add  
							
							... 
							
							
							
							its own -m32 or -m64 flags.  To built ikarus in 32-bit mode, one can
do:  
  ./configure CFLAGS=-m32
and in 64-bit mode:
  ./configure CFLAGS=-m64 
							
						 
						
							2008-07-20 14:09:04 -07:00  
				
					
						
							
							
								 
						
							
								59b9d28001 
								
							 
						 
						
							
							
								
								guard expressions now re-raise unhandled conditions using  
							
							... 
							
							
							
							raise-continuable (as per the R6RS errata page, part 7.1) 
							
						 
						
							2008-07-20 02:51:14 -07:00  
				
					
						
							
							
								 
						
							
								78d9fa1f42 
								
							 
						 
						
							
							
								
								In 64-bit, ikarus now passes all tests, can recompile itself,  
							
							... 
							
							
							
							and runs all benchmarks (inefficiently but correctly). 
							
						 
						
							2008-07-20 00:14:09 -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  
				
					
						
							
							
								 
						
							
								01c4afa320 
								
							 
						 
						
							
							
								
								Major work towards the AMD64 port.  Most important of which is that  
							
							... 
							
							
							
							continuations work, more assembly instructions are testing in 64-bit
mode, and some arithmetic operations (shift-right, etc.) have been
fixed by removing some 32-bit dependencies. 
							
						 
						
							2008-07-18 01:35:13 -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  
				
					
						
							
							
								 
						
							
								2a49d5c538 
								
							 
						 
						
							
							
								
								Added "angle".  
							
							
							
						 
						
							2008-07-14 22:43:19 -07:00  
				
					
						
							
							
								 
						
							
								a9657c4642 
								
							 
						 
						
							
							
								
								define-record-type now understands parent-rtd (used to ignore it).  
							
							
							
						 
						
							2008-07-13 11:25:46 -07:00