moo/moo/lib
2018-05-07 17:28:47 +00:00
..
bigint.c added moo_sqrtint() and moo_absint() 2018-04-07 06:29:17 +00:00
comp.c minor code cleanup 2018-05-07 17:28:47 +00:00
debug.c removed a space character 2018-03-27 09:32:49 +00:00
decode.c enhanced the compiler to compile byte array expression. 2018-04-19 09:48:45 +00:00
dic.c renamed some function names for naming consistency 2018-04-07 15:54:09 +00:00
err.c fixed the stack frame dump function. 2018-04-26 06:39:47 +00:00
exec.c minor code cleanup 2018-05-07 17:28:47 +00:00
gc.c changed code to get rid of some type conversion warnings 2018-02-26 15:30:38 +00:00
genbct.awk refactored the bytecode interpretation loop with computed jump tables 2017-09-21 07:56:51 +00:00
heap.c added new optional callbacks - alloc_heap & free_heap 2018-03-01 14:48:14 +00:00
hlt.asm enhanced the dynamic library loader a bit 2017-02-04 05:30:15 +00:00
icc.mak improved pid management 2017-07-27 17:29:45 +00:00
logfmt.c changed the compiler to set bytearray literals and array literals read-only in more contexts 2018-05-07 14:33:07 +00:00
logfmtv.h renamed some function names for naming consistency 2018-04-07 15:54:09 +00:00
main-mac.c substitued syserr for errno wrongly used in err.c 2018-01-28 12:35:12 +00:00
main.c introduced the new type moo_bitmask_t 2018-04-26 04:44:01 +00:00
Makefile.am added backtracing code using libunwind 2018-04-26 03:17:54 +00:00
Makefile.in more async socket code 2018-05-02 16:36:56 +00:00
memo.txt renamed stix to moo 2017-01-09 10:25:22 +00:00
moo-bct.h enhanced the compiler to compile byte array expression. 2018-04-19 09:48:45 +00:00
moo-cfg.h.in added backtracing code using libunwind 2018-04-26 03:17:54 +00:00
moo-cmn.h renamed MOO_BCLEN_MAX to MOO_BCSIZE_MAX 2018-03-12 10:04:22 +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 added the dyncall library detection into configure.ac 2017-01-10 14:27:31 +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 added the dyncall library detection into configure.ac 2017-01-10 14:27:31 +00:00
moo-prv.h added the mod parameter to primitive functions 2018-05-07 16:52:51 +00:00
moo-rbt.h changed code to get rid of some type conversion warnings 2018-02-26 15:30:38 +00:00
moo-utl.h renamed some function names for naming consistency 2018-04-07 15:54:09 +00:00
moo.c added the mod parameter to primitive functions 2018-05-07 16:52:51 +00:00
moo.h added the mod parameter to primitive functions 2018-05-07 16:52:51 +00:00
obj.c changed code to get rid of some type conversion warnings 2018-02-26 15:30:38 +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 added the mod parameter to primitive functions 2018-05-07 16:52:51 +00:00
pf-sys.c added the mod parameter to primitive functions 2018-05-07 16:52:51 +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
sym.c renamed some function names for naming consistency 2018-04-07 15:54:09 +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 renamed some encoding conversion functions for consistency 2018-04-06 16:33:35 +00:00
utl.c renamed some function names for naming consistency 2018-04-07 15:54:09 +00:00