.. |
bigint.c
|
fixed minor flaws in the code
|
2021-03-25 16:53:05 +00:00 |
cnode.c
|
writing code to implement return variables
|
2021-05-09 15:32:54 +00:00 |
comp.c
|
removed a debugging message
|
2022-01-04 13:43:51 +00:00 |
debug.c
|
added 'class_push_exit'
|
2021-12-24 00:05:58 +00:00 |
decode.c
|
added new instructions - push_clsvar, store_into_clsvar, pop_into_clsvar
|
2022-01-01 14:58:57 +00:00 |
dic.c
|
the new compiler is becoming usable. but not complete yet.
|
2021-01-22 14:43:47 +00:00 |
err.c
|
touching up variable declaration handling in a class
|
2022-01-03 17:59:55 +00:00 |
exec.c
|
added new instructions - push_clsvar, store_into_clsvar, pop_into_clsvar
|
2022-01-01 14:58:57 +00:00 |
fmt-imp.h
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
fmt.c
|
added a few string formatting functions
|
2021-03-30 05:37:00 +00:00 |
gc.c
|
fixed initialization of hcl->nil_process
|
2021-06-25 16:07:29 +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
|
adding hcl_openstd()
|
2021-02-07 17:57:35 +00: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
|
touching up variable declaration handling in a class
|
2022-01-03 17:59:55 +00:00 |
hcl-rbt.h
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
hcl-s.c
|
added hcl_compile_flag_t
|
2021-04-24 13:50:51 +00:00 |
hcl-s.h
|
allowed vmprim.alloc_heap() to create a bigger heap than requested.
|
2021-02-09 14:54:54 +00:00 |
hcl-tmr.h
|
removed ctx2 & ctx3 from hcl_tmr_event_t
|
2018-05-03 06:14:10 +00:00 |
hcl-utl.h
|
touched up code a bit
|
2021-02-09 15:06:41 +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
|
fixed a minor typecasting flaw
|
2021-07-24 15:28:59 +00:00 |
hcl.h
|
touching up variable declaration handling in a class
|
2022-01-03 17:59:55 +00: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
|
removed cb-impl.c and cb-impl.h
|
2021-02-08 15:42:24 +00:00 |
Makefile.in
|
removed cb-impl.c and cb-impl.h
|
2021-02-08 15:42:24 +00:00 |
number.c
|
switching GC from semi-space copying to mark-sweep
|
2020-12-31 17:48:47 +00:00 |
obj.c
|
fixed the missing prototype defintion of hcl_instantiate()
|
2021-12-31 08:39:12 +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
|
fixed the missing prototype defintion of hcl_instantiate()
|
2021-12-31 08:39:12 +00:00 |
print.c
|
some code for class instantiation
|
2021-05-21 16:21:23 +00:00 |
rbt.c
|
renamed hcl_getrbtstyle() to hcl_get_rbt_style()
|
2019-11-18 14:09:57 +00:00 |
read.c
|
making a useless commit
|
2021-06-07 01:11:17 +00:00 |
std.c
|
added HCL_LOG_TARGET_BCS and HCL_LOG_TARGET_UCS
|
2021-07-19 18:59:17 +00: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
|
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_dupucstr(), hcl_dupbcstr()
|
2021-03-28 18:12:07 +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 |