883 Commits

Author SHA1 Message Date
Wang Renxin
8576bfd6c2 *made an independent size define of raw bytes. 2017-05-29 15:38:31 +08:00
Wang Renxin
6088d98714 *fixed a memory leak when applying GC on a forked environment. 2017-05-24 18:49:17 +08:00
Wang Renxin
c2376228e1 *fixed a potential memory leak with push. 2017-05-21 00:45:06 +08:00
Wang Renxin
b1f2ffa538 *improved stability by preventing assigning builtin boolean. *polished error constants. 2017-05-20 16:01:46 +08:00
Wang Renxin
2fd9519b09 *fixed some potential memory leak when popped unexpected type of argument. 2017-05-18 13:59:31 +08:00
Wang Renxin
10098a7e36 *fixed a forked structure disposing issue if error occurs. 2017-05-17 21:18:50 +08:00
Wang Renxin
2a6b94f857 +added a link to structured exception handling. 2017-05-16 15:42:01 +08:00
Wang Renxin
3c580eceac *replaced from enabled to disabled to make it disabled == false as default. 2017-05-16 11:19:17 +08:00
Wang Renxin
86f756acf2 :1 2017-05-15 23:16:59 +08:00
Wang Renxin
3ba4fdec26 +added mb_get_gc_enabled and mb_set_gc_enabled functions. 2017-05-15 22:46:28 +08:00
Wang Renxin
c855bea20c *fixed compile issues for last commit: "added a clear_parser parameter to the mb_run function. added an extra end of running checking after stepped." 2017-05-14 17:10:10 +08:00
Wang Renxin
aa083f26fc +added a clear_parser parameter to the mb_run function. +added an extra end of running checking after stepped. 2017-05-14 17:04:47 +08:00
Wang Renxin
f3b8fa1905 *optimized for embedded systems. 2017-05-13 13:36:04 +08:00
Wang Renxin
94ab881209 *fixed a wrong multi-line enabled bug when met unexpected token. 2017-05-12 20:39:12 +08:00
Wang Renxin
305f698b9a *fixed a crash bug when there's no receiver of a returned string value. 2017-05-10 21:04:34 +08:00
Wang Renxin
f83627bd20 +added an mb_make_usertype_bytes macro. 2017-05-10 18:45:18 +08:00
Wang Renxin
e414dabf4d *comment... 2017-05-08 21:09:41 +08:00
Wang Renxin
e21aad249b +added fork functions. 2017-05-08 20:59:28 +08:00
Wang Renxin
e0312fa4af +added a global alive object checker. 2017-05-08 15:48:27 +08:00
Wang Renxin
3b7d62b073 *polished some text. 2017-05-08 11:04:55 +08:00
Wang Renxin
6dce8f749d *fixed a wrong context processing bug when evaluating a routine manually, thanks to Diederik for pointing it out. 2017-05-07 14:13:09 +08:00
Wang Renxin
38c7908bc7 +added a tobe returned parameter to the mb_eval_routine function; *fixed a mistake. 2017-05-06 20:47:25 +08:00
Wang Renxin
1eff3e902b +added reenterable running; *fixed a multiple disposing bug. 2017-05-03 17:34:16 +08:00
Wang Renxin
8f255ceb71 *polished some words. 2017-05-03 00:09:00 +08:00
Wang Renxin
d72a974ce6 *fixed a referencing bug with collection iteration in a FOR loop. 2017-04-20 13:03:36 +08:00
Wang Renxin
46c2874500 *improved argument checking. 2017-04-19 20:21:04 +08:00
Wang Renxin
1a9a6bea59 *renamed the PEEK statement to BACK. 2017-04-08 17:11:05 +08:00
Wang Renxin
836dcbd154 *polished. 2017-04-06 13:45:05 +08:00
Wang Renxin
8a51316062 +added a multiple condition wiki page. 2017-04-06 12:09:40 +08:00
Wang Renxin
d815274171 *updated the doc. 2017-04-06 11:35:04 +08:00
Wang Renxin
4079cfd7d1 +added multi-line statement support. 2017-04-06 11:30:46 +08:00
Wang Renxin
59e758c7f0 *fixed an infinity loop bug with lambda; *fixed a source tracing issue with files imported by external import handler. 2017-04-05 21:23:50 +08:00
Wang Renxin
87e8ef6a4b *fixed a memory leak with sub routine. 2017-04-05 17:41:49 +08:00
Wang Renxin
cf3870509a *fixed a wrong hash bug with pointer, which may cause crash on some 64bit systems. 2017-04-05 16:54:53 +08:00
Wang Renxin
f0154061e4 *copied alive checker when cloning a referenced usertype. 2017-03-31 15:07:19 +08:00
Wang Renxin
9913258e46 +added an alive object checker of referenced usertype. 2017-03-29 16:48:48 +08:00
Wang Renxin
c5eb6f45de *updated readme. 2017-03-27 18:54:52 +08:00
Wang Renxin
21a14d0653 *renamed a macro. 2017-03-27 17:21:10 +08:00
Wang Renxin
43f8408c4b *reformatted the readme according to github's new markdown representation. 2017-03-18 15:13:34 +08:00
Wang Renxin
4694a0852f +added storing of different types support for array. 2017-03-17 20:44:39 +08:00
Wang Renxin
ed4348ad48 *fixed a processing bug when printing with a native routine of a class instance. 2017-03-08 11:30:36 +08:00
Wang Renxin
ce42faff09 *updated the doc. 2017-03-04 14:12:41 +08:00
Wang Renxin
44cadff9dc *improved compatibility with compilers. 2017-03-02 18:17:39 +08:00
Wang Renxin
8cbdaa56f3 *fixed an issue with reference count manipulation of a value. 2017-02-28 19:31:53 +08:00
Wang Renxin
b575ff007b *updated the link of the doc. 2017-02-28 14:07:25 +08:00
Wang Renxin
c65e0b7291 *updated the doc; *fixed a compile warning. 2017-02-27 15:13:30 +08:00
Wang Renxin
3dbf69adbf *updated the doc. 2017-02-26 15:13:05 +08:00
Wang Renxin
381a8a87cd *updated the list of donors;
*polished the sample code;
*improved stability of the shell;
*updated binaries.
2017-02-26 14:42:10 +08:00
Wang Renxin
a1fd96aa03 +added an MBIMPL macro;
*fixed some platform dependent macro issues for apple systems;
*polished OS names.
2017-02-25 13:12:46 +08:00
Wang Renxin
523c82b3fd *fixed a returning issue after calling a function for a referenced usertype. 2017-02-23 15:37:18 +08:00