Yuichi Nishiwaki
|
6f3083c3ca
|
never use size_t
|
2015-08-26 19:04:27 +09:00 |
Yuichi Nishiwaki
|
c2754509f2
|
remove PIC_ENABLE_FLOAT flag
|
2015-07-20 02:19:41 +09:00 |
Yuichi Nishiwaki
|
8587fe6dfc
|
fix benz's issue 29
|
2015-06-25 22:33:17 +09:00 |
Yuichi Nishiwaki
|
b71c9dcbff
|
cosmetic changes
|
2015-06-25 18:51:21 +09:00 |
Yuichi Nishiwaki
|
cc9dd2aa30
|
saner output from write
No more insane output such as (#0=(1 2 3) #0#).
|
2015-06-25 18:43:06 +09:00 |
Yuichi Nishiwaki
|
032e40e963
|
cleanup write_core
|
2015-06-25 17:50:20 +09:00 |
Yuichi Nishiwaki
|
37902d38f7
|
cleanup traverse_shared
|
2015-06-25 17:28:48 +09:00 |
Yuichi Nishiwaki
|
3004f2106c
|
write supports #' #` #, #,@
|
2015-06-25 17:19:34 +09:00 |
Yuichi Nishiwaki
|
9db8b33c61
|
abandon xhash
|
2015-06-25 07:58:58 +09:00 |
Yuichi Nishiwaki
|
5cf1822813
|
use khash for dictionary impl
|
2015-06-25 05:56:15 +09:00 |
Yuichi Nishiwaki
|
07fc2bb98e
|
cleanup
|
2015-06-24 01:13:18 +09:00 |
Yuichi Nishiwaki
|
3df7d1dd71
|
use pic_malloc and pic_free in file.c
|
2015-06-19 02:05:56 +09:00 |
Yuichi Nishiwaki
|
3a59a95960
|
[WIP] replace macro expander
remove define-syntax, add define-macro instead
saner display when writing identifiers
|
2015-06-15 02:48:31 +09:00 |
Yuichi Nishiwaki
|
015971ffc4
|
remove define-record-writer
|
2015-06-15 02:25:09 +09:00 |
Yuichi Nishiwaki
|
5185a73cd2
|
replace none with undef
|
2015-06-09 16:34:45 +09:00 |
Yuichi Nishiwaki
|
084d39cd9e
|
let undefined be public API
|
2015-06-09 16:19:57 +09:00 |
Yuichi Nishiwaki
|
9b7eb2f996
|
unify all headers into picrin.h
|
2015-05-28 23:57:10 +09:00 |
Yuichi Nishiwaki
|
e30f1a11dc
|
more strict unused variable check
|
2015-05-28 17:06:41 +09:00 |
Yuichi Nishiwaki
|
7dcd050e1a
|
add PIC_ENABLE_FLOAT and PIC_WORD_BOXING
|
2015-05-28 01:48:38 +09:00 |
Yuichi Nishiwaki
|
7923f947d7
|
don't use xstd** from benz
|
2015-05-28 00:14:10 +09:00 |
Yuichi Nishiwaki
|
15449354c6
|
switch string implementation to picrin's
|
2015-05-27 23:34:40 +09:00 |
Yuichi Nishiwaki
|
6e6e1de7a5
|
pic_sym is not a pointer
|
2015-01-20 16:02:28 +09:00 |
Yuichi Nishiwaki
|
2d1ddb9a5a
|
s/pic_sym/pic_sym_ptr/g
|
2015-01-20 15:31:17 +09:00 |
Yuichi Nishiwaki
|
3fc49b59be
|
move symbol-related macros to symbol.h
|
2015-01-19 11:11:19 +09:00 |
Yuichi Nishiwaki
|
fa1b681eba
|
remove pic_sym_value
|
2015-01-19 11:08:27 +09:00 |
Yuichi Nishiwaki
|
f349e4148e
|
remove pic_symbol_value
|
2015-01-19 11:02:22 +09:00 |
Yuichi Nishiwaki
|
4cc423d815
|
gather all includes of standard headers into picrin.h
|
2015-01-18 00:17:37 +09:00 |
Yuichi Nishiwaki
|
6968c85282
|
revert 48f0ec90 . dicitonary is now symbol-to-object structure
|
2015-01-17 21:03:08 +09:00 |
Yuichi Nishiwaki
|
9303fcf34b
|
safer names for utility macros
|
2015-01-07 13:11:48 -08: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 |