Yuichi Nishiwaki
71f67cf771
simplify some mathematical functions implementations
2014-09-26 15:11:36 +09:00
Yuichi Nishiwaki
d58e7d470f
pic_sym is now just an alias of int
2014-09-26 14:42:50 +09:00
Yuichi Nishiwaki
f8e9091774
internal representation of floating point number is not float type but double
2014-09-26 14:38:05 +09:00
Yuichi Nishiwaki
44133ce693
remove redundant semicolon
2014-09-26 14:35:05 +09:00
Yuichi Nishiwaki
96d31446bd
arena_idx in struct pic_cont did not match its type with pic_state's one
2014-09-26 14:33:58 +09:00
Yuichi Nishiwaki
32fa44db91
integer->char: assure given integer range
2014-09-26 14:23:47 +09:00
Yuichi Nishiwaki
ed354867a9
suppress warnings of implicit size_t <-> int conversion (blob.c)
2014-09-26 14:13:17 +09:00
Yuichi Nishiwaki
46f79c0894
the contents of blob object must be a chunk of unsigned char
2014-09-26 14:04:52 +09:00
Yuichi Nishiwaki
1949ebddf9
use UNREAHCABLE for pic_vtype
2014-09-26 13:57:36 +09:00
Yuichi Nishiwaki
d029e003d6
update xfile.h (suppress warnings)
2014-09-26 13:50:27 +09:00
Yuichi Nishiwaki
1be24ae9d4
suppress warnings from xvect.h and xhash.h
2014-09-26 12:25:53 +09:00
Yuichi Nishiwaki
d33a98cd41
add single line comments about attribute and dictionary
2014-09-25 12:17:06 +09:00
Yuichi Nishiwaki
5e80b51566
Merge branch 'generalized-attribute'
2014-09-25 12:13:25 +09:00
Yuichi Nishiwaki
c7ee2bb88f
let pic->attrs be weak-map
2014-09-25 12:12:52 +09:00
Yuichi Nishiwaki
77d4196b06
generalized attribute
2014-09-25 11:30:10 +09:00
Yuichi Nishiwaki
6fc8341f50
Merge branch 'fix-try-catch'
2014-09-24 20:38:34 +09:00
Yuichi Nishiwaki
a6d2491338
don't perform longjmp in pic_load_point (for the symmetry)
2014-09-24 20:27:16 +09:00
Yuichi Nishiwaki
d6c6427ff7
don't setjmp in pic_push_try
2014-09-24 20:21:28 +09:00
Yuichi Nishiwaki
eb1e01d000
don't setjmp in pic_save_point
2014-09-24 20:06:14 +09:00
Yuichi Nishiwaki
d6104b8b25
add noreturn mark
2014-09-24 20:01:21 +09:00
Yuichi Nishiwaki
44c1debbbe
don't do pop_try when an error was raised
2014-09-24 19:24:19 +09:00
Yuichi Nishiwaki
d6b2fe05ce
add many many assertions (pic_pop_try)
2014-09-24 19:24:02 +09:00
Yuichi Nishiwaki
cb2157bbae
s/pic_make_cont/pic_make_econt/g
2014-09-24 18:43:20 +09:00
Yuichi Nishiwaki
7c5fb70e73
mark invalid flag
2014-09-24 15:59:35 +09:00
Yuichi Nishiwaki
c7c771c861
refactor pic_push_try. use raw continuation API
2014-09-24 15:35:00 +09:00
Yuichi Nishiwaki
e38732995e
publish continuation internal APIs
2014-09-24 15:34:46 +09:00
Yuichi Nishiwaki
c965f254cb
missing validation flag change
2014-09-24 15:33:31 +09:00
Yuichi Nishiwaki
07f24db66f
add make_escape
2014-09-24 14:57:49 +09:00
Yuichi Nishiwaki
951af56540
publish struct pic_escape
2014-09-24 14:53:09 +09:00
Yuichi Nishiwaki
669f9b28de
add prototypes for eq? and eqv?
2014-09-21 18:19:13 +09:00
Yuichi Nishiwaki
712be55bc3
cosmetic changes
2014-09-21 18:07:09 +09:00
Yuichi Nishiwaki
319db5fc9f
remove unused helper functions
2014-09-21 18:05:43 +09:00
Yuichi Nishiwaki
1c2af96340
remove dictionary-map and dictionary-for-each
2014-09-21 16:26:56 +09:00
Yuichi Nishiwaki
732ca8e36d
update readme
2014-09-21 15:43:09 +09:00
Yuichi Nishiwaki
db71ce9bfa
Merge branch 'mutable-string'
2014-09-21 15:33:27 +09:00
Yuichi Nishiwaki
77c0a893ff
spill out string mutators
2014-09-21 15:32:55 +09:00
Yuichi Nishiwaki
08e64ec563
update readme.
2014-09-20 21:01:55 +09:00
Yuichi Nishiwaki
851da542b0
Merge branch 'escape-continuation'
2014-09-20 20:30:14 +09:00
Yuichi Nishiwaki
de1b771326
remove pic_callcc
2014-09-20 20:26:07 +09:00
Yuichi Nishiwaki
2dd48b4dc0
add pic_escape
2014-09-20 16:52:50 +09:00
Yuichi Nishiwaki
1d7669a5d4
update xhash
2014-09-20 11:47:05 +09:00
Yuichi Nishiwaki
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
OGINO Masanori
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
Yuichi Nishiwaki
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
OGINO Masanori
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
Yuichi Nishiwaki
0c67a4b77f
implement vector-map, vector-for-each, string-map, string-for-each
2014-09-19 18:16:28 +09:00
Yuichi Nishiwaki
1ff327b11f
update xfile.h. close #40
2014-09-19 17:47:55 +09:00
Yuichi Nishiwaki
c425815313
print backtrace to stderr
2014-09-19 17:11:59 +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