|
cfa019a16d
|
fixing code to implement exception handling
|
2021-04-14 16:20:18 +00:00 |
|
|
7d7c709591
|
initialized the io multiplexer properly in cb_vm_startup()
|
2021-02-08 09:16:53 +00:00 |
|
|
51e347889d
|
the new compiler is becoming usable. but not complete yet.
added more string copy functions
|
2021-01-22 14:43:47 +00:00 |
|
|
e4ae7add8b
|
coding a better compiler
|
2021-01-17 17:45:39 +00:00 |
|
|
656e0150a9
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
|
|
852543ee19
|
Added some incomplete code for process-switching
|
2020-10-15 12:57:05 +00:00 |
|
|
e27058d771
|
added the _instsize field to hcl_t, hcl_server_t, hcl_client_t
|
2019-06-21 12:36:25 +00:00 |
|
|
a161944682
|
refactored fmt code
|
2019-05-31 10:54:13 +00:00 |
|
|
8537f8a67f
|
interim commit while adding vmprim.assertfail
|
2018-11-03 14:05:37 +00:00 |
|
|
7f0428d288
|
cleaned up some code
|
2018-11-02 14:15:28 +00:00 |
|
|
1b59610444
|
added hcl_getsynerrnum() and enhanced EOF handling
|
2018-07-28 04:08:09 +00:00 |
|
|
baae283222
|
change to print header in backtrace
|
2018-04-26 06:36:49 +00:00 |
|
|
71da060d29
|
fixed the stack backtrace function
|
2018-04-26 06:35:43 +00:00 |
|
|
a07f943dbc
|
added libunwind interface support for stack frame backtracing
|
2018-04-26 04:50:40 +00:00 |
|
|
e92407221f
|
renamed some function names for naming consistency
|
2018-04-07 15:54:16 +00:00 |
|
|
69a5ef94bd
|
changed hcl_seterrxxx() functions not to set the errnum field again for failures in internal operations, especially in hcl_convxxx()
|
2018-04-06 14:59:44 +00:00 |
|
|
e41a02b957
|
changed hcl to be more json friendly including changing various notations and grammars
|
2018-04-06 08:33:25 +00:00 |
|
|
16b96e49bc
|
made code a bit win32 friendly
|
2018-03-31 07:10:43 +00:00 |
|
|
0b7acc1fd8
|
Added HCL_SERVER_WORKER_MAX_COUNT
changed the main server loop to purge dead clients as soon as the multiplex is finished
|
2018-03-16 14:57:34 +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 |
|
|
a78dba499f
|
changed the reader to use a stack of 4-item arrays instead of chains of 3 cons cells
cleaned up some unused code
|
2018-02-22 10:02:39 +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 |
|
|
22127d384f
|
added some error checks for error literals and smptr literals
|
2018-02-17 16:01:27 +00:00 |
|
|
2201ee5a94
|
added hcl_walkdic
fixed a bug of not printing the list closer properly in hcl_print().
enhanced error handling
|
2018-02-12 16:51:38 +00:00 |
|
|
4ddffc101d
|
mapped a dotted identifer to a primitive function
|
2018-02-12 10:50:44 +00:00 |
|
|
4f55376107
|
touched up code. added eqv? eql? not
|
2018-02-08 07:40:27 +00:00 |
|
|
e54096f2a0
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
|
|
ca7da52af4
|
added bytearray compilation code
|
2018-02-07 13:55:22 +00:00 |
|
|
293222d5c5
|
trying to revive this project
|
2018-02-05 10:43:25 +00:00 |
|