38a1f92abd 
								
							 
						 
						
							
							
								
								add callcc nitro.  
							
							
							
						 
						
							2014-09-20 20:31:42 +09:00  
				
					
						
							
							
								 
						
							
								851da542b0 
								
							 
						 
						
							
							
								
								Merge branch 'escape-continuation'  
							
							
							
						 
						
							2014-09-20 20:30:14 +09:00  
				
					
						
							
							
								 
						
							
								de1b771326 
								
							 
						 
						
							
							
								
								remove pic_callcc  
							
							
							
						 
						
							2014-09-20 20:26:07 +09:00  
				
					
						
							
							
								 
						
							
								95cf997b9f 
								
							 
						 
						
							
							
								
								Fix exact-integer-sqrt.  
							
							... 
							
							
							
							Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> 
							
						 
						
							2014-09-20 20:12:15 +09:00  
				
					
						
							
							
								 
						
							
								36394c8ebb 
								
							 
						 
						
							
							
								
								fix link  
							
							
							
						 
						
							2014-09-20 17:04:53 +09:00  
				
					
						
							
							
								 
						
							
								7a0890fbd7 
								
							 
						 
						
							
							
								
								move docs to contribs  
							
							
							
						 
						
							2014-09-20 17:04:19 +09:00  
				
					
						
							
							
								 
						
							
								738618b925 
								
							 
						 
						
							
							
								
								Merge branch 'master' into doc  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt 
							
						 
						
							2014-09-20 17:00:57 +09:00  
				
					
						
							
							
								 
						
							
								2dd48b4dc0 
								
							 
						 
						
							
							
								
								add pic_escape  
							
							
							
						 
						
							2014-09-20 16:52:50 +09:00  
				
					
						
							
							
								 
						
							
								0a4ea0704d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:picrin-scheme/picrin  
							
							
							
						 
						
							2014-09-20 16:31:30 +09:00  
				
					
						
							
							
								 
						
							
								90542fad8b 
								
							 
						 
						
							
							
								
								(ref  #215 ) fix libedit include pathes  
							
							
							
						 
						
							2014-09-20 16:30:26 +09:00  
				
					
						
							
							
								 
						
							
								d90d91e454 
								
							 
						 
						
							
							
								
								fix library precedence  
							
							
							
						 
						
							2014-09-20 12:29:16 +09:00  
				
					
						
							
							
								 
						
							
								912d1237bc 
								
							 
						 
						
							
							
								
								resolve interreference between (picrin user) and (scheme *)  
							
							
							
						 
						
							2014-09-20 12:23:52 +09:00  
				
					
						
							
							
								 
						
							
								527217e94a 
								
							 
						 
						
							
							
								
								s/scheme/r7rs/g  
							
							
							
						 
						
							2014-09-20 12:22:43 +09:00  
				
					
						
							
							
								 
						
							
								b54818b5d9 
								
							 
						 
						
							
							
								
								spill out r7rs nitro  
							
							
							
						 
						
							2014-09-20 12:21:22 +09:00  
				
					
						
							
							
								 
						
							
								260f993d87 
								
							 
						 
						
							
							
								
								mkdir srfi  
							
							
							
						 
						
							2014-09-20 12:08:36 +09:00  
				
					
						
							
							
								 
						
							
								42a8fe555f 
								
							 
						 
						
							
							
								
								move srfis to contrib/  
							
							
							
						 
						
							2014-09-20 11:54:53 +09:00  
				
					
						
							
							
								 
						
							
								8f7a0d9e45 
								
							 
						 
						
							
							
								
								update benz  
							
							
							
						 
						
							2014-09-20 11:50:07 +09:00  
				
					
						
							
							
								 
						
							
								1d7669a5d4 
								
							 
						 
						
							
							
								
								update xhash  
							
							
							
						 
						
							2014-09-20 11:47:05 +09:00  
				
					
						
							
							
								 
						
							
								b212e278a0 
								
							 
						 
						
							
							
								
								Merge pull request  #42  from omasanori/clang  
							
							... 
							
							
							
							Fix a name of compiler identifier macro for Clang. 
							
						 
						
							2014-09-20 10:24:44 +09:00  
				
					
						
							
							
								 
						
							
								15ad9d05ac 
								
							 
						 
						
							
							
								
								Fix a name of compiler identifier macro for Clang.  
							
							... 
							
							
							
							Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> 
							
						 
						
							2014-09-19 23:52:32 +09:00  
				
					
						
							
							
								 
						
							
								6c8b74b612 
								
							 
						 
						
							
							
								
								Merge pull request  #41  from omasanori/miscompare  
							
							... 
							
							
							
							Fix a bug due to the operator precedence of C. 
							
						 
						
							2014-09-19 21:00:31 +09:00  
				
					
						
							
							
								 
						
							
								6a784897a4 
								
							 
						 
						
							
							
								
								Fix a bug due to the operator precedence of C.  
							
							... 
							
							
							
							The expression ```! pic_length(pic, spec) == 3``` is treated as ```(!
pic_length(pic, spec)) == 3``` since ! has higher precedence than ==.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> 
							
						 
						
							2014-09-19 18:28:55 +09:00  
				
					
						
							
							
								 
						
							
								9b226afd1f 
								
							 
						 
						
							
							
								
								move {vector,string}-{map,for-each}  
							
							
							
						 
						
							2014-09-19 18:21:28 +09:00  
				
					
						
							
							
								 
						
							
								0c67a4b77f 
								
							 
						 
						
							
							
								
								implement vector-map, vector-for-each, string-map, string-for-each  
							
							
							
						 
						
							2014-09-19 18:16:28 +09:00  
				
					
						
							
							
								 
						
							
								1ff327b11f 
								
							 
						 
						
							
							
								
								update xfile.h.  close   #40  
							
							
							
						 
						
							2014-09-19 17:47:55 +09:00  
				
					
						
							
							
								 
						
							
								d8cbcde157 
								
							 
						 
						
							
							
								
								improve error handling mechanism  
							
							
							
						 
						
							2014-09-19 17:15:27 +09:00  
				
					
						
							
							
								 
						
							
								c425815313 
								
							 
						 
						
							
							
								
								print backtrace to stderr  
							
							
							
						 
						
							2014-09-19 17:11:59 +09:00  
				
					
						
							
							
								 
						
							
								abc86efc55 
								
							 
						 
						
							
							
								
								Merge pull request  #216  from KeenS/min-max-exactness  
							
							... 
							
							
							
							let `min` and `max` preserve exactness 
							
						 
						
							2014-09-18 23:56:09 +09:00  
				
					
						
							
							
								 
						
							
								489535e156 
								
							 
						 
						
							
							
								
								let `min` and `max` preserve exactness  
							
							
							
						 
						
							2014-09-18 23:26:07 +09:00  
				
					
						
							
							
								 
						
							
								3aa3669723 
								
							 
						 
						
							
							
								
								republish dynamic wind functions  
							
							
							
						 
						
							2014-09-18 22:33:20 +09:00  
				
					
						
							
							
								 
						
							
								6b1be61596 
								
							 
						 
						
							
							
								
								spill out continuation type to extra data type family  
							
							
							
						 
						
							2014-09-18 22:25:06 +09:00  
				
					
						
							
							
								 
						
							
								17602a5c8d 
								
							 
						 
						
							
							
								
								unpublish pic_wind  
							
							
							
						 
						
							2014-09-18 19:26:58 +09:00  
				
					
						
							
							
								 
						
							
								7e3d33d86c 
								
							 
						 
						
							
							
								
								Merge branch 'exception-handling-and-dynamic-wind'  
							
							
							
						 
						
							2014-09-18 14:56:33 +09:00  
				
					
						
							
							
								 
						
							
								7a8144bbf7 
								
							 
						 
						
							
							
								
								cosmetic change  
							
							
							
						 
						
							2014-09-18 14:50:58 +09:00  
				
					
						
							
							
								 
						
							
								978c51bb26 
								
							 
						 
						
							
							
								
								compact struct pic_jmpbuf  
							
							
							
						 
						
							2014-09-18 14:50:01 +09:00  
				
					
						
							
							
								 
						
							
								b0b1b77c65 
								
							 
						 
						
							
							
								
								[bugfix] don't refer to env storage when accessing non-captured variable  
							
							
							
						 
						
							2014-09-18 14:14:09 +09:00  
				
					
						
							
							
								 
						
							
								46c1d0f2a7 
								
							 
						 
						
							
							
								
								use call/cc in exception handler implementation  
							
							
							
						 
						
							2014-09-18 14:12:18 +09:00  
				
					
						
							
							
								 
						
							
								6a8a7d93e7 
								
							 
						 
						
							
							
								
								use raise-continuable in raise procedure  
							
							
							
						 
						
							2014-09-17 22:34:51 +09:00  
				
					
						
							
							
								 
						
							
								de92aab194 
								
							 
						 
						
							
							
								
								with-exception-handler don't need to catch the continuation!  
							
							
							
						 
						
							2014-09-17 22:21:31 +09:00  
				
					
						
							
							
								 
						
							
								d33d0eee85 
								
							 
						 
						
							
							
								
								inline pic_try/pic_catch in with_exception_handler  
							
							
							
						 
						
							2014-09-17 22:13:00 +09:00  
				
					
						
							
							
								 
						
							
								a17e79a160 
								
							 
						 
						
							
							
								
								add pic_raise_continuable  
							
							
							
						 
						
							2014-09-17 21:58:51 +09:00  
				
					
						
							
							
								 
						
							
								836c607979 
								
							 
						 
						
							
							
								
								s/walk_to_block/pic_wind/g  
							
							
							
						 
						
							2014-09-17 15:26:42 +09:00  
				
					
						
							
							
								 
						
							
								b4c3f4fb73 
								
							 
						 
						
							
							
								
								pic_block -> pic_winder  
							
							
							
						 
						
							2014-09-17 15:09:15 +09:00  
				
					
						
							
							
								 
						
							
								f0ed3b655a 
								
							 
						 
						
							
							
								
								custom marker  
							
							
							
						 
						
							2014-09-17 13:00:51 +09:00  
				
					
						
							
							
								 
						
							
								06971a1144 
								
							 
						 
						
							
							
								
								Merge branch 'custom-marker'  
							
							
							
						 
						
							2014-09-17 12:57:56 +09:00  
				
					
						
							
							
								 
						
							
								7ebaaf7465 
								
							 
						 
						
							
							
								
								remove features section  
							
							
							
						 
						
							2014-09-17 11:20:28 +09:00  
				
					
						
							
							
								 
						
							
								de854c0d47 
								
							 
						 
						
							
							
								
								add "more example"  
							
							
							
						 
						
							2014-09-17 04:00:17 +09:00  
				
					
						
							
							
								 
						
							
								e7c9b15d1f 
								
							 
						 
						
							
							
								
								import (picrin base) to (picrin user) by default  
							
							
							
						 
						
							2014-09-17 04:00:03 +09:00  
				
					
						
							
							
								 
						
							
								dbbc2c1a25 
								
							 
						 
						
							
							
								
								inline pic_car and pic_cdr  
							
							
							
						 
						
							2014-09-17 01:07:25 +09:00  
				
					
						
							
							
								 
						
							
								565ee431af 
								
							 
						 
						
							
							
								
								s/pic_abort/pic_panic/g  
							
							
							
						 
						
							2014-09-17 01:02:27 +09:00