Commit Graph

16 Commits

Author SHA1 Message Date
be17a646e7 fixed %js handling in the formatting funtion 2022-01-24 07:39:43 +00:00
53294f53a9 rearranged the stack for the call operation by pushing a dummy receiver.
the rearrangement is done to make aa plain function call look the same as a message send
2022-01-22 15:40:38 +00:00
e33c79725d added a few string formatting functions 2021-03-30 05:37:00 +00:00
0de8ae34d1 some more code cleanup 2021-03-28 03:44:27 +00:00
ef83e4f57b minor code fixes 2021-03-27 10:32:23 +00:00
f68b80143a switching GC from semi-space copying to mark-sweep 2020-12-31 17:48:47 +00:00
74e6511b9c cleaned up code and build files 2020-11-15 10:26:14 +00:00
59da10458d enhancing the compiler and hcl_execute() for better interactive use 2020-10-08 09:25:54 +00:00
b35381ce2a restored the lost code for 'J' in fmt.c 2020-09-21 08:34:08 +00:00
f6a585354c changed ambiguous code in lib/fmt.c 2020-07-10 14:52:29 +00:00
7c61ddaa39 fixed wrong prefix output for %# in fmt.c 2019-11-24 08:06:06 +00:00
a20589ddf5 added the _instsize field to hcl_t, hcl_server_t, hcl_client_t 2019-06-21 12:36:25 +00:00
2f0e7b253a diverted w/W to k/K in format_stack_args() in the non-unicode mode 2019-06-02 15:58:12 +00:00
0f38aa8e70 fixed a flaw in print_ucs() in fmt.c
renamed ENABLE_HCLEX to ENABLE_HCLX
2019-06-02 06:42:47 +00:00
63143f721d added hcl_prufmtv() and hcl_prbfmtv() 2019-06-02 05:06:08 +00:00
dfc2043d92 added fmt.c 2019-06-01 14:05:45 +00:00