Yuichi Nishiwaki
|
fae7ef0376
|
pic_errorf -> pic_error
|
2016-02-23 04:03:42 +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
|
2a0a7be40d
|
C++ mode of PIC_UNUSED
|
2016-02-21 19:19:35 +09:00 |
Yuichi Nishiwaki
|
8dd423cdbc
|
add include/picrin/private dir
|
2016-02-21 01:37:40 +09:00 |
Yuichi Nishiwaki
|
215e159598
|
struct pic_env * -> pic_value
|
2016-02-20 16:33:51 +09:00 |
Yuichi Nishiwaki
|
fc37af43b5
|
pic_id * -> pic_value
|
2016-02-20 15:59:06 +09:00 |
Yuichi Nishiwaki
|
f4efaf5dc0
|
pic_sym * -> pic_value
|
2016-02-20 15:31:14 +09:00 |
Yuichi Nishiwaki
|
1a316a7a69
|
change irep of symbol and identifier
|
2016-02-20 05:18:13 +09:00 |
Yuichi Nishiwaki
|
2d5fbc889e
|
struct pic_string * -> pic_value
|
2016-02-20 03:26:52 +09:00 |
Yuichi Nishiwaki
|
0d8a45191a
|
struct pic_data * -> pic_value
|
2016-02-19 23:30:47 +09:00 |
Yuichi Nishiwaki
|
064eaff498
|
struct pic_blob * -> pic_value
|
2016-02-19 23:22:41 +09:00 |
Yuichi Nishiwaki
|
25e19d4f00
|
struct pic_vector * -> pic_value
|
2016-02-19 21:56:45 +09:00 |
Yuichi Nishiwaki
|
645e5bee3a
|
remove vector.h
|
2016-02-19 00:08:39 +09:00 |
Yuichi Nishiwaki
|
08652df612
|
don't include type.h at the beginning of picrin.h
|
2016-02-18 23:35:55 +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
|
7816be80c1
|
pic_lookup_identifier -> pic_find_identifier
|
2016-02-18 16:38:59 +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
|
e076a8f4e0
|
datas are equal? when they refer to the same pointer
|
2016-02-07 05:18:09 +09:00 |
Yuichi Nishiwaki
|
e51d3db812
|
symbol is an identifier
|
2016-02-06 23:15:53 +09:00 |
Yuichi Nishiwaki
|
0fd529c968
|
change mangling rule for global variables
|
2016-02-06 04:07:37 +09:00 |
Doug Currie
|
b585d89056
|
Fix for equal? bug #312
|
2015-12-27 21:27:26 -05:00 |
Yuichi Nishiwaki
|
6f3083c3ca
|
never use size_t
|
2015-08-26 19:04:27 +09:00 |
Yuichi Nishiwaki
|
65ade266d1
|
remove pic_defun_vm
|
2015-07-02 06:17:27 +09:00 |
Yuichi Nishiwaki
|
03a649ed23
|
use khash in equal? impl
|
2015-06-25 06:44:45 +09:00 |
Yuichi Nishiwaki
|
7ec81ab1d5
|
add pic_resolve
|
2015-06-19 17:31:47 +09:00 |
Yuichi Nishiwaki
|
7dd0e01b70
|
support (equal? identifier1 identifier2)
|
2015-06-16 21:13:41 +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
|
15449354c6
|
switch string implementation to picrin's
|
2015-05-27 23:34:40 +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)
|
51acf8ac54
|
optimize `equal?`. Don't initialize xhash until it is really needed.
`make test-r7rs` gets 12s -> 9.5s, in which `equal?` is heavilly used.
|
2015-01-12 11:40:33 +00: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 |