.. |
bigint.c
|
migrated moo_isint() to moo-prv.h as a static inline function
|
2019-05-04 17:53:16 +00:00 |
comp.c
|
fixed some inconsistency in moo_fmt_object_().
|
2019-05-30 15:44:24 +00:00 |
debug.c
|
removed xtn->log.mask and set log mask using moo_setoption()
|
2018-12-26 08:29:20 +00:00 |
decode.c
|
used more access macros
|
2018-12-19 16:57:16 +00:00 |
dic.c
|
touched up hash macros and functions
|
2019-03-06 01:58:51 +00:00 |
err.c
|
refactored moo_seterrbfmt() and moo_seterrufmt() with moo_bfmt_outv() and moo_ufmt_outv()
|
2019-05-28 08:55:13 +00:00 |
exec.c
|
fixed a rdonly flag bug in moo_shallowcpy()
|
2019-06-19 09:21:28 +00:00 |
fmt.c
|
fixed the wrong macro name in format_stack_args()
|
2019-06-02 16:01:33 +00:00 |
gc.c
|
fixed a rdonly flag bug in moo_shallowcpy()
|
2019-06-19 09:21:28 +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
|
added a comment into icc.mak
|
2019-02-11 06:19:29 +00:00 |
Makefile.am
|
finished refactoring fmt code in fmt.c.
|
2019-05-29 09:20:45 +00:00 |
Makefile.in
|
finished refactoring fmt code in fmt.c.
|
2019-05-29 09:20:45 +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
|
renamed jump_xxxward_if_xxx to jumpop_xxxward_if_xxx because it does pop the stack top.
|
2018-05-30 15:32:09 +00:00 |
moo-cfg.h.in
|
added --enable-full-liw to configure.ac
|
2019-04-08 17:41:27 +00:00 |
moo-cmn.h
|
work in progress - refactoring fmtout
|
2019-05-27 17:50:24 +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
|
fixed some inconsistency in moo_fmt_object_().
|
2019-05-30 15:44:24 +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
|
gui log view experiment with gtk
|
2019-05-22 08:49:27 +00:00 |
moo-utl.h
|
renamed moo_sprintfmtfromstack() to moo_strfmtcallstack().
|
2019-05-29 01:35:13 +00:00 |
moo.c
|
added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions
|
2019-05-14 10:22:37 +00:00 |
moo.h
|
added moo_logbfmtv() and moo_logufmtv()
|
2019-05-31 10:43:27 +00:00 |
number.c
|
compacted duplicate code into inline functions
|
2019-02-19 14:19:31 +00:00 |
obj.c
|
added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions
|
2019-05-14 10:22:37 +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
|
fixed a rdonly flag bug in moo_shallowcpy()
|
2019-06-19 09:21:28 +00:00 |
pf-sys.c
|
migrated msb postionting function to moo-utl.h
|
2019-05-04 04:27:27 +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
|
enhanced --enable-unicode to accept ucs4 and ucs2 in addition to yes/no.
|
2018-02-21 10:11:39 +00:00 |
std.c
|
refactored moo_seterrbfmt() and moo_seterrufmt() with moo_bfmt_outv() and moo_ufmt_outv()
|
2019-05-28 08:55:13 +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
|
added moo_get_cmgr_by_id(), moo_get_cmgr_by_name(), and other similar functions
|
2019-05-14 10:22:37 +00:00 |