Yuichi Nishiwaki
|
ca4fb058d1
|
remove pic->iseq
|
2016-03-01 03:14:18 +09:00 |
Yuichi Nishiwaki
|
8810d94259
|
decrease sizeof struct rope
|
2016-02-27 01:38:07 +09:00 |
Yuichi Nishiwaki
|
22d339c2f7
|
fix build errors
|
2016-02-25 21:17:44 +09:00 |
Yuichi Nishiwaki
|
8a9a1200d8
|
pic_catch binds current error object to a variable
|
2016-02-25 20:52:38 +09:00 |
Yuichi Nishiwaki
|
73e38657ff
|
remove pic->native_stack_start
|
2016-02-24 16:32:24 +09:00 |
Yuichi Nishiwaki
|
29d7a7fc48
|
pic->lib is now of string type
|
2016-02-24 03:59:51 +09:00 |
Yuichi Nishiwaki
|
17d75f915f
|
s/PIC_OBJECT_HEADER/OBJECT_HEADER/g
|
2016-02-24 02:36:09 +09:00 |
Yuichi Nishiwaki
|
17ccaea236
|
remove pic->ccnt
|
2016-02-23 23:28:28 +09:00 |
Yuichi Nishiwaki
|
eea41c53d7
|
cleanup
|
2016-02-23 22:55:15 +09:00 |
Yuichi Nishiwaki
|
54d9d4865c
|
pic_assert_type -> TYPE_CHECK
|
2016-02-23 22:53:20 +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
|
4a0d077044
|
picrin/config.h -> picconf.h
|
2016-02-23 14:09:15 +09:00 |
Yuichi Nishiwaki
|
2ca7e630f0
|
write is now pluggable
|
2016-02-23 04:40:50 +09:00 |
Yuichi Nishiwaki
|
4e1aaf8b89
|
pic_strf_value does not interpret '~s' format specifier
|
2016-02-23 04:24:42 +09:00 |
Yuichi Nishiwaki
|
fae7ef0376
|
pic_errorf -> pic_error
|
2016-02-23 04:03:42 +09:00 |
Yuichi Nishiwaki
|
e050da8af1
|
add pic_sym macro
|
2016-02-23 02:37:33 +09:00 |
Yuichi Nishiwaki
|
229555fa83
|
remove pic_error
|
2016-02-23 02:23:22 +09:00 |
Yuichi Nishiwaki
|
8d17bf3175
|
change pic_add_identifier's behavior
|
2016-02-22 23:49:39 +09:00 |
Yuichi Nishiwaki
|
e6382965ef
|
cleanup extra.h
|
2016-02-22 00:30:37 +09:00 |
Yuichi Nishiwaki
|
b436207eba
|
PIC_DIRECT_THREADED_VM and PIC_NAN_BOXING are now unconfigurable
|
2016-02-21 23:32:18 +09:00 |
Yuichi Nishiwaki
|
4c376650ca
|
fix build
|
2016-02-21 23:20:34 +09:00 |
Yuichi Nishiwaki
|
f61fc19692
|
missing abort declaration
|
2016-02-21 21:12:24 +09:00 |
Yuichi Nishiwaki
|
2a17a2a9c2
|
add PIC_TYPE_FUNC and PIC_TYPE_IREP
|
2016-02-21 20:42:41 +09:00 |
Yuichi Nishiwaki
|
608569e876
|
drop pic_ prefix of structs
|
2016-02-21 20:32:12 +09:00 |
Yuichi Nishiwaki
|
bfe6cef4c8
|
pic_sym -> symbol, pic_id -> identifier
|
2016-02-21 20:21:02 +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
|
5c7c5a69cf
|
remove debug code
|
2016-02-21 20:13:05 +09:00 |
Yuichi Nishiwaki
|
d49e25a5b4
|
remove opcode.h
|
2016-02-21 20:12:58 +09:00 |
Yuichi Nishiwaki
|
2a0a7be40d
|
C++ mode of PIC_UNUSED
|
2016-02-21 19:19:35 +09:00 |
Yuichi Nishiwaki
|
54301ce98c
|
add pic_atpanic
|
2016-02-21 18:59:18 +09:00 |
Yuichi Nishiwaki
|
2ee33b5d57
|
remove read.h
|
2016-02-21 18:29:17 +09:00 |
Yuichi Nishiwaki
|
07e7785241
|
insert assertion to pic_foo_ptr
|
2016-02-21 05:39:15 +09:00 |
Yuichi Nishiwaki
|
f89a55c082
|
remove pre-interned symbols
|
2016-02-21 04:34:26 +09:00 |
Yuichi Nishiwaki
|
864a17d0be
|
khiter_t -> int
|
2016-02-21 01:52:34 +09:00 |
Yuichi Nishiwaki
|
66717f2b43
|
fix offsetof
|
2016-02-21 01:47:08 +09:00 |
Yuichi Nishiwaki
|
8dd423cdbc
|
add include/picrin/private dir
|
2016-02-21 01:37:40 +09:00 |
Yuichi Nishiwaki
|
53b760cfac
|
add picrin/extra.h
|
2016-02-21 00:58:58 +09:00 |
Yuichi Nishiwaki
|
317369a914
|
don't include picrin/state.h by default
|
2016-02-21 00:30:40 +09:00 |
Yuichi Nishiwaki
|
10aae770c9
|
refactor pic_try/catch
|
2016-02-20 23:55:40 +09:00 |
Yuichi Nishiwaki
|
4751131b4f
|
rename PIC_GC_MARK and PIC_GC_UNMARK
|
2016-02-20 23:02:49 +09:00 |
Yuichi Nishiwaki
|
9e5f846787
|
make pic_get_args more useful
|
2016-02-20 21:16:10 +09:00 |
Yuichi Nishiwaki
|
b5a27437e3
|
cleanup
|
2016-02-20 20:14:40 +09:00 |
Yuichi Nishiwaki
|
d0dc577810
|
move typedefs
|
2016-02-20 19:10:51 +09:00 |
Yuichi Nishiwaki
|
cafc7c88ea
|
add pic_exit_point
|
2016-02-20 19:08:07 +09:00 |
Yuichi Nishiwaki
|
4affb1c1ce
|
remove type.h and cont.h
|
2016-02-20 19:00:41 +09:00 |
Yuichi Nishiwaki
|
fcb3182e08
|
publish xfile API
|
2016-02-20 18:34:13 +09:00 |
Yuichi Nishiwaki
|
d3b188e44d
|
cleanup file.h
|
2016-02-20 18:07:15 +09:00 |
Yuichi Nishiwaki
|
73f2578648
|
struct pic_record * -> pic_value
|
2016-02-20 17:27:13 +09:00 |