9bc90c4d60
added HCL_MOD_LIBDIRS
continuous-integration/drone/push Build is passing
2024-01-05 15:01:59 +09:00
007a6c6b48
added more code struct manipulation code
continuous-integration/drone/push Build is failing
2023-12-28 00:27:27 +09:00
291a999c2a
cleaned up code by removing migrating unused functions
continuous-integration/drone/push Build is failing
2023-12-06 11:09:15 +09:00
3d47a99cd2
added many charcter handling code
continuous-integration/drone/push Build is failing
2023-11-22 00:24:57 +09:00
5a28ab3749
working on the block expression compilation
continuous-integration/drone/push Build is failing
2023-11-10 00:03:03 +09:00
94a44f1fd7
separted the IO handlers to the source code handler and user stream handlers
continuous-integration/drone/push Build is passing
2023-11-05 16:58:45 +09:00
1bf908e6ba
some minor code touch-up
2022-07-31 13:17:44 +00:00
b78513ad0a
fixed a minor typecasting flaw
2021-07-24 15:28:59 +00:00
28bac46b39
added HCL_LOG_TARGET_BCS and HCL_LOG_TARGET_UCS
2021-07-19 18:59:17 +00:00
08cf4548bb
reworked on HCL_LOG_TARGET
2021-07-19 07:11:41 +00:00
999024e54b
added hcl_compile_flag_t
2021-04-24 13:50:51 +00:00
33db65a8b9
set the defailt logging mask to 0.
...
fixed wrong format specifiers in std.c
2021-02-11 14:14:49 +00:00
43322c6901
moved the heapsize parameter from hcl_open() to hcl_ignite()
2021-02-09 17:47:22 +00:00
1d0c7a8bbc
allowed vmprim.alloc_heap() to create a bigger heap than requested.
...
enhanced the standard implementation(std.c) to attempt HUGETLB if the requested heap size is over 1/2 of the huge page size
2021-02-09 14:54:54 +00:00
037174ddb6
adding hcl_openstd()
2021-02-07 17:57:35 +00:00
65c23a3ff5
removed unneeded code
...
uniformize the naming of locptr, dbgl to dbgi
2021-02-01 03:32:09 +00:00
6720640ed7
adding some work-in-progress code to store debugging information for generated byte codes
2021-01-03 13:51:23 +00:00
11e831bbcc
switching GC from semi-space copying to mark-sweep
2020-12-31 17:48:47 +00:00
852543ee19
Added some incomplete code for process-switching
2020-10-15 12:57:05 +00:00
a69434a96f
enhancing the compiler and hcl_execute() for better interactive use
2020-10-08 09:25:54 +00:00
b9ae46afff
adding experimental changes for compiler enhancement
2020-09-24 08:24:47 +00:00
b8fd5c6712
experiments...
2020-09-22 09:19:53 +00:00
9b2f40c282
renamed hcl_getrbtstyle() to hcl_get_rbt_style()
2019-11-18 14:09:57 +00:00
e27058d771
added the _instsize field to hcl_t, hcl_server_t, hcl_client_t
2019-06-21 12:36:25 +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
2d9f5b51ad
added sys.time, sys.random, sys.srandom.
...
removed test-bi.sh
wrote a simple bigint test program into test-bi.hcl
2019-04-17 03:46:39 +00:00
140682dfc4
reorganized some callback functions into cb-impl.c
2018-11-03 15:57:14 +00:00
deb53399a4
introduced the new type hcl_bitmask_t
2018-04-26 04:39:20 +00:00
7c886ae2e3
added hcl_setinloc() and called this on each .SCRIPT command received in the server
2018-04-12 02:50:37 +00:00
ae3745d5f3
added HCL_MOD_INCTX to hcl
...
added HCL_SERVER_MODULE_INCTX to hcl server
2018-04-09 15:54:54 +00:00
e92407221f
renamed some function names for naming consistency
2018-04-07 15:54:16 +00:00
3228386c2c
implemented actor_max_runtime primitively using timer events
2018-03-15 10:30:06 +00:00
6f69e018c4
added timer functions
2018-03-15 08:35:38 +00:00
34a23ef986
moving code in main2.c to hcl-s.c
2018-03-13 10:20:33 +00:00
3ba32a615d
exported hcl_conv_ucs_to_bcs_with_cmgr() and similar functions
...
enhanced the sample server program
2018-03-12 16:45:42 +00:00
d51ad1cd6a
Added partial sample program to accept requests over a socket
2018-03-12 10:39:13 +00:00
27e1e55a7c
added hcl_getip(), hcl_getbclen(), hcl_getlflen()
...
renamed vm_checkpoint to vm_checkbc while adding a new parameter
2018-03-11 11:16:28 +00:00
f9e60cea28
changed the position of abortion check
2018-03-11 03:05:42 +00:00
536f7fd9f2
added hcl_abort()
...
taken out vm_startup and vm_cleanup from hcl_vmprim_t and moved them to hcl_cb_t
2018-03-10 17:53:44 +00:00
a60bd0c898
renamed hcl_purgeatdic() to hcl_zapatdic()
...
exposed hcl_moveoop()
extended the meaning of the kernel bits in the object flags
extended hcl_pfbase_t to include the type - one of HCL_PFBASE_FUNC, HCL_PFBASE_VAR, HCL_PFBASE_CONST. HCL_PFBASE_CONST not fully implemented yet
2018-03-08 14:18:30 +00:00
02b02865ac
work in progress to add the hcl_purgeatdic() function
2018-03-08 10:00:57 +00:00
474d48a211
changed configure.ac to reset DL_LIBS if it's set to 'none required'
2018-03-05 04:39:57 +00:00
3eac18548c
added mmap/munmap check to configure.ac
2018-03-05 04:08:11 +00:00
e3b5d33811
implemented the builtin primitive function sprintf
2018-03-05 03:35:44 +00:00
9094157e28
fixed print_formatted() to use hcl_outfmtobj() instead of hcl_print().
...
added 2 new optional callbacks - vmprim.alloc_heap and vmprim.free_heap
2018-03-01 14:47:12 +00:00
c865de4d61
changed the prototype of hcl_pfimpl_t to accept a hcl_mod_t* pointer
2018-02-28 04:52:01 +00:00
ef51ee4a1d
enhanced the logfmtv to handle encoding conversion of the format string
2018-02-26 15:24:45 +00:00
7e6b16e153
work in progress to implement the builtin printf function
2018-02-24 04:01:19 +00:00
9498530691
enhanced HCL_BRANDOF() to avoid multiple comparisons.
...
added the eqk? builtin primitive
removed unnecessary lines
2018-02-23 07:17:23 +00:00
a39e38cc8d
made hcl immune to an error number/message set in the log_write callback
2018-02-22 04:35:55 +00:00