Commit Graph

73 Commits

Author SHA1 Message Date
Yuichi Nishiwaki 1ff327b11f update xfile.h. close #40 2014-09-19 17:47:55 +09:00
Yuichi Nishiwaki 3aa3669723 republish dynamic wind functions 2014-09-18 22:33:20 +09:00
Yuichi Nishiwaki 6b1be61596 spill out continuation type to extra data type family 2014-09-18 22:25:06 +09:00
Yuichi Nishiwaki 17602a5c8d unpublish pic_wind 2014-09-18 19:26:58 +09:00
Yuichi Nishiwaki 7a8144bbf7 cosmetic change 2014-09-18 14:50:58 +09:00
Yuichi Nishiwaki 978c51bb26 compact struct pic_jmpbuf 2014-09-18 14:50:01 +09:00
Yuichi Nishiwaki 46c1d0f2a7 use call/cc in exception handler implementation 2014-09-18 14:12:18 +09:00
Yuichi Nishiwaki a17e79a160 add pic_raise_continuable 2014-09-17 21:58:51 +09:00
Yuichi Nishiwaki 836c607979 s/walk_to_block/pic_wind/g 2014-09-17 15:26:42 +09:00
Yuichi Nishiwaki b4c3f4fb73 pic_block -> pic_winder 2014-09-17 15:09:15 +09:00
Yuichi Nishiwaki 06971a1144 Merge branch 'custom-marker' 2014-09-17 12:57:56 +09:00
Yuichi Nishiwaki dbbc2c1a25 inline pic_car and pic_cdr 2014-09-17 01:07:25 +09:00
Yuichi Nishiwaki 565ee431af s/pic_abort/pic_panic/g 2014-09-17 01:02:27 +09:00
Yuichi Nishiwaki 061ddb58ee publish pic_make_error 2014-09-17 00:43:03 +09:00
Yuichi Nishiwaki 78a982fb41 refactor error object 2014-09-17 00:29:17 +09:00
Yuichi Nishiwaki 33efb3e950 remove pic_error 2014-09-16 23:43:15 +09:00
Yuichi Nishiwaki 1b36b5d2ff update xhash (orderd map) 2014-09-16 22:38:58 +09:00
Yuichi Nishiwaki eb261a293a add custom marker 2014-09-16 16:18:19 +09:00
Yuichi Nishiwaki 8729a98af7 more preinterned symbols 2014-09-16 15:02:47 +09:00
Yuichi Nishiwaki ec0e5439af pic_funcall should take a module for its argument 2014-09-16 00:29:19 +09:00
Yuichi Nishiwaki 7db18677ab add pic_define_noexport 2014-09-16 00:21:24 +09:00
Yuichi Nishiwaki 597e000000 remove pic_defined_p 2014-09-16 00:17:04 +09:00
Yuichi Nishiwaki 9c4d815864 add pic_defvar 2014-09-16 00:16:30 +09:00
Yuichi Nishiwaki 788ac686af refactor parameter. var data structure is no longer used 2014-09-15 15:38:38 +09:00
Yuichi Nishiwaki 8bbbbff9a2 add pic_defined_p 2014-09-15 15:09:29 +09:00
Yuichi Nishiwaki a615eace09 pic_var_push and pic_var_pop are private APIs 2014-09-15 12:52:47 +09:00
Yuichi Nishiwaki 48f0ec9095 dictionary is now a equal?-based hash table 2014-09-15 12:39:46 +09:00
Yuichi Nishiwaki 9f7bde294c change actual type of pic_sym 2014-09-14 19:17:23 +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 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 391b597dc6 pic_sym should be unsigned 2014-09-13 18:46:02 +09:00
Yuichi Nishiwaki 6bc702bd89 [bugfix] signedness of ret val from pic_int 2014-09-13 16:50:06 +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 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 edcc26466c more efficient impelementation of nan boxing 2014-09-12 13:50:23 +09:00
Yuichi Nishiwaki ff82e59066 support macroexpansion of inter-referential definitions 2014-09-10 14:42:36 +09:00
Yuichi Nishiwaki e6a2af0bf6 remove vec_extend_ip. close #9 2014-09-10 02:52:03 +09:00
Yuichi Nishiwaki 57fb1fc2fe initial import of cond-expand from @KeenS's patch 2014-09-10 01:48:20 +09:00
Yuichi Nishiwaki d0abe2d193 add pic->feature 2014-09-10 01:41:10 +09:00
Yuichi Nishiwaki a0687e29e0 update xfile 2014-09-09 14:46:56 +09:00
Yuichi Nishiwaki ce1d5c0653 Revert "immutable string"
This reverts commit e56f2dce28.
2014-09-09 01:12:52 +09:00