Yuichi Nishiwaki
|
d776adba34
|
add load&compile functions
|
2017-04-04 00:52:59 +09:00 |
Yuichi Nishiwaki
|
8f6113f61b
|
library system is now implemeted in scheme
|
2017-04-03 00:37:37 +09:00 |
Yuichi Nishiwaki
|
b44d69b4da
|
add value.h
|
2017-03-29 07:11:27 +09:00 |
Yuichi Nishiwaki
|
53ec7384ca
|
add length argument to pic_str()
|
2017-03-28 23:31:15 +09:00 |
Yuichi Nishiwaki
|
9515060b00
|
rename I/O functions
|
2016-06-20 04:49:01 +09:00 |
Yuichi Nishiwaki
|
fae7ef0376
|
pic_errorf -> pic_error
|
2016-02-23 04:03:42 +09:00 |
Yuichi Nishiwaki
|
229555fa83
|
remove pic_error
|
2016-02-23 02:23:22 +09:00 |
Yuichi Nishiwaki
|
2246cc42d9
|
integrate mutable-string.c into the core
|
2016-02-21 01:04:55 +09:00 |
Yuichi Nishiwaki
|
53b760cfac
|
add picrin/extra.h
|
2016-02-21 00:58:58 +09:00 |
Yuichi Nishiwaki
|
fcb3182e08
|
publish xfile API
|
2016-02-20 18:34:13 +09:00 |
Yuichi Nishiwaki
|
d851273f60
|
struct pic_port * -> pic_value
|
2016-02-20 16:51:24 +09:00 |
Yuichi Nishiwaki
|
2d5fbc889e
|
struct pic_string * -> pic_value
|
2016-02-20 03:26:52 +09:00 |
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
|
bb2f9c0367
|
don't distinguish textual and binary ports
|
2016-02-19 03:03:29 +09:00 |
Yuichi Nishiwaki
|
00e98548d7
|
remove pair.h
|
2016-02-19 02:29:40 +09:00 |
Yuichi Nishiwaki
|
9ae6f0cbe9
|
remove error.h
|
2016-02-19 01:34:13 +09:00 |
Yuichi Nishiwaki
|
cfc32a1b15
|
remove string.h
|
2016-02-19 00:14:50 +09:00 |
Yuichi Nishiwaki
|
ada84f48d6
|
add some object constructors/destructors
|
2016-02-18 23:49:16 +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
|
561c350a12
|
library is now a non-first-class object
|
2016-02-18 17:39:32 +09:00 |
Yuichi Nishiwaki
|
95740b86a0
|
remove libraries procedure
|
2016-02-18 16:29:13 +09:00 |
Yuichi Nishiwaki
|
8610f5090d
|
change the behavior of pic_deflibrary
fix regression
|
2016-02-15 13:28:13 +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
|
205ca79626
|
remove pic->argc/argv/envp
|
2016-02-10 01:38:05 +09:00 |
Yuichi Nishiwaki
|
c7f8293368
|
add pic_intern_(str|cstr|lit)
|
2016-02-08 04:10:22 +09:00 |
Yuichi Nishiwaki
|
3e4abf8949
|
optimize string construction from literal
|
2016-02-08 02:33:22 +09:00 |
Yuichi Nishiwaki
|
6f3083c3ca
|
never use size_t
|
2015-08-26 19:04:27 +09:00 |
Yuichi Nishiwaki
|
5635661b3c
|
remove pic_make_str_fill
|
2015-07-13 09:03:32 +09:00 |
Yuichi Nishiwaki
|
5c2cbb9e55
|
pic_load_port -> pic_load
|
2015-07-13 08:20:07 +09:00 |
Yuichi Nishiwaki
|
71d1d4837d
|
pic_intern_cstr -> pic_intern
|
2015-07-13 08:16:04 +09:00 |
Yuichi Nishiwaki
|
4905aab416
|
remove pic->file and pic->read
|
2015-07-02 08:50:28 +09:00 |
Yuichi Nishiwaki
|
500113d1bb
|
renumber contribs
|
2015-06-20 03:42:56 +09:00 |