|  Yuichi Nishiwaki | 0ae0618edf | move debug prints in the VM | 2014-09-14 22:59:29 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 9f7bde294c | change actual type of pic_sym | 2014-09-14 19:17:23 +09:00 | 
				
					
						|  Yuichi Nishiwaki | a24748c49a | huge improvement of README | 2014-09-14 18:44:33 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 2d8535ae6a | move pic_std* prototypes to picrin.h | 2014-09-14 18:16:02 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 0fe6e3dc7b | add pic_import_library | 2014-09-14 18:14:23 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 78b3cb8c6e | avoid import error not propagated to the toplevel | 2014-09-14 18:06:36 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 0c8d5aa33c | eliminate uses of '__' | 2014-09-14 17:54:53 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 09e56c2c35 | upgrade xvect.h | 2014-09-14 01:08:37 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 83012f55a0 | add readthedocs badge | 2014-09-13 22:13:47 +09:00 | 
				
					
						|  Yuichi Nishiwaki | b9707debaf | update benz | 2014-09-13 18:55:16 +09:00 | 
				
					
						|  Yuichi Nishiwaki | b20a97ed9f | move map/for-each to pair.c | 2014-09-13 18:51:20 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 391b597dc6 | pic_sym should be unsigned | 2014-09-13 18:46:02 +09:00 | 
				
					
						|  Yuichi Nishiwaki | c82c23b93d | dictionary-delete -> dictionary-delete! | 2014-09-13 16:54:41 +09:00 | 
				
					
						|  Yuichi Nishiwaki | ec49028618 | dictionary-delete -> dictionary-delete! | 2014-09-13 16:54:01 +09:00 | 
				
					
						|  Yuichi Nishiwaki | ecdc6ffd66 | update benz (dictionary-api) | 2014-09-13 16:52:42 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 6bc702bd89 | [bugfix] signedness of ret val from pic_int | 2014-09-13 16:50:06 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 2bf2222519 | Merge branch 'dictionary-api' | 2014-09-13 16:47:20 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 8ed3c835ea | add dictionary conversion functions | 2014-09-13 16:44:27 +09:00 | 
				
					
						|  Yuichi Nishiwaki | e60841a879 | add dictionary-map | 2014-09-13 16:22:22 +09:00 | 
				
					
						|  Yuichi Nishiwaki | d882b5fb24 | add dictionary-for-each | 2014-09-13 16:14:33 +09:00 | 
				
					
						|  Yuichi Nishiwaki | d2ad6e3111 | update docs | 2014-09-13 16:03:58 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 22a04a59a2 | update benz (conversion functions) | 2014-09-12 21:21:29 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 0f2a172ffc | add bytevector procedure | 2014-09-12 21:19:08 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 1b97362653 | add bytevector<->list | 2014-09-12 21:14:45 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 45d894d9f8 | add vector procedure | 2014-09-12 20:55:34 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 2ad517be84 | add vector<->string | 2014-09-12 20:51:36 +09:00 | 
				
					
						|  Yuichi Nishiwaki | da07f08248 | add string procedure | 2014-09-12 20:23:58 +09:00 | 
				
					
						|  Yuichi Nishiwaki | b84004770a | update benz (new->make) | 2014-09-12 20:02:41 +09:00 | 
				
					
						|  Yuichi Nishiwaki | a2f0d7f7ac | Merge branch 'new->make' | 2014-09-12 20:02:14 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 49f09b19bc | vec_new -> make_vec | 2014-09-12 19:55:32 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 642bd10fb3 | var_new -> make_var | 2014-09-12 19:54:21 +09:00 | 
				
					
						|  Yuichi Nishiwaki | df4bc3838b | str_new -> make_str | 2014-09-12 19:52:49 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 1d03b07862 | record_new -> make_record | 2014-09-12 19:49:58 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 46dec7bc7e | trie_new -> make_trie | 2014-09-12 19:49:00 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 1422840a84 | proc_new -> make_proc | 2014-09-12 19:46:54 +09:00 | 
				
					
						|  Yuichi Nishiwaki | d05a2a2da1 | senv_new -> make_senv | 2014-09-12 19:43:50 +09:00 | 
				
					
						|  Yuichi Nishiwaki | b5e429e3e2 | error_new -> make_error | 2014-09-12 19:42:09 +09:00 | 
				
					
						|  Yuichi Nishiwaki | a99fb41c63 | dict_new -> make_dict | 2014-09-12 19:41:20 +09:00 | 
				
					
						|  Yuichi Nishiwaki | d08e401481 | blob_new -> make_blob | 2014-09-12 19:36:24 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 8117a95b0d | update benz. define `include' in scheme/base.scm | 2014-09-12 18:54:12 +09:00 | 
				
					
						|  Yuichi Nishiwaki | e58f216b2d | remove include | 2014-09-12 18:52:32 +09:00 | 
				
					
						|  Yuichi Nishiwaki | f9e603f32b | unix and linux feature may coexist | 2014-09-12 17:36:28 +09:00 | 
				
					
						|  Yuichi Nishiwaki | edcc26466c | more efficient impelementation of nan boxing | 2014-09-12 13:50:23 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 04b3ac08bf | logo on the readme | 2014-09-12 00:19:54 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 1e3e5890ac | add another logo image | 2014-09-12 00:05:28 +09:00 | 
				
					
						|  Yuichi Nishiwaki | b250aae7b3 | add new logo | 2014-09-11 17:41:48 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 96609de180 | string conversion functions | 2014-09-10 20:10:09 +09:00 | 
				
					
						|  Yuichi Nishiwaki | c6b46ae2ac | string conversion functions | 2014-09-10 20:09:32 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 65a1b0f5af | update benz (features) | 2014-09-10 18:37:08 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 8f93ddd87b | add many many 'features' | 2014-09-10 18:36:53 +09:00 |