81 Commits

Author SHA1 Message Date
hyunghwan.chung
7322268329 removed unneeded substitutions in configure.ac 2020-08-19 05:11:39 +00:00
hyunghwan.chung
45abb459c5 changed --enable-unicode to --enable-wide-char in configure.ac 2020-08-18 02:53:26 +00:00
hyunghwan.chung
b3f9ad5590 removed c++ stuffs from configure.ac 2020-08-15 19:17:07 +00:00
hyunghwan.chung
ce7d32e7ce updated ax_pthread.m4 2020-02-27 07:53:52 +00:00
hyunghwan.chung
3ced20346c added some floating point number formatting code 2019-11-22 09:51:51 +00:00
hyunghwan.chung
207c12ea1e added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
hyunghwan.chung
9c743960d8 more functions to io-file.c 2019-10-31 09:09:11 +00:00
hyunghwan.chung
290b583f41 some tweaking about LFS support 2019-10-30 13:36:04 +00:00
hyunghwan.chung
da2a8a464a updated configure.ac to show FFI_LIBS 2019-09-24 02:13:35 +00:00
hyunghwan.chung
d50f4fab99 added kqueue check into configure.ac 2019-09-23 06:48:55 +00:00
hyunghwan.chung
70c97f5ab5 started using libffi in mod/ffi.c if it's available. work in progress 2019-08-09 18:19:13 +00:00
hyunghwan.chung
8e27a62a40 added the wasm directory for experiments 2019-07-15 09:36:03 +00:00
hyunghwan.chung
e8cadd9bc3 gui log view experiment with gtk 2019-05-22 08:49:27 +00:00
hyunghwan.chung
44b121ee50 added the bin directory and moves files for binary commands into it 2019-05-14 04:07:23 +00:00
hyunghwan.chung
b48b839a3d redefined endian conversion functions as macros 2019-05-02 07:16:55 +00:00
hyunghwan.chung
904c8ded2a changed the help message for enable-full-liw in configure.ac 2019-04-09 03:39:11 +00:00
hyunghwan.chung
4435124b32 added --enable-full-liw to configure.ac 2019-04-08 17:41:27 +00:00
hyunghwan.chung
eff7ad9c74 called SetThreadPriority() 2018-11-26 04:12:55 +00:00
hyunghwan.chung
44c72e07e6 changed setup_tick() and cancel_tick() to moo_start_tick() and moo_stop_tick() 2018-11-19 15:52:26 +00:00
hyunghwan.chung
210e022d92 added check for pipe2 and epoll_create1 to configure.ac 2018-11-13 07:36:04 +00:00
hyunghwan.chung
f3f77ae9f2 fixed some code for win32 2018-10-14 14:06:58 +00:00
hyunghwan.chung
7ea2c18ffd added the MACOSX conditional to configure.ac 2018-10-14 07:31:44 +00:00
hyunghwan.chung
3ed7b46807 reproduced build files 2018-10-14 07:15:35 +00:00
hyunghwan.chung
7b5462ca26 changed the compiler structure a bit for planned architectural change of the compiler 2018-09-30 16:06:19 +00:00
hyunghwan.chung
389a7a3d76 enhanced the __int128_t check with extra check against va_arg 2018-06-30 03:46:45 +00:00
hyunghwan.chung
2c6072adf9 regenerated build files 2018-06-19 02:12:03 +00:00
hyunghwan.chung
8b7eebd654 added some partial utf8 related primitives 2018-06-17 17:41:04 +00:00
hyunghwan.chung
ff1d47dd15 more async socket code 2018-05-02 16:36:56 +00:00
hyunghwan.chung
216e7f3b15 fixed the stack frame dump function.
fixed a fault in configure.ac
2018-04-26 06:39:47 +00:00
hyunghwan.chung
2467b4212a added backtracing code using libunwind 2018-04-26 03:17:54 +00:00
hyunghwan.chung
a7df146e9e added libunwind detection to configure.ac 2018-04-25 15:25:53 +00:00
hyunghwan.chung
ad04eaa7b1 added MOO_MOD_INDEX 2018-04-09 16:31:11 +00:00
hyunghwan.chung
231610a884 fixed build files 2018-04-09 06:21:59 +00:00
hyunghwan.chung
6a5ff66580 fixed a bug in the default log callback 2018-03-19 09:50:36 +00:00
hyunghwan.chung
c500ca2fa9 renamed a wrong word 2018-03-14 14:14:21 +00:00
hyunghwan.chung
47c46e189d changed moo_getutf8cmgr() to moo_get_utf8_cmgr() 2018-03-12 16:46:21 +00:00
hyunghwan.chung
f8b8ad1ddd added simple code to utilize MMAP_HUGETLB when allocating the oom-heap 2018-03-07 08:09:06 +00:00
hyunghwan.chung
16787ac345 changed the default value of --enable-libltdl to no 2018-03-07 07:58:58 +00:00
hyunghwan.chung
c2a2bc2a0a simplied build files to gtt rid of the bundled libltdl. while there is advantage in bundling, i don't want to support it unless there is a standalone libltdl installed in the system 2018-03-07 07:44:46 +00:00
hyunghwan.chung
76a185aa66 changed configure.ac to reset DL_LIBS if it's set to 'none required'.
pushed down heap creation in hcl_init()
2018-03-05 04:46:13 +00:00
hyunghwan.chung
78c459c567 changed the format of the accepted values by --enable-unicode 2018-02-28 06:44:54 +00:00
hyunghwan.chung
ae0f559060 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:11:39 +00:00
hyunghwan.chung
c16546c3df added --enable-unicode to configure.ac 2018-02-21 09:41:52 +00:00
hyunghwan.chung
8233a6ae0a deprecated NDEBUG and introduced HCL_BUILD_DEBUG and HCL_BUILD_RELEASE 2018-02-21 09:35:59 +00:00
hyunghwan.chung
8675512e30 added the dlfcn functions support 2018-02-02 15:29:15 +00:00
hyunghwan.chung
5dabf01c33 added check for dl library 2018-02-02 14:53:00 +00:00
hyunghwan.chung
8a6cc1e62a added isatty to configure.ac 2018-02-02 14:43:07 +00:00
hyunghwan.chung
92413034f6 added a check for offsetof(struct sockaddr,sa_family) 2018-02-01 06:03:01 +00:00
hyunghwan.chung
f3ee24447f fixed configure.ac 2018-01-25 09:41:43 +00:00
hyunghwan.chung
b823b0b218 included sys/types.h in configure.ac when testing socket address types 2018-01-24 02:48:05 +00:00