Commit Graph

47 Commits

Author SHA1 Message Date
0fa279fa1c yet implementing the new compiler 2021-01-19 14:07:42 +00:00
919ab8f57e coding a better compiler 2021-01-17 17:45:39 +00:00
a42b50598a experimenting with the new reader 2021-01-15 09:12:28 +00:00
3d6efc7f62 changing code for the new reader and compiler 2021-01-12 09:06:25 +00:00
09c2352666 changing code to improve the compiler 2021-01-09 16:53:35 +00:00
119bd17ce3 added xma.c 2020-12-28 17:03:29 +00:00
e757d66056 stop specifying explicit DEPENDENCIES by listing the .la files in LDADD/LIBADD 2020-11-16 13:07:15 +00:00
74e6511b9c cleaned up code and build files 2020-11-15 10:26:14 +00:00
1fc06dac48 cleaned up build files 2020-11-15 09:56:06 +00:00
49625d87fd removed unneeded substitutions in configure.ac 2020-08-19 05:10:22 +00:00
702fa3f382 changed --enable-unicode to --enable-wide-char in configure.ac and removed c++ stuffs 2020-08-18 03:03:45 +00:00
c8f12e1ef8 updated ax_pthread.m4 2020-02-27 07:57:19 +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
4fc557e02a refactored fmt code 2019-05-31 10:54:13 +00:00
73361ba5b2 added the bin directory and moves files for binary commands into it 2019-05-14 04:21:35 +00:00
90bde8d14a 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
0c7771dd57 changed project url 2019-02-01 16:41:57 +00:00
8763b0f640 fixed the wrong pfmod prefix in Makefile.am 2018-11-03 16:02:38 +00:00
d0a42cdfae reorganized some callback functions into cb-impl.c 2018-11-03 15:57:14 +00:00
86acc0112d cleaned up some code 2018-11-02 14:15:28 +00:00
3bc1b3b95d enhanced pfmod loading code 2018-10-14 10:13:24 +00:00
0f92c54f28 added hcl_getsynerrnum() and enhanced EOF handling 2018-07-28 04:08:09 +00:00
b83d2bb501 added libunwind interface support for stack frame backtracing 2018-04-26 04:50:40 +00:00
e39abb4996 renamed hcl_json_t to hcl_jsoner_t 2018-04-21 05:36:06 +00:00
69a0b1548b added json related files 2018-04-21 02:13:53 +00:00
b9acbd1694 restructured client and server code into a single library libhclex.
also migrated socket related functions into the library
2018-04-10 13:57:17 +00:00
15410a7958 added HCL_MOD_INCTX to hcl
added HCL_SERVER_MODULE_INCTX to hcl server
2018-04-09 15:54:54 +00:00
7c5bde98f1 fixed build files again 2018-04-09 06:11:57 +00:00
18f7b0d1ad fixed build files 2018-04-09 05:36:32 +00:00
10ae33e0ea fixed reply encoding in the unicode mode in the server 2018-03-29 03:08:43 +00:00
7515894082 started adding fpdec calculation functions 2018-03-28 16:40:42 +00:00
b8ca47f7f9 exposed hcl_addbuiltinprims(). 2018-03-19 09:22:12 +00:00
7db7e3e48f renamed main2.c to main-s.c
started adding client code
2018-03-17 16:07:51 +00:00
fc3fe73b1f enhanced the hcl server code to assign an ID to each worker created 2018-03-16 05:56:05 +00:00
6806c2bd30 added timer functions 2018-03-15 08:35:38 +00:00
38edf4f8e9 cleaned up code a bit 2018-03-14 14:46:23 +00:00
7371618c5b exported hcl_seterrbfmtv(), hcl_seterrufmtv()
added hcl_server_seterrbfmt(), hcl_server_seterrufmt(), hcl_server_seterrbfmtv(), hcl_server_seterrufmtv()
added socket address conversion functions
2018-03-14 14:40:05 +00:00
449ac10b9c moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
44df07c1e8 Added partial sample program to accept requests over a socket 2018-03-12 10:39:13 +00:00
48bbbdd152 updated the build files to utilize the standalone libltdl library if available 2018-03-07 07:50:28 +00:00
ad0534a18e added --enable-unicode to configure.ac
cleaned up unnecessary code
2018-02-21 07:37:10 +00:00
a29e4a3edc added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
a8969a53f3 added -ldl to the build process 2018-02-09 04:02:17 +00:00
ddfc163c37 changed the reader to handle #(), #[], #{}, '() specially 2018-02-06 10:16:01 +00:00
71a10e09c6 trying to revive this project 2018-02-05 10:43:25 +00:00
dc2b007550 added some code to handle primitives and the call instruction 2016-10-06 17:49:47 +00:00
256efdb134 added initial hcl files 2016-09-28 14:40:37 +00:00