.. |
bigint.c
|
added hcl_inttouintmax()/hcl_inttointmax()/hcl_uintmaxtoint()/hcl_intmaxtoint()
|
2019-08-13 07:15:12 +00:00 |
cb-impl.c
|
updated some wrong prefix
|
2018-11-03 15:59:49 +00:00 |
cb-impl.h
|
added the bin directory and moves files for binary commands into it
|
2019-05-14 04:21:35 +00:00 |
comp.c
|
fixing compiler bugs regarding MAKE_FUNCTION and literal frame rebasing
|
2020-10-07 08:06:49 +00:00 |
debug.c
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
decode.c
|
fixing compiler bugs regarding MAKE_FUNCTION and literal frame rebasing
|
2020-10-07 08:06:49 +00:00 |
dic.c
|
changing vm implementation a bit. this commit is buggy
|
2020-10-04 18:21:05 +00:00 |
err.c
|
added the _instsize field to hcl_t, hcl_server_t, hcl_client_t
|
2019-06-21 12:36:25 +00:00 |
exec.c
|
fixing compiler bugs regarding MAKE_FUNCTION and literal frame rebasing
|
2020-10-07 08:06:49 +00:00 |
fmt.c
|
restored the lost code for 'J' in fmt.c
|
2020-09-21 08:34:08 +00:00 |
gc.c
|
fixed a gc error not fixed in the previous commit
|
2020-10-04 19:07:21 +00:00 |
hcl-c.c
|
added the _instsize field to hcl_t, hcl_server_t, hcl_client_t
|
2019-06-21 12:36:25 +00:00 |
hcl-c.h
|
introduced the new type hcl_bitmask_t
|
2018-04-26 04:39:20 +00:00 |
hcl-cfg.h.in
|
changed --enable-unicode to --enable-wide-char in configure.ac and removed c++ stuffs
|
2020-08-18 03:03:45 +00:00 |
hcl-cmn.h
|
added hcl_add_ntime()/hcl_sub_ntime()
|
2020-09-03 06:21:01 +00:00 |
hcl-dos.h
|
changed copyright years
|
2018-02-07 14:13:13 +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
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
hcl-prv.h
|
writing code for function activation using function-local literal frame
|
2020-10-05 09:37:26 +00:00 |
hcl-rbt.h
|
renamed hcl_getrbtstyle() to hcl_get_rbt_style()
|
2019-11-18 14:09:57 +00:00 |
hcl-s.c
|
still experimenting to find a good way to represent byte codes and literal frames in the interactive mode
|
2020-09-28 15:44:04 +00:00 |
hcl-s.h
|
Added a work file
|
2018-08-07 16:05:41 +00:00 |
hcl-tmr.h
|
removed ctx2 & ctx3 from hcl_tmr_event_t
|
2018-05-03 06:14:10 +00:00 |
hcl-utl.h
|
added hcl_add_ntime()/hcl_sub_ntime()
|
2020-09-03 06:21:01 +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
|
adding experimental changes for compiler enhancement
|
2020-09-24 08:24:47 +00:00 |
hcl.h
|
fixing types of some fields in hcl_context_t and hcl_function_t for clarity and consistency
|
2020-10-04 19:34:53 +00:00 |
heap.c
|
fixed print_formatted() to use hcl_outfmtobj() instead of hcl_print().
|
2018-03-01 14:47:12 +00:00 |
json.c
|
fixed a bug and a typo introduced in the earlier commit of json.c
|
2019-06-15 05:31:29 +00:00 |
Makefile.am
|
updated ax_pthread.m4
|
2020-02-27 07:57:19 +00:00 |
Makefile.in
|
removed unneeded substitutions in configure.ac
|
2020-08-19 05:10:22 +00:00 |
number.c
|
refined the msb positioning functions
|
2019-05-04 17:56:45 +00:00 |
obj.c
|
fixed a gc error not fixed in the previous commit
|
2020-10-04 19:07:21 +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
|
refactored fmt code
|
2019-05-31 10:54:13 +00:00 |
print.c
|
writing code for function activation using function-local literal frame
|
2020-10-05 09:37:26 +00:00 |
rbt.c
|
renamed hcl_getrbtstyle() to hcl_get_rbt_style()
|
2019-11-18 14:09:57 +00:00 |
read.c
|
still experimenting to find a good way to represent byte codes and literal frames in the interactive mode
|
2020-09-28 15:44:04 +00:00 |
sym.c
|
redefined hash functions
|
2019-03-06 01:50:46 +00:00 |
tmr.c
|
refined the msb positioning functions
|
2019-05-04 17:56:45 +00:00 |
utf8.c
|
fixed MOO_SMOOI_TO_OOP to pacify clang about the warning 'warning: shifting a negative signed value is undefined'
|
2018-05-28 09:49:32 +00:00 |
utl.c
|
added hcl_add_ntime()/hcl_sub_ntime()
|
2020-09-03 06:21:01 +00:00 |
xutl-sa.h
|
restructured client and server code into a single library libhclex.
|
2018-04-10 13:57:17 +00:00 |
xutl.c
|
restructured client and server code into a single library libhclex.
|
2018-04-10 13:57:17 +00:00 |