Ming-HongWu.0.4.4
miSDL-0.3.1
miDBI-0.2.1
miXine-0.0.1
released
- Add floor,ceil function in Number class
- Change function abs to static type in Number class
- Add fromASCII function in String class
- Fixed the bug when import modules circularly
- Fixed the remove overflow bug in array library
- Fixed the cannot resize to 0 bug in array library
- Remove the "&" closure argument syntax
- Fixed the closure size calculate bug in parser
- Fixed the call command pop value number bug
- Fixed the number upTo() and downTo() index value overlap bug
- Remove the private member and private parent support
- Add M_C_FINALEND byte code
- Fixed the return value error bug of the function with closure arguments
- Change the object finalize function's prototype
- Add GNU regex source to library
- Fixed return from closure bug in M_CtxtReturn()
- Fixed import bugs in open,load and parse functions
- Add M_VAL_IS_ARRAY and M_VAL_IS_BUF macros
- Fixed inherited basic function lose flags bug
- Fixed non-ascii characters parse bug
- Fixed read/write property parse frame uninitialize bug
- Use M_GCAlloc to allocate thread data in M_pthread.c
- Fixed undefined INFINITY and NAN bug
- Add M_GCStrDup() and M_GCStrDupNL()
- Add private member and private parent support
- Fixed inherited basic function lose flags bug
- Fixed non-ascii characters parse bug
- Fixed read/write property parse frame uninitialize bug
- Use M_GCAlloc to allocate thread data in M_pthread.c
- Fixed undefined INFINITY and NAN bug
- Add M_GCStrDup() and M_GCStrDupNL()
- Add private member and private parent support
- Add global function getString and putString
- Add execV() and pipeExecV() functions in system library
- Add arguments() and copy() functions in array library
- Add gc_level member in M_ClassDef
- Add obj_gc_callback to finalize objects and modules
miDBI is the libdbi(a database independent abstraction layer) Ming language binding.
Document generator added. You can use the following command to generate html manual document.
ming -d DOCUMENT MING_FILE
Some manual document now available in /usr/share/ming/man/
SDL library wrap for Ming language
- support SDL 1.2.12
- support SDL-mixer
- support SDL-ttf
- support SDL-image
- support SDL-gfx
- Fixed the LID code generation bug
- Fixed the M_MemberDef integer load bug
- Fixed the module walk function bug
- Add syntax like "obj.(a,b,c,d)=1,2,3,4"
- Fixed the last page calculation bug in GC
- Add module reference functions(like M_ValRefGetPrivData)
- Add array functions to M_misc.c
- Add buffer type member in M_Buffer structure
- Add class declaration in M_MemberDef
- Add "xx.xx.xx" style string supported in module reference name list
- Add ming-config and ming.m4
- Add context parameter to functions like M_StrNew()
- Add "export" command
- Add directory library
- Add rewind() function to File class
- Add mkdir(), chdir(), rmdir(), unlink() function to Sys class
socket and dir libraries added to the CVS. (2008/8/29)
HonhWu.0.0.1 first released in 2008/8/27.
This version contains basic ming running engine and some useful libraries (math, file, list, hash, thread, conditon...).
You can get documents in docs directory (only chinese documents available now).