moo/moo/lib
2019-10-04 09:41:43 +00:00
..
bigint.c changed a couple of MOO_ASSERT()'s to MOO_STATIC_ASSERT()'s in lib/bigint.c 2019-08-13 07:19:23 +00:00
comp.c more work to get interface method implementation started 2019-10-04 09:41:43 +00:00
debug.c shortened elsif to elif. 2019-07-26 04:40:33 +00:00
decode.c renumbered some jump byte codes for easy conversion between forward jump and backward jump 2019-08-02 15:59:19 +00:00
dic.c touched up hash macros and functions 2019-03-06 01:58:51 +00:00
err.c improving pooldic handling - auto-import a nested pooldic in a class 2019-10-01 09:19:25 +00:00
exec.c monor code touch-up 2019-09-28 09:14:21 +00:00
fmt.c some preparatory work before supporting method body in an interface. 2019-10-03 16:38:15 +00:00
gc.c fixed a bug in moo_shallowcopy() 2019-09-30 05:23:04 +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 monor code touch-up 2019-09-28 09:14:21 +00:00
Makefile.am finished refactoring fmt code in fmt.c. 2019-05-29 09:20:45 +00:00
Makefile.in added kqueue check into configure.ac 2019-09-23 06:48:55 +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 renumbered some jump byte codes for easy conversion between forward jump and backward jump 2019-08-02 15:59:19 +00:00
moo-cfg.h.in added kqueue check into configure.ac 2019-09-23 06:48:55 +00:00
moo-cmn.h enhanced kqueue manipulation with fd tracking 2019-09-25 10:05:39 +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 more work to get interface method implementation started 2019-10-04 09:41:43 +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 reorganized moo_duputobcstr(), moo_dupbtoucstr(), moo_dupbtouchars(), moo_duputobchars(). 2019-07-10 09:19:38 +00:00
moo-utl.h compiler enhancement - improved pooldic import reloading upon 'extend' 2019-10-01 17:15:55 +00:00
moo.c enhanced the compiler and the interface structure to allow an interface as a name space. 2019-09-30 08:46:50 +00:00
moo.h enhanced the compiler and the interface structure to allow an interface as a name space. 2019-09-30 08:46:50 +00:00
number.c fixed a lexer bug than returned FPDECLIT where INTLIT was desired. 2019-07-17 17:04:27 +00:00
obj.c simplified the uncocpyable check in moo_shallowcopy() 2019-09-22 16:26:30 +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 monor code touch-up 2019-09-28 09:14:21 +00:00
pf-sys.c touched up unsafe raw pointer handling routines 2019-09-07 17:48:02 +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 added the _instsize field to moo_t. 2019-06-21 07:21:58 +00:00
std.c minor type change in std.c 2019-09-25 14:39:00 +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 refactored moo_seterrbfmt() and moo_seterrufmt() with moo_bfmt_outv() and moo_ufmt_outv() 2019-05-28 08:55:13 +00:00
utf16.c defined some constants as enums in utf16.c 2018-11-15 04:26:05 +00:00
utl.c compiler enhancement - improved pooldic import reloading upon 'extend' 2019-10-01 17:15:55 +00:00