Yuichi Nishiwaki
|
4d38e08c98
|
pic_gc_arena_preserve -> pic_enter
|
2016-02-19 16:17:13 +09:00 |
Yuichi Nishiwaki
|
84c2866b2b
|
cleanup port API
|
2016-02-19 05:54:50 +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
|
a92e70a610
|
remove typedefs of struct pic_string and struct pic_blob
|
2016-02-15 00:20:49 +09:00 |
Yuichi Nishiwaki
|
780df6275b
|
move more decls to picrin.h
|
2016-02-15 00:10:12 +09:00 |
Doug Currie
|
33667788cb
|
Fix c99 style comment
|
2016-01-10 15:05:35 -05:00 |
Doug Currie
|
ad0ef726fc
|
Fix issue #322 string->number should never signal error
|
2016-01-10 14:56:44 -05:00 |
Yuichi Nishiwaki
|
6f3083c3ca
|
never use size_t
|
2015-08-26 19:04:27 +09:00 |
Yuichi Nishiwaki
|
86a056c70a
|
[bugfix] some paths in no-libc mode depend on lib
|
2015-07-20 02:45:57 +09:00 |
Yuichi Nishiwaki
|
c2754509f2
|
remove PIC_ENABLE_FLOAT flag
|
2015-07-20 02:19:41 +09:00 |
Yuichi Nishiwaki
|
5e13d35d10
|
cosmetic changes
|
2015-07-20 02:04:51 +09:00 |
Yuichi Nishiwaki
|
4a7c87eb84
|
rewrite arithmetic operators and comparators with pic_op
|
2015-07-20 02:03:56 +09:00 |
Yuichi Nishiwaki
|
a5317898cb
|
don't define number classifying procedures such as real? and complex? in C
|
2015-07-20 01:45:21 +09:00 |
Yuichi Nishiwaki
|
ac10c3fcc1
|
remove unused function
|
2015-07-20 01:25:04 +09:00 |
Yuichi Nishiwaki
|
57e4942ae2
|
move abs and expt
|
2015-07-20 01:24:35 +09:00 |
Yuichi Nishiwaki
|
6551506160
|
move more procedures
|
2015-07-20 01:22:29 +09:00 |
Yuichi Nishiwaki
|
d66ae479cc
|
move some math procedures to math nitro
|
2015-07-20 01:12:37 +09:00 |
Yuichi Nishiwaki
|
65ade266d1
|
remove pic_defun_vm
|
2015-07-02 06:17:27 +09:00 |
Yuichi Nishiwaki
|
3df7d1dd71
|
use pic_malloc and pic_free in file.c
|
2015-06-19 02:05:56 +09:00 |
Yuichi Nishiwaki
|
454146ab52
|
s/rXXX/uXXX/g
|
2015-06-15 02:30:05 +09:00 |
Yuichi Nishiwaki
|
531187bb2a
|
speed up bytecode compilation
|
2015-06-04 13:53:41 +09:00 |
Yuichi Nishiwaki
|
9b7eb2f996
|
unify all headers into picrin.h
|
2015-05-28 23:57:10 +09:00 |
Yuichi Nishiwaki
|
7dcd050e1a
|
add PIC_ENABLE_FLOAT and PIC_WORD_BOXING
|
2015-05-28 01:48:38 +09:00 |
Sunrin SHIMURA (keen)
|
a8520fe595
|
number->string: remove trailing 0s
|
2015-05-11 16:26:55 +09:00 |
Yuichi Nishiwaki
|
70b2c23ff7
|
don't use variable-length arrays
|
2015-01-28 00:56:45 +09:00 |
Yuichi Nishiwaki
|
fc6e724e8e
|
don't use long long
|
2015-01-28 00:53:28 +09:00 |
Yuichi Nishiwaki
|
4cc423d815
|
gather all includes of standard headers into picrin.h
|
2015-01-18 00:17:37 +09:00 |
Sunrin SHIMURA (keen)
|
814425508f
|
Add 'extlib/benz/' from commit '569b1ace02e6a066b21f94dff23c4e01b8748bf0'
git-subtree-dir: extlib/benz
git-subtree-mainline: 3c3d9f4c27
git-subtree-split: 569b1ace02
|
2015-01-03 06:31:37 +00:00 |