.. |
bigint.c
|
added moo_walkdic() for internal use
|
2018-10-11 14:03:16 +00:00 |
comp.c
|
allowed interface specification in extending a class. e.g. extend ClassName [Interface1,Interface2,etc] { ... }
|
2018-10-12 15:57:58 +00:00 |
debug.c
|
removed a space character
|
2018-03-27 09:32:49 +00:00 |
decode.c
|
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 |
dic.c
|
added moo_walkdic() for internal use
|
2018-10-11 14:03:16 +00:00 |
err.c
|
added moo_findmethodinclasschain()
|
2018-10-12 09:09:45 +00:00 |
exec.c
|
put 'static' to internal functions
|
2018-10-12 09:16:44 +00:00 |
gc.c
|
added moo_findmethodinclasschain()
|
2018-10-12 09:09:45 +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
|
fixed output of array and byte array literals
|
2018-06-13 16:43:19 +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
|
fixed some code for win32
|
2018-10-14 14:06:58 +00:00 |
Makefile.am
|
fixed some code for win32
|
2018-10-14 14:06:58 +00:00 |
Makefile.in
|
fixed some code for win32
|
2018-10-14 14:06:58 +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
|
reproduced build files
|
2018-10-14 07:15:35 +00:00 |
moo-cmn.h
|
fixed some code for win32
|
2018-10-14 14:06:58 +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_findmethodinclasschain()
|
2018-10-12 09:09:45 +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
|
allowed class and class extension nesting inside a class
|
2018-10-08 06:51:31 +00:00 |
moo.c
|
put the method modifiers information into the preamble field of the method signature object from interface definition
|
2018-10-10 06:12:21 +00:00 |
moo.h
|
added moo_findmethodinclasschain()
|
2018-10-12 09:09:45 +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 moo_findmethodinclasschain()
|
2018-10-12 09:09:45 +00:00 |
pf-sys.c
|
added the mod parameter to primitive functions
|
2018-05-07 16:52:51 +00:00 |
pf-utf8.c
|
added some partial utf8 related primitives
|
2018-06-17 17:41:04 +00:00 |
poll-msw.c
|
borrowed emulated poll for win32 from gnulib
|
2018-10-13 13:33:19 +00:00 |
poll-msw.h
|
borrowed emulated poll for win32 from gnulib
|
2018-10-13 13:33:19 +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
|
fixed MOO_SMOOI_TO_OOP to pacify clang about the warning 'warning: shifting a negative signed value is undefined'
|
2018-05-28 09:48:27 +00:00 |
utl.c
|
allowed class and class extension nesting inside a class
|
2018-10-08 06:51:31 +00:00 |