moo/moo/lib
2021-03-02 08:56:02 +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 commented out an unneeded function 2021-01-02 15:10:53 +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 touched up do_return() 2021-03-02 08:56:02 +00:00
fmt-imp.h minor copyright fix 2020-11-15 10:26:36 +00:00
fmt.c minor copyright fix 2020-11-15 10:26:36 +00:00
gc.c added some code for gc profiling 2020-11-29 16:12:28 +00:00
genbct.awk refactored the bytecode interpretation loop with computed jump tables 2017-09-21 07:56:51 +00:00
heap.c removed 'return' from where it's not needed 2021-02-27 10:17:30 +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 stop specifying explicit DEPENDENCIES by listing the .la files in LDADD/LIBADD 2020-11-16 13:02:52 +00:00
Makefile.in stop specifying explicit DEPENDENCIES by listing the .la files in LDADD/LIBADD 2020-11-16 13:02:52 +00:00
mb8.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
memo.txt renamed stix to moo 2017-01-09 10:25:22 +00:00
moo-cfg.h.in got rid of an unneeded config item 2020-11-15 09:31:46 +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 minor copyright fix 2020-11-15 10:26:36 +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 updated moo-prv.h 2021-01-23 04:00:03 +00:00
moo-rbt.h made moo_rbt_getxtn() inline 2019-11-27 07:58:12 +00:00
moo-std.h added --gctype 2020-11-25 14:48:26 +00:00
moo-utl.h some re-spacing in lib/moo-utl.h 2021-01-22 16:14:26 +00:00
moo-xma.h updated moo-xma.h 2020-12-04 14:19:05 +00:00
moo.c changed the default logging mask to 0 2021-02-11 13:59:03 +00:00
moo.h changed the second parameter of vmprim.alloc_heap() to return the actual allocated size 2021-02-09 17:37:45 +00:00
number.c added builtin unicode character class functions 2019-11-19 09:40:26 +00:00
obj.c added some code for gc profiling 2020-11-29 16:12:28 +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 working on lazy sweeping 2020-11-27 05:13:02 +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 fixed wrong formatting specifiers in std.c 2021-02-11 14:08:43 +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 fixed a bug regarding lazy sweeping in moo_allocbytes 2020-11-28 15:56:24 +00:00