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
|
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
|
53b760cfac
|
add picrin/extra.h
|
2016-02-21 00:58:58 +09:00 |
Yuichi Nishiwaki
|
317369a914
|
don't include picrin/state.h by default
|
2016-02-21 00:30:40 +09:00 |
Yuichi Nishiwaki
|
9e5f846787
|
make pic_get_args more useful
|
2016-02-20 21:16:10 +09:00 |
Yuichi Nishiwaki
|
fcb3182e08
|
publish xfile API
|
2016-02-20 18:34:13 +09:00 |
Yuichi Nishiwaki
|
d3b188e44d
|
cleanup file.h
|
2016-02-20 18:07:15 +09:00 |
Yuichi Nishiwaki
|
d851273f60
|
struct pic_port * -> pic_value
|
2016-02-20 16:51:24 +09:00 |
Yuichi Nishiwaki
|
5254e80932
|
struct pic_proc * -> pic_value
|
2016-02-20 00:03:16 +09:00 |
Yuichi Nishiwaki
|
064eaff498
|
struct pic_blob * -> pic_value
|
2016-02-19 23:22:41 +09:00 |
Yuichi Nishiwaki
|
f0386657be
|
cosmetic changes
|
2016-02-19 16:15:09 +09:00 |
Yuichi Nishiwaki
|
84c2866b2b
|
cleanup port API
|
2016-02-19 05:54:50 +09:00 |
Yuichi Nishiwaki
|
8ec052c09f
|
reimplement string-io procedures in scheme
|
2016-02-19 03:58:09 +09:00 |
Yuichi Nishiwaki
|
bb2f9c0367
|
don't distinguish textual and binary ports
|
2016-02-19 03:03:29 +09:00 |
Yuichi Nishiwaki
|
9ae6f0cbe9
|
remove error.h
|
2016-02-19 01:34:13 +09:00 |
Yuichi Nishiwaki
|
aa2121b61c
|
remove blob.h
|
2016-02-19 00:20:15 +09:00 |
Yuichi Nishiwaki
|
0a715e4916
|
use pic_blob_value
|
2016-02-18 23:59:33 +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
|
a92e70a610
|
remove typedefs of struct pic_string and struct pic_blob
|
2016-02-15 00:20:49 +09:00 |
Yuichi Nishiwaki
|
f70dd4d376
|
add pic_closure_ref, pic_closure_set, and pic_lambda
|
2016-02-14 22:23:14 +09:00 |
Yuichi Nishiwaki
|
e8a6f64dd5
|
remove pic_applyk
|
2016-02-14 13:46:55 +09:00 |
Yuichi Nishiwaki
|
69b660e9a3
|
remove pic_funcallk and add pic_call
|
2016-02-14 13:33:15 +09:00 |
Yuichi Nishiwaki
|
c7f8293368
|
add pic_intern_(str|cstr|lit)
|
2016-02-08 04:10:22 +09:00 |
Yuichi Nishiwaki
|
6f3083c3ca
|
never use size_t
|
2015-08-26 19:04:27 +09:00 |
Yuichi Nishiwaki
|
470eaa485d
|
[bugfix] wrong allocation size for pic_port
|
2015-07-23 17:10:53 +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
|
ddcf96f689
|
remove pic_proc_name (for a moment)
|
2015-06-27 19:02:18 +09:00 |
Yuichi Nishiwaki
|
8e90517224
|
[bugfix] port should be closed properly
|
2015-06-26 23:06:52 +09:00 |
Yuichi Nishiwaki
|
0daa4febb0
|
fix #270
|
2015-06-24 02:17:13 +09:00 |
Yuichi Nishiwaki
|
3021e7f2b9
|
add PIC_ENABLE_STDIO flag
|
2015-06-19 14:03:52 +09:00 |
Yuichi Nishiwaki
|
20cb77bbbe
|
file.h is now stdio.h-free
|
2015-06-19 05:14:18 +09:00 |
Yuichi Nishiwaki
|
a0d6c5800c
|
add pic_open_file
|
2015-06-19 05:00:36 +09:00 |
Yuichi Nishiwaki
|
78bd3047f8
|
don't use global mutable variable!
|
2015-06-19 03:06:57 +09:00 |
Yuichi Nishiwaki
|
e43a9c7881
|
pass pic_state object to vtable functions
|
2015-06-19 02:29:17 +09:00 |
Yuichi Nishiwaki
|
3df7d1dd71
|
use pic_malloc and pic_free in file.c
|
2015-06-19 02:05:56 +09:00 |
Yuichi Nishiwaki
|
d1aa42cd7a
|
[bugfix] double close should be safe
|
2015-06-19 01:04:04 +09:00 |
Yuichi Nishiwaki
|
f2e6feea7f
|
assert value bound to current-(input|output|error)-port is port
|
2015-06-19 00:02:24 +09:00 |
Yuichi Nishiwaki
|
0b66447e79
|
remove port->status property
|
2015-06-18 23:26:31 +09:00 |
Yuichi Nishiwaki
|
b4c3e2cc4f
|
small refactoring. use DEFINE_STANDARD_PORT_ACCESSOR macro to define pic_stdxx
|
2015-06-18 23:15:09 +09:00 |
Yuichi Nishiwaki
|
61ff69b968
|
remove pic->xSTDXX
|
2015-06-18 22:59:22 +09:00 |
Yuichi Nishiwaki
|
5185a73cd2
|
replace none with undef
|
2015-06-09 16:34:45 +09:00 |
Sunrim KIM (keen)
|
6e9024b237
|
don't pass NULL to memcpy
|
2015-05-31 21:26:06 +09:00 |
Yuichi Nishiwaki
|
9b7eb2f996
|
unify all headers into picrin.h
|
2015-05-28 23:57:10 +09:00 |
Yuichi Nishiwaki
|
00cde353ba
|
xfile completely refactored
|
2015-05-28 23:28:55 +09:00 |