.. |
bigint.c
|
fixed minor flaws in the code
|
2021-03-25 16:53:05 +00:00 |
cnode.c
|
trying to detect prohibited access to an instance vairables in a class method.
|
2022-02-24 16:47:26 +00:00 |
comp.c
|
enhanced add_literal in the compiler code to reduce duplicate string literals
|
2023-05-30 01:14:49 +09:00 |
debug.c
|
added 'class_push_exit'
|
2021-12-24 00:05:58 +00:00 |
decode.c
|
added the experimental plus opcode
|
2022-03-21 15:38:31 +00:00 |
dic.c
|
first successful implementation of class instantion methods
|
2022-03-17 13:22:17 +00:00 |
err.c
|
added hcl_seterrumsg() and hcl_seterrbfmt() in case the caller can't use variadic arguments
|
2023-05-29 01:49:13 +09:00 |
exec.c
|
fixed some type warnings
|
2022-05-06 05:19:02 +00:00 |
fmt-imp.h
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
fmt.c
|
fixed some undefined symbol issues
|
2023-10-14 23:14:58 +09:00 |
gc.c
|
fixed a bug of not marking hcl->_undef in gc.c
|
2022-07-31 11:29:58 +00:00 |
hcl-c.c
|
moved the heapsize parameter from hcl_open() to hcl_ignite()
|
2021-02-09 17:47:22 +00:00 |
hcl-c.h
|
introduced the new type hcl_bitmask_t
|
2018-04-26 04:39:20 +00:00 |
hcl-cfg.h.in
|
updated configure.ac to capture configure command and arguments
|
2023-10-08 00:51:07 +09:00 |
hcl-cmn.h
|
some more code cleanup
|
2021-03-28 03:44:27 +00:00 |
hcl-dos.h
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
hcl-fmt.h
|
some more code cleanup
|
2021-03-28 03:44:27 +00:00 |
hcl-json.h
|
introduced the new type hcl_bitmask_t
|
2018-04-26 04:39:20 +00:00 |
hcl-mac.h
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
hcl-msw.h
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
hcl-opt.h
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
hcl-os2.h
|
minor code fixes
|
2021-03-27 10:32:23 +00:00 |
hcl-prv.h
|
extended hcl_attacio() to access a new input stream handler under the name of scanner.
|
2023-05-19 12:55:08 +09:00 |
hcl-rbt.h
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
hcl-s.c
|
fixed some undefined symbol issues
|
2023-10-14 23:14:58 +09:00 |
hcl-s.h
|
fixed some undefined symbol issues
|
2023-10-14 23:14:58 +09:00 |
hcl-tmr.h
|
removed ctx2 & ctx3 from hcl_tmr_event_t
|
2018-05-03 06:14:10 +00:00 |
hcl-utl.h
|
rewriting variable collection in a class
|
2022-01-04 15:26:17 +00:00 |
hcl-xma.h
|
added xma.c
|
2020-12-28 17:03:29 +00:00 |
hcl-xutl.h
|
restructured client and server code into a single library libhclex.
|
2018-04-10 13:57:17 +00:00 |
hcl.c
|
some minor code touch-up
|
2022-07-31 13:17:44 +00:00 |
hcl.h
|
removed hcl_read() and related code
|
2023-10-05 14:01:32 +09:00 |
heap.c
|
removed 'return' from where it's not needed
|
2021-02-28 06:43:22 +00:00 |
json.c
|
moved the heapsize parameter from hcl_open() to hcl_ignite()
|
2021-02-09 17:47:22 +00:00 |
Makefile.am
|
add hcl_attachiostd().
|
2023-05-18 10:24:01 +09:00 |
Makefile.in
|
updated configure.ac to capture configure command and arguments
|
2023-10-08 00:51:07 +09:00 |
number.c
|
switching GC from semi-space copying to mark-sweep
|
2020-12-31 17:48:47 +00:00 |
obj.c
|
added HCL_EUNDEFVAR
|
2022-05-05 04:03:56 +00:00 |
opt-impl.h
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
opt.c
|
renamed some function names for naming consistency
|
2018-04-07 15:54:16 +00:00 |
prim.c
|
some code cleanup
|
2022-08-03 13:56:20 +00:00 |
print.c
|
add hcl_attachiostd().
|
2023-05-18 10:24:01 +09:00 |
rbt.c
|
first successful implementation of class instantion methods
|
2022-03-17 13:22:17 +00:00 |
read.c
|
removed hcl_read() and related code
|
2023-10-05 14:01:32 +09:00 |
std.c
|
added HCL_IO_WRITE_BYTES
|
2023-06-01 00:30:41 +09:00 |
sym.c
|
switching GC from semi-space copying to mark-sweep
|
2020-12-31 17:48:47 +00:00 |
tmr.c
|
renamed some struct member names which have not been changed since changes in the main part
|
2020-12-31 18:02:58 +00:00 |
utf8.c
|
utf8 range limiting.
|
2022-01-08 09:26:54 +00:00 |
utl.c
|
rewriting variable collection in a class
|
2022-01-04 15:26:17 +00:00 |
xma.c
|
changed code for emit_indexed_variable_access()
|
2021-04-23 08:27:23 +00:00 |
xutl-sa.h
|
removed 'return' from where it's not needed
|
2021-02-28 06:43:22 +00:00 |
xutl.c
|
restructured client and server code into a single library libhclex.
|
2018-04-10 13:57:17 +00:00 |