moo/moo/lib
2020-10-31 04:39:48 +00:00
..
bct-lab.h started representing a block([...]) in a CompiledBlock object. BlockContext represents an activated CompiledBlock context from now on 2020-10-15 14:50:08 +00:00
bigint.c fixed an object protection mistake in moo_divints() with regards to garbage collection 2020-10-25 05:54:54 +00:00
chr.c relocated some character related functions to chr.c and moo-chr.h 2019-11-26 05:10:34 +00:00
comp.c started representing a block([...]) in a CompiledBlock object. BlockContext represents an activated CompiledBlock context from now on 2020-10-15 14:50:08 +00:00
debug.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
decode.c started representing a block([...]) in a CompiledBlock object. BlockContext represents an activated CompiledBlock context from now on 2020-10-15 14:50:08 +00:00
dic.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
err.c added some floating point number formatting code 2019-11-22 09:51:51 +00:00
exec.c enlarged the MOVED bits to 2 bits 2020-10-28 23:59:15 +00:00
fmt-imp.h added moo_fmt_intmax_to_ucstr() and similar functions 2019-11-21 09:04:53 +00:00
fmt.c changed ambiguous code in lib/fmt.c 2020-07-10 14:52:45 +00:00
gc.c changed mark-sweep gc to use the stack explicitly 2020-10-26 16:43:09 +00:00
genbct.awk refactored the bytecode interpretation loop with computed jump tables 2017-09-21 07:56:51 +00:00
heap.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
hlt.asm enhanced the dynamic library loader a bit 2017-02-04 05:30:15 +00:00
icc.mak monor code touch-up 2019-09-28 09:14:21 +00:00
Makefile.am adding a new memory manager 2020-10-31 04:39:32 +00:00
Makefile.in adding a new memory manager 2020-10-31 04:39:32 +00:00
mb8.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
memo.txt
moo-cfg.h.in changed --enable-unicode to --enable-wide-char in configure.ac 2020-08-18 02:53:26 +00:00
moo-chr.h relocated some character related functions to chr.c and moo-chr.h 2019-11-26 05:10:34 +00:00
moo-cmn.h added moo_add_ntime()/moo_sub_ntime() 2020-09-03 06:16:59 +00:00
moo-dos.h added moo_duputobcharswithheadroom(), moo_dupbtoucharswithheadroom() 2017-01-15 17:53:37 +00:00
moo-fmt.h relocated some character related functions to chr.c and moo-chr.h 2019-11-26 05:10:34 +00:00
moo-mac.h added the dyncall library detection into configure.ac 2017-01-10 14:27:31 +00:00
moo-msw.h changed --enable-unicode to --enable-wide-char in configure.ac 2020-08-18 02:53:26 +00:00
moo-opt.h added builtin unicode character class functions 2019-11-19 09:40:26 +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 started adding code for mark-sweep gc 2020-10-17 07:02:44 +00:00
moo-rbt.h made moo_rbt_getxtn() inline 2019-11-27 07:58:12 +00:00
moo-std.h added moo_count_bcstrl() and moo_count_ucstrl() that limits the maximum length. 2019-11-03 09:15:24 +00:00
moo-utl.h added moo_add_ntime()/moo_sub_ntime() 2020-09-03 06:16:59 +00:00
moo-xma.h adding a new memory manager 2020-10-31 04:39:48 +00:00
moo.c adding a new memory manager 2020-10-31 04:39:32 +00:00
moo.h enlarged the MOVED bits to 2 bits 2020-10-28 23:59:15 +00:00
number.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
obj.c changed mark-sweep gc to use the stack explicitly 2020-10-26 16:43:09 +00:00
opt-imp.h minor code touchup 2019-12-11 08:23:40 +00:00
opt.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
pack1.h added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
pf-basic.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
pf-sys.c added Process>>isInnate and Process>>isNormal. 2019-11-05 14:46:54 +00:00
pf-utf8.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
pf.c touched up code for icc 2018-11-30 15:19:33 +00:00
poll-msw.c emulated non-blocking pipe read with PeekNamedPipe() in win32 2019-10-11 03:30:00 +00:00
poll-msw.h some #include restructuring 2019-11-15 09:39:12 +00:00
rbt.c made moo_rbt_getxtn() inline 2019-11-27 07:58:12 +00:00
std.c adding a new memory manager 2020-10-31 04:39:32 +00:00
sym.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
syntax.txt work in progress. trying a different way of implementing async socket 2018-05-02 09:53:02 +00:00
uch-case.h added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
uch-prop.h added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
unpack.h added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
utf8.c relocated some character related functions to chr.c and moo-chr.h 2019-11-26 05:10:34 +00:00
utf16.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
utl.c added moo_add_ntime()/moo_sub_ntime() 2020-09-03 06:16:59 +00:00
xma.c adding a new memory manager 2020-10-31 04:39:48 +00:00