moo/moo/lib
2018-05-25 10:19:25 +00:00
..
bigint.c added moo_sqrtint() and moo_absint() 2018-04-07 06:29:17 +00:00
comp.c fixed a compiler bug in handling 'super' with multiple messages sent at the same time as in 'super abc + 10' 2018-05-25 10:19:25 +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 export moo_backtrace() 2018-05-17 15:33:36 +00:00
exec.c fixed a compiler bug in handling 'super' with multiple messages sent at the same time as in 'super abc + 10' 2018-05-25 10:19:25 +00:00
gc.c added moo_deregallfinalizables() 2018-05-16 08:03:34 +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 introduced the notation for a smptr literal - #\pXX. 2018-05-13 18:55:22 +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 implemented more methods for OrderedCollection 2018-05-24 10:10:52 +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 fixed a few syntax issues with some old compilers. 2018-05-18 16:41:45 +00:00
moo-prv.h added moo_deregallfinalizables() 2018-05-16 08:03:34 +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 fixed a few syntax issues with some old compilers. 2018-05-18 16:41:45 +00:00
moo.h removed a comma from moo_semaphore_io_type_t enumerator list 2018-05-19 14:29:07 +00:00
obj.c added more http server code 2018-05-13 16:28:22 +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