Yuichi Nishiwaki
|
574c8ce884
|
fix #335
|
2016-03-14 10:55:22 +09:00 |
Yuichi Nishiwaki
|
ca4fb058d1
|
remove pic->iseq
|
2016-03-01 03:14:18 +09:00 |
Yuichi Nishiwaki
|
73e38657ff
|
remove pic->native_stack_start
|
2016-02-24 16:32:24 +09:00 |
Yuichi Nishiwaki
|
e93536bf9a
|
struct pic_cont -> struct cont
|
2016-02-23 22:48:06 +09:00 |
Yuichi Nishiwaki
|
b3e9794385
|
remove pic->xp
|
2016-02-23 22:42:03 +09:00 |
Yuichi Nishiwaki
|
34331dad6f
|
[bugfix] make-parameter is broken
|
2016-02-23 20:50:26 +09:00 |
Yuichi Nishiwaki
|
608569e876
|
drop pic_ prefix of structs
|
2016-02-21 20:32:12 +09:00 |
Yuichi Nishiwaki
|
684eb6502d
|
pic_callinfo -> struct pic_callinfo, pic_code -> struct pic_code
|
2016-02-21 20:18:31 +09:00 |
Yuichi Nishiwaki
|
8dd423cdbc
|
add include/picrin/private dir
|
2016-02-21 01:37:40 +09:00 |
Yuichi Nishiwaki
|
317369a914
|
don't include picrin/state.h by default
|
2016-02-21 00:30:40 +09:00 |
Yuichi Nishiwaki
|
45879deafd
|
move the definiton of pic_checkpoint to object.h
|
2016-02-20 16:12:21 +09:00 |
Yuichi Nishiwaki
|
5254e80932
|
struct pic_proc * -> pic_value
|
2016-02-20 00:03:16 +09:00 |
Yuichi Nishiwaki
|
0d8a45191a
|
struct pic_data * -> pic_value
|
2016-02-19 23:30:47 +09:00 |
Yuichi Nishiwaki
|
9f53b39a04
|
don't use pic_vec and object.h in callcc.c
|
2016-02-19 19:25:16 +09:00 |
Yuichi Nishiwaki
|
b070d9c1dc
|
add pic_return
|
2016-02-19 17:38:49 +09:00 |
Yuichi Nishiwaki
|
00e98548d7
|
remove pair.h
|
2016-02-19 02:29:40 +09:00 |
Yuichi Nishiwaki
|
18b873f723
|
remove proc.h
|
2016-02-19 00:56:56 +09:00 |
Yuichi Nishiwaki
|
8979b65b0c
|
remove data.h
|
2016-02-19 00:50:13 +09:00 |
Yuichi Nishiwaki
|
ada84f48d6
|
add some object constructors/destructors
|
2016-02-18 23:49:16 +09:00 |
Yuichi Nishiwaki
|
615bdff61a
|
add pic_state parameter (to be used by copy gc)
|
2016-02-18 20:15:42 +09:00 |
Yuichi Nishiwaki
|
561c350a12
|
library is now a non-first-class object
|
2016-02-18 17:39:32 +09:00 |
Yuichi Nishiwaki
|
8610f5090d
|
change the behavior of pic_deflibrary
fix regression
|
2016-02-15 13:28:13 +09:00 |
Yuichi Nishiwaki
|
f70dd4d376
|
add pic_closure_ref, pic_closure_set, and pic_lambda
|
2016-02-14 22:23:14 +09:00 |
Yuichi Nishiwaki
|
8814469eac
|
pic_apply_trampoline -> pic_applyk
|
2016-02-14 17:14:33 +09:00 |
Yuichi Nishiwaki
|
e8a6f64dd5
|
remove pic_applyk
|
2016-02-14 13:46:55 +09:00 |
Yuichi Nishiwaki
|
fe994667fa
|
remove pic_get_proc and add "&" format for pic_get_args
|
2016-02-07 00:53:12 +09:00 |
Yuichi Nishiwaki
|
6f3083c3ca
|
never use size_t
|
2015-08-26 19:04:27 +09:00 |
Yuichi Nishiwaki
|
eec7d1754b
|
arena_idx is of size_t
|
2015-07-26 16:44:13 +09:00 |
Yuichi Nishiwaki
|
9365eb4c7f
|
no relloc on restore_cont
|
2015-07-26 16:39:34 +09:00 |
Yuichi Nishiwaki
|
25f80dc87d
|
don't cons in call-with-values
|
2015-07-04 18:01:30 +09:00 |
Yuichi Nishiwaki
|
ddcf96f689
|
remove pic_proc_name (for a moment)
|
2015-06-27 19:02:18 +09:00 |
Yuichi Nishiwaki
|
087e65ef1c
|
don't define (picrin control escape) in callcc.c
|
2015-06-26 13:19:32 +09:00 |
Yuichi Nishiwaki
|
f323e9d232
|
[bugfix] call/cc will get caught in an infinite loop if the machine
stack grows upward
|
2015-06-24 16:02:46 +09:00 |
Yuichi Nishiwaki
|
aae1b8792a
|
remove struct pic_picjmp
|
2015-06-23 03:14:00 +09:00 |
Yuichi Nishiwaki
|
500113d1bb
|
renumber contribs
|
2015-06-20 03:42:56 +09:00 |