moo/moo/lib
2019-05-21 17:24:27 +00:00
..
bigint.c migrated moo_isint() to moo-prv.h as a static inline function 2019-05-04 17:53:16 +00:00
comp.c fixed a bug of variable initialzation skipped when a jump is made to fixed_point 2019-03-28 05:16:13 +00:00
debug.c removed xtn->log.mask and set log mask using moo_setoption() 2018-12-26 08:29:20 +00:00
decode.c used more access macros 2018-12-19 16:57:16 +00:00
dic.c touched up hash macros and functions 2019-03-06 01:58:51 +00:00
err.c added moo_fill_uchars()/moo_fill_bchars() 2019-02-18 17:13:33 +00:00
exec.c added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions 2019-05-14 10:22:37 +00:00
fmtout.c migrated msb postionting function to moo-utl.h 2019-05-04 04:27:27 +00:00
fmtoutv.h added the mb8 cmgr 2019-05-07 17:29:48 +00:00
gc.c touched up hash macros and functions 2019-03-06 01:58:51 +00:00
genbct.awk refactored the bytecode interpretation loop with computed jump tables 2017-09-21 07:56:51 +00:00
heap.c added moo->igniting and attempted to allocate memory from permheap when it's 1. 2018-12-09 07:21:16 +00:00
hlt.asm enhanced the dynamic library loader a bit 2017-02-04 05:30:15 +00:00
icc.mak added a comment into icc.mak 2019-02-11 06:19:29 +00:00
Makefile.am fixed missing initialization of the cmgr field of an iostd object in main.c 2019-05-21 17:24:27 +00:00
Makefile.in fixed missing initialization of the cmgr field of an iostd object in main.c 2019-05-21 17:24:27 +00:00
mb8.c added lib/mb8.c 2019-05-08 12:17:54 +00:00
memo.txt renamed stix to moo 2017-01-09 10:25:22 +00:00
moo-bct.h renamed jump_xxxward_if_xxx to jumpop_xxxward_if_xxx because it does pop the stack top. 2018-05-30 15:32:09 +00:00
moo-cfg.h.in added --enable-full-liw to configure.ac 2019-04-08 17:41:27 +00:00
moo-cmn.h migrated msb postionting function to moo-utl.h 2019-05-04 04:27:27 +00:00
moo-dos.h added moo_duputobcharswithheadroom(), moo_dupbtoucharswithheadroom() 2017-01-15 17:53:37 +00:00
moo-mac.h added the dyncall library detection into configure.ac 2017-01-10 14:27:31 +00:00
moo-msw.h fixed a wrong cmgr bug in moo_openstd(). 2018-11-14 07:59:39 +00:00
moo-opt.h enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no. 2018-02-21 10:11:39 +00:00
moo-os2.h commented MOO_ENABLE_STATIC_MODULE from moo-os2.h by default 2018-11-21 13:42:05 +00:00
moo-prv.h migrated moo_isint() to moo-prv.h as a static inline function 2019-05-04 17:53:16 +00:00
moo-rbt.h changed code to get rid of some type conversion warnings 2018-02-26 15:30:38 +00:00
moo-std.h removed --utf8 and --utf16. 2019-05-18 18:01:02 +00:00
moo-utl.h added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions 2019-05-14 10:22:37 +00:00
moo.c added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions 2019-05-14 10:22:37 +00:00
moo.h encoding experiment with cmgr 2019-05-14 15:54:16 +00:00
number.c compacted duplicate code into inline functions 2019-02-19 14:19:31 +00:00
obj.c added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions 2019-05-14 10:22:37 +00:00
opt-impl.h enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no. 2018-02-21 10:11:39 +00:00
opt.c renamed some function names for naming consistency 2018-04-07 15:54:09 +00:00
pack1.h enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no. 2018-02-21 10:11:39 +00:00
pf-basic.c change the ngc bit to the proc bit to determine the process object. 2018-12-29 15:16:58 +00:00
pf-sys.c migrated msb postionting function to moo-utl.h 2019-05-04 04:27:27 +00:00
pf-utf8.c removed redundant code 2018-11-22 08:13:30 +00:00
pf.c touched up code for icc 2018-11-30 15:19:33 +00:00
poll-msw.c relocated the standard implementation std.c to libmoox 2019-05-19 17:16:23 +00:00
poll-msw.h relocated the standard implementation std.c to libmoox 2019-05-19 17:16:23 +00:00
rbt.c enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no. 2018-02-21 10:11:39 +00:00
std.c removed --utf8 and --utf16. 2019-05-18 18:01:02 +00:00
sym.c touched up hash macros and functions 2019-03-06 01:58:51 +00:00
syntax.txt work in progress. trying a different way of implementing async socket 2018-05-02 09:53:02 +00:00
unpack.h enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no. 2018-02-21 10:11:39 +00:00
utf8.c added simple utf16 conversion functions 2018-11-14 04:25:27 +00:00
utf16.c defined some constants as enums in utf16.c 2018-11-15 04:26:05 +00:00
utl.c added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions 2019-05-14 10:22:37 +00:00