Pawel Kolodziejski a74f93bf81 clenaup
2005-01-14 09:17:29 +00:00
..
2003-08-15 18:00:22 +00:00
2004-10-06 19:22:58 +00:00
2005-01-13 00:15:15 +00:00
2004-12-25 18:23:07 +00:00
2005-01-12 22:10:12 +00:00
2004-12-25 19:27:07 +00:00
2005-01-12 22:10:12 +00:00
2005-01-13 00:15:15 +00:00
2005-01-12 22:10:12 +00:00
2004-12-30 07:37:13 +00:00
2005-01-05 00:30:37 +00:00
2004-12-25 18:23:07 +00:00
2004-12-25 18:23:07 +00:00
2005-01-12 22:10:12 +00:00
2004-12-25 18:23:07 +00:00
2004-12-25 18:23:07 +00:00
2004-12-22 21:02:34 +00:00
2004-12-30 07:37:13 +00:00
2005-01-13 00:15:15 +00:00
2005-01-12 22:10:12 +00:00
2005-01-14 09:17:29 +00:00

This is a modified version of Lua 3.1 intended for use with Residual.
The major changes made from the original version of Lua 3.1 are:

* Changed the binary file loader to read the file format from Lua 3.1alpha2.
* Revamped the way function calls and returns are handled in order to
  facilitate implementing Residual/GrimE's cooperative multithreading model.
* Added several internal functions which implement this multithreading.
* Added save/reastore Lua state.