LuaExec Changelog
0.82:
-
LuaExec: in
join()
abort signals could be forwarded to already dead
task, corrected by freeing task after return from exec, in waitmsg()
fixed recalculation of waittime, returned signals should be correct now
-
Examples from tutorial and some stress tests added
-
Exec: added semi-internal function
TFreeTask()
, user tasks are now
freed in destructor context after their return from exec, minor cleanup
in memory functions
0.81:
-
quickstart tutorial added
-
fixed severe bugs in sender name retrieval
-
POSIX/Windows HAL
setsignal()
: sigmask was not applied to new signals,
corrected
-
HTTP server: is no longer installed,
http:terminate()
now works,
cleaned up to more clearly demonstrate signal usage
-
If a task has no name, the implied name is now "task: 0x<address>"
so that replies can be sent to unnamed senders
-
Some additions and corrections in the documentation
0.80: