Commit Graph

36 Commits

Author SHA1 Message Date
8309f057b3 moved the proprocessor capability check up the file
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-21 23:59:48 +09:00
c801556603 redefined HCL_ALIGNOF() and added HCL_SFN()
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 13:40:56 +09:00
8dc884aa7e added hcl_get_base_name_from_path()
merged hclx server and client into a single command
2024-04-27 21:16:00 +09:00
37e0efc74a separated tuple([] used for assignment) from array(holding data)
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-10 22:38:01 +09:00
f85dd54040 minor code cleanup
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-11 16:39:16 +09:00
caebe2c5a9 added hcl_unmarshalcodefrommem() and hcl_marshalcodetomem()
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-30 22:28:04 +09:00
58d913e3da writing functions for bytecode and literal frame exchange with other vms
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-23 12:43:26 +09:00
5f91536a38 code cleanup
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-22 11:53:29 +09:00
e91dde6213 added some error check scripts
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-27 00:08:59 +09:00
3d47a99cd2 added many charcter handling code
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-22 00:24:57 +09:00
9f89bd7c1b some more code cleanup 2021-03-28 03:44:27 +00:00
656e0150a9 cleaned up code and build files 2020-11-15 10:26:14 +00:00
e8ac460f59 added hcl_add_ntime()/hcl_sub_ntime() 2020-09-03 06:21:01 +00:00
1fc6f09909 changed --enable-unicode to --enable-wide-char in configure.ac and removed c++ stuffs 2020-08-18 03:03:45 +00:00
6ba4cedd4a added hcl_oocu_t, hcl_ucu_t, hcl_bcu_t 2019-11-19 13:59:24 +00:00
8b96d6fc0f added HCL_BITSOF(x) 2019-09-26 05:24:13 +00:00
947dd4c5d3 added static assertion macros 2019-08-06 03:08:36 +00:00
a161944682 refactored fmt code 2019-05-31 10:54:13 +00:00
6e5a92a041 refined the msb positioning functions
migrated hcl_isint()/hcl_isbigint() to hcl-prv.h
2019-05-04 17:56:45 +00:00
a58f9e47b0 added __cplusplus when determining inline availability 2019-05-03 08:42:52 +00:00
727865dcc5 enhanced hcl_bswap16/32/64() 2019-05-03 07:39:01 +00:00
7f7a2685d0 synchronized the bigint functions with moo 2019-04-16 09:06:30 +00:00
b14668d3d5 optimized bigint division a bit 2019-03-25 13:01:05 +00:00
fd99432186 redefined hash functions 2019-03-06 01:50:46 +00:00
7f0428d288 cleaned up some code 2018-11-02 14:15:28 +00:00
d51ad1cd6a Added partial sample program to accept requests over a socket 2018-03-12 10:39:13 +00:00
ffa6c39852 fixed a bug in printing a single character when hcl_ooch_t is hcl_bch_t
implemented the primitive printf function partially
2018-02-28 10:17:05 +00:00
aaafc1371b changed the format of accepted values by --enable-unicode 2018-02-28 07:33:13 +00:00
c12b85e0a0 enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no.
redefined the moo_uch_t type to follow the enable-unicode value
2018-02-21 10:12:47 +00:00
cfdc22ee60 added --enable-unicode to configure.ac
cleaned up unnecessary code
2018-02-21 07:37:10 +00:00
e54096f2a0 changed copyright years 2018-02-07 14:13:13 +00:00
293222d5c5 trying to revive this project 2018-02-05 10:43:25 +00:00
066b5c0e0d added _uint128_t check 2016-10-07 14:46:05 +00:00
badf66c9d4 added some code for executing byte codes 2016-10-04 17:56:28 +00:00
bdfc72d48d added some code to handle local variable declaration 2016-10-01 04:36:48 +00:00
94e690004d added initial hcl files 2016-09-28 14:40:37 +00:00