hcl/lib
hyung-hwan 5ae3cb1eba
All checks were successful
continuous-integration/drone/push Build is passing
wip - x-client
2024-05-11 14:16:22 +09:00
..
bigint.c added many charcter handling code 2023-11-22 00:24:57 +09:00
chr.c enhanced the compiler to prohibit variable declaration after 'do' if it's the head of block expression 2023-11-28 01:44:13 +09:00
cnode.c changed ::: to :: to indicate class variables, parent class, retvar 2024-02-04 01:57:53 +09:00
comp.c fixed the tv.wcount and tv.s.len restoration logic upon compiliation failure 2024-04-21 02:24:27 +09:00
debug.c added many charcter handling code 2023-11-22 00:24:57 +09:00
decode.c simplified the CLASS_LOAD instruction by chaining it with a PUSH instruction. now the class name part of the out-of-class method defintion refers to a normal variable 2024-04-13 17:17:15 +09:00
dic.c added many charcter handling code 2023-11-22 00:24:57 +09:00
err.c added hcl_seterrbfmtloc() and hcl_seterrufmtloc() 2024-04-05 01:26:02 +09:00
exec.c removed some unused code 2024-04-20 21:57:05 +09:00
fmt-imp.h added many charcter handling code 2023-11-22 00:24:57 +09:00
fmt.c update for type correctness 2024-04-06 16:52:53 +09:00
gc.c removed an unused variable from gc.c 2024-04-13 17:22:16 +09:00
hcl-cfg.h.in code clean-up of xproto code. 2024-04-21 16:29:55 +09:00
hcl-chr.h wip - reworking hcl server/client code 2024-04-14 18:33:15 +09:00
hcl-cmn.h redefined HCL_ALIGNOF() and added HCL_SFN() 2024-04-28 13:40:56 +09:00
hcl-dos.h code cleanup 2023-12-22 11:53:29 +09:00
hcl-fmt.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-json.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-mac.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-msw.h cleaned up some code 2023-12-07 23:01:17 +09:00
hcl-opt.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-os2.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-pac1.h writing functions for bytecode and literal frame exchange with other vms 2023-12-23 12:43:26 +09:00
hcl-prv.h simplified the CLASS_LOAD instruction by chaining it with a PUSH instruction. now the class name part of the out-of-class method defintion refers to a normal variable 2024-04-13 17:17:15 +09:00
hcl-rbt.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-sys.h moved some functions to sys.c 2024-05-06 22:24:08 +00:00
hcl-tmr.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-upac.h writing functions for bytecode and literal frame exchange with other vms 2023-12-23 12:43:26 +09:00
hcl-utl.h wip - x-client 2024-05-11 14:16:22 +09:00
hcl-x.h wip - x-client 2024-05-11 14:16:22 +09:00
hcl-xma.h added many charcter handling code 2023-11-22 00:24:57 +09:00
hcl-xutl.h undergoing code refactoring of xproto, server, client code 2024-04-21 22:15:04 +09:00
hcl.c fixed the lvalue check in the assignment list in read.c 2024-04-18 23:06:28 +09:00
hcl.h fixed the tv.wcount and tv.s.len restoration logic upon compiliation failure 2024-04-21 02:24:27 +09:00
heap.c update for type correctness 2024-04-06 16:52:53 +09:00
json.c added many charcter handling code 2023-11-22 00:24:57 +09:00
Makefile.am moved some functions to sys.c 2024-05-06 22:24:08 +00:00
Makefile.in moved some functions to sys.c 2024-05-06 22:24:08 +00:00
mb8.c added many charcter handling code 2023-11-22 00:24:57 +09:00
number.c added many charcter handling code 2023-11-22 00:24:57 +09:00
obj.c updated hcl_makebigint() 2024-04-09 00:43:27 +09:00
opt-impl.h added many charcter handling code 2023-11-22 00:24:57 +09:00
opt.c added many charcter handling code 2023-11-22 00:24:57 +09:00
poll-msw.c writing functions for bytecode and literal frame exchange with other vms 2023-12-23 12:43:26 +09:00
poll-msw.h wip - reworking hcl server/client code 2024-04-14 18:33:15 +09:00
prim.c fixed the compiler to check the presense of the exception handler expression in the catch part 2024-04-10 19:48:49 +09:00
print.c fixed the compiler to check the presense of the exception handler expression in the catch part 2024-04-10 19:48:49 +09:00
rbt.c converted some macros to functions - hcl_getxtn(), hcl_getcmgr(), hcl_setcmgr, hcl_getmmgr() 2024-02-20 15:40:39 +09:00
read.c made a small fix over file inclusion failure handling 2024-04-21 14:44:03 +09:00
std.c added hcl_get_base_name_from_path() 2024-04-27 21:16:00 +09:00
sym.c update for type correctness 2024-04-06 16:52:53 +09:00
sys.c wip - x-client 2024-05-11 14:16:22 +09:00
tmr.c added many charcter handling code 2023-11-22 00:24:57 +09:00
uch-case.h added many charcter handling code 2023-11-22 00:24:57 +09:00
uch-prop.h added many charcter handling code 2023-11-22 00:24:57 +09:00
utf8.c added many charcter handling code 2023-11-22 00:24:57 +09:00
utf16.c wip - reworking hcl server/client code 2024-04-14 18:33:15 +09:00
utl.c added hcl_get_base_name_from_path() 2024-04-27 21:16:00 +09:00
x-client.c wip - x-client 2024-05-11 14:16:22 +09:00
x-proto.c wip - x-client 2024-05-11 14:16:22 +09:00
x-server.c wip - x-client 2024-05-11 14:16:22 +09:00
xchg.c wip - reworking hcl server/client code 2024-04-14 18:33:15 +09:00
xma.c added many charcter handling code 2023-11-22 00:24:57 +09:00
xutl-sa.h code clean-up of xproto code. 2024-04-21 16:29:55 +09:00
xutl.c code clean-up of xproto code. 2024-04-21 16:29:55 +09:00