Hi list,
I'm please to announce the availability of Neko 1.7.1 !
The following changes have been made :
* nekotools : fixed set_return_code in web server
* std : display windowed application in process_run
* mod_neko : allowed to uncache module with set_main(null)
* mod_neko : use strmcpi for set_header("Content-Type")
* nekoc : one last fix for big arrays (first element was not compiled)
* mod_neko : added get_http_method
* nekoml : minor fixes in lexer
* nekoml : added -pack and -use, auto build nekoml.std
* include nekoml as part of standard distribution
* vm/security : $smake now fills the string with 0
* std/int32 : fixed need_32_bits macro (negative values)
* bugfix : >> and >>> were reversed in JIT
* bugfix : date functions are now MT-safe
* removed context.h and context.c
* added lock and tls multithread API to neko.h
* std : added date_get_tz()
* mod_neko : added log_message
* regexp : fix for unmatched optional groups,
return null instead of empty string
* threads : for windows, use critical_section
instead of mutex for locks
* threads : for posix, use a recursive mutex
which match windows behavior
* std : added mutex and deque api (threads)
Enjoy !
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)