20cb77bbbe 
								
							 
						 
						
							
							
								
								file.h is now stdio.h-free  
							
							
							
						 
						
							2015-06-19 05:14:18 +09:00  
				
					
						
							
							
								 
						
							
								a0d6c5800c 
								
							 
						 
						
							
							
								
								add pic_open_file  
							
							
							
						 
						
							2015-06-19 05:00:36 +09:00  
				
					
						
							
							
								 
						
							
								4bc765da65 
								
							 
						 
						
							
							
								
								move include of gc.h  
							
							
							
						 
						
							2015-06-19 03:27:03 +09:00  
				
					
						
							
							
								 
						
							
								19c09ba643 
								
							 
						 
						
							
							
								
								move contents of util.h to compat.h  
							
							
							
						 
						
							2015-06-19 03:23:07 +09:00  
				
					
						
							
							
								 
						
							
								10f81512d8 
								
							 
						 
						
							
							
								
								don't malloc pic_reader  
							
							
							
						 
						
							2015-06-19 03:14:55 +09:00  
				
					
						
							
							
								 
						
							
								db0767c931 
								
							 
						 
						
							
							
								
								don't malloc pic->iseq  
							
							
							
						 
						
							2015-06-19 03:10:11 +09:00  
				
					
						
							
							
								 
						
							
								78bd3047f8 
								
							 
						 
						
							
							
								
								don't use global mutable variable!  
							
							
							
						 
						
							2015-06-19 03:06:57 +09:00  
				
					
						
							
							
								 
						
							
								e43a9c7881 
								
							 
						 
						
							
							
								
								pass pic_state object to vtable functions  
							
							
							
						 
						
							2015-06-19 02:29:17 +09:00  
				
					
						
							
							
								 
						
							
								3df7d1dd71 
								
							 
						 
						
							
							
								
								use pic_malloc and pic_free in file.c  
							
							
							
						 
						
							2015-06-19 02:05:56 +09:00  
				
					
						
							
							
								 
						
							
								2e59b6ab04 
								
							 
						 
						
							
							
								
								rename xfile.[ch] to file.[ch]  
							
							
							
						 
						
							2015-06-19 01:11:04 +09:00  
				
					
						
							
							
								 
						
							
								0b66447e79 
								
							 
						 
						
							
							
								
								remove port->status property  
							
							
							
						 
						
							2015-06-18 23:26:31 +09:00  
				
					
						
							
							
								 
						
							
								b4c3e2cc4f 
								
							 
						 
						
							
							
								
								small refactoring. use DEFINE_STANDARD_PORT_ACCESSOR macro to define pic_stdxx  
							
							
							
						 
						
							2015-06-18 23:15:09 +09:00  
				
					
						
							
							
								 
						
							
								61ff69b968 
								
							 
						 
						
							
							
								
								remove pic->xSTDXX  
							
							
							
						 
						
							2015-06-18 22:59:22 +09:00  
				
					
						
							
							
								 
						
							
								1d1210db09 
								
							 
						 
						
							
							
								
								cleanup lib.c  
							
							
							
						 
						
							2015-06-17 01:52:20 +09:00  
				
					
						
							
							
								 
						
							
								eef74604d0 
								
							 
						 
						
							
							
								
								add library operators  
							
							
							
						 
						
							2015-06-16 22:51:05 +09:00  
				
					
						
							
							
								 
						
							
								cf66d600bb 
								
							 
						 
						
							
							
								
								move macroexpander to codegen.c  
							
							
							
						 
						
							2015-06-16 21:01:46 +09:00  
				
					
						
							
							
								 
						
							
								85e8d1511b 
								
							 
						 
						
							
							
								
								remove defer property from pic_env  
							
							... 
							
							
							
							explicitly pass deferred lambda list to expand functions 
							
						 
						
							2015-06-16 20:57:18 +09:00  
				
					
						
							
							
								 
						
							
								2e5b66fabd 
								
							 
						 
						
							
							
								
								s/macroexpand/expand/g  
							
							
							
						 
						
							2015-06-16 20:27:58 +09:00  
				
					
						
							
							
								 
						
							
								84a3eaee35 
								
							 
						 
						
							
							
								
								change eval interface: eval takes an expression and an environment  
							
							... 
							
							
							
							macroexpand should be done in the context in which the expansion is
running. As of now I only changed c interface of eval but should change
the scheme interface as well ASAP. 
							
						 
						
							2015-06-16 19:16:06 +09:00  
				
					
						
							
							
								 
						
							
								181d120f09 
								
							 
						 
						
							
							
								
								reader support of (#' #` #, #,@)  
							
							
							
						 
						
							2015-06-15 02:52:37 +09:00  
				
					
						
							
							
								 
						
							
								3a59a95960 
								
							 
						 
						
							
							
								
								[WIP] replace macro expander  
							
							... 
							
							
							
							remove define-syntax, add define-macro instead
saner display when writing identifiers 
							
						 
						
							2015-06-15 02:48:31 +09:00  
				
					
						
							
							
								 
						
							
								454146ab52 
								
							 
						 
						
							
							
								
								s/rXXX/uXXX/g  
							
							
							
						 
						
							2015-06-15 02:30:05 +09:00  
				
					
						
							
							
								 
						
							
								2816f206fb 
								
							 
						 
						
							
							
								
								Define GCC_VERSION in util.h temporarily.  
							
							... 
							
							
							
							Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> 
							
						 
						
							2015-06-12 18:59:59 +09:00  
				
					
						
							
							
								 
						
							
								191d3067f8 
								
							 
						 
						
							
							
								
								Revert "Revert "remove in-library""  
							
							... 
							
							
							
							This reverts commit 77d3b0b41e 
							
						 
						
							2015-06-09 23:02:06 +09:00  
				
					
						
							
							
								 
						
							
								98857c0726 
								
							 
						 
						
							
							
								
								change pic_find_rename interface  
							
							
							
						 
						
							2015-06-09 22:26:21 +09:00  
				
					
						
							
							
								 
						
							
								6af9a3ee7d 
								
							 
						 
						
							
							
								
								remove pic_warn  
							
							
							
						 
						
							2015-06-09 22:13:46 +09:00  
				
					
						
							
							
								 
						
							
								30cbdd5c4f 
								
							 
						 
						
							
							
								
								cleanup macro.h  
							
							
							
						 
						
							2015-06-09 20:20:56 +09:00  
				
					
						
							
							
								 
						
							
								6af60c9e2b 
								
							 
						 
						
							
							
								
								don't use static non-const local variable  
							
							
							
						 
						
							2015-06-09 19:19:27 +09:00  
				
					
						
							
							
								 
						
							
								b983c77767 
								
							 
						 
						
							
							
								
								use registries for parameter table  
							
							
							
						 
						
							2015-06-09 18:36:39 +09:00  
				
					
						
							
							
								 
						
							
								111779c39e 
								
							 
						 
						
							
							
								
								add pic_reg  
							
							
							
						 
						
							2015-06-09 18:31:46 +09:00  
				
					
						
							
							
								 
						
							
								5185a73cd2 
								
							 
						 
						
							
							
								
								replace none with undef  
							
							
							
						 
						
							2015-06-09 16:34:45 +09:00  
				
					
						
							
							
								 
						
							
								2c9a19acf5 
								
							 
						 
						
							
							
								
								introduce pic_invalid_value  
							
							
							
						 
						
							2015-06-09 16:02:23 +09:00  
				
					
						
							
							
								 
						
							
								53a9e72413 
								
							 
						 
						
							
							
								
								optimize var implementation  
							
							
							
						 
						
							2015-06-08 22:28:17 +09:00  
				
					
						
							
							
								 
						
							
								5def1df320 
								
							 
						 
						
							
							
								
								s/pic_winder/pic_checkpoint/g  
							
							
							
						 
						
							2015-06-08 21:04:04 +09:00  
				
					
						
							
							
								 
						
							
								77d3b0b41e 
								
							 
						 
						
							
							
								
								Revert "remove in-library"  
							
							... 
							
							
							
							This reverts commit 8604e18719 
							
						 
						
							2015-06-06 13:48:31 +09:00  
				
					
						
							
							
								 
						
							
								8604e18719 
								
							 
						 
						
							
							
								
								remove in-library  
							
							
							
						 
						
							2015-06-04 14:17:37 +09:00  
				
					
						
							
							
								 
						
							
								531187bb2a 
								
							 
						 
						
							
							
								
								speed up bytecode compilation  
							
							
							
						 
						
							2015-06-04 13:53:41 +09:00  
				
					
						
							
							
								 
						
							
								72baa9a52d 
								
							 
						 
						
							
							
								
								remove pic_throw function  
							
							
							
						 
						
							2015-06-04 13:23:20 +09:00  
				
					
						
							
							
								 
						
							
								34b6585287 
								
							 
						 
						
							
							
								
								cleanup  
							
							
							
						 
						
							2015-06-02 07:57:52 +09:00  
				
					
						
							
							
								 
						
							
								fc957da920 
								
							 
						 
						
							
							
								
								add 'env' property to struct pic_proc  
							
							... 
							
							
							
							Using attribute to make closure from c function is unsafe because closed
variables are visible from the scheme world. Use env property instead
from now. 
							
						 
						
							2015-06-02 06:53:16 +09:00  
				
					
						
							
							
								 
						
							
								ce0c737c95 
								
							 
						 
						
							
							
								
								cleanup  
							
							
							
						 
						
							2015-06-02 06:53:16 +09:00  
				
					
						
							
							
								 
						
							
								88092044d7 
								
							 
						 
						
							
							
								
								shrink pic_proc size  
							
							
							
						 
						
							2015-06-02 06:53:16 +09:00  
				
					
						
							
							
								 
						
							
								5df4e4f64e 
								
							 
						 
						
							
							
								
								rename functions related to continuation  
							
							
							
						 
						
							2015-06-02 06:18:09 +09:00  
				
					
						
							
							
								 
						
							
								dbcd81c8c1 
								
							 
						 
						
							
							
								
								[bugfix] calling dead escape continuation causes segv  
							
							
							
						 
						
							2015-06-02 06:01:16 +09:00  
				
					
						
							
							
								 
						
							
								1e3bb6f1bb 
								
							 
						 
						
							
							
								
								cleanup pic_push_try  
							
							
							
						 
						
							2015-06-02 05:14:43 +09:00  
				
					
						
							
							
								 
						
							
								7b26e6cefe 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:picrin-scheme/picrin  
							
							
							
						 
						
							2015-05-31 14:25:22 +09:00  
				
					
						
							
							
								 
						
							
								15e61d8cd4 
								
							 
						 
						
							
							
								
								pic_open_library -> pic_make_library  
							
							
							
						 
						
							2015-05-31 00:25:40 +09:00  
				
					
						
							
							
								 
						
							
								221f089716 
								
							 
						 
						
							
							
								
								remove prototype declaration of function macro  
							
							
							
						 
						
							2015-05-30 23:45:54 +09:00  
				
					
						
							
							
								 
						
							
								599d8f5980 
								
							 
						 
						
							
							
								
								pic_senv -> pic_env  
							
							
							
						 
						
							2015-05-30 22:39:03 +09:00  
				
					
						
							
							
								 
						
							
								d0e10b49a7 
								
							 
						 
						
							
							
								
								pic_env -> pic_context  
							
							
							
						 
						
							2015-05-30 22:34:51 +09:00