Commit Graph

58 Commits

Author SHA1 Message Date
James Roseborough
e13eb1a2ee Bump version post-public release. 2008-04-04 04:42:48 +00:00
James Roseborough
73324845bf Up to version 0.24, add "dist" ant target to create a distribution. 2008-04-04 04:06:12 +00:00
James Roseborough
35ed9dca3c Fix sorting with custom comparator, and add unit tests to regress 2008-04-03 03:58:15 +00:00
James Roseborough
faaee456ad Bump version to 22 2008-02-21 23:38:45 +00:00
Ian Farmer
1672e73c40 Change LuaC to read bytes instead of chars.
This fixes some of the test cases by avoiding a lossy round-trip conversion
from bytes presumed to be, but might not be, UTF-8 encoded characters, and
then back to bytes. All of the compiler test cases now pass.
2008-02-13 08:02:17 +00:00
James Roseborough
9c4bbf670f Fix for case when more than 127 local variables are declared in one function 2008-02-08 21:54:53 +00:00
Ian Farmer
cd760d6ec8 Fix the bug in the CLOSE instruction that was causing upvalues3.lua to fail. 2008-02-07 23:13:48 +00:00
James Roseborough
1eb969f84d Add version.properties to track version number of the build. 2008-02-06 19:28:12 +00:00