Commit Graph

2763 Commits

Author SHA1 Message Date
Roberto Ierusalimschy
f59b241315 Bug: Ephemeron table can wrongly collect entry with strong key 2014-09-01 13:55:08 -03:00
Roberto Ierusalimschy
8efe9f23fa BUG: compiler can optimize away overflow check in 'table.unpack' 2014-05-07 13:32:55 -03:00
Roberto Ierusalimschy
a29377972f updated for (eventual) release 5.2.4 2014-05-07 11:15:55 -03:00
Roberto Ierusalimschy
dace83ea30 detail (better alignment for struct 'Table') 2014-05-07 11:14:58 -03:00
Roberto Ierusalimschy
7ea44b56a8 details (typos in comments) 2013-11-21 15:26:16 -02:00
Roberto Ierusalimschy
63048dc9b7 'LUA_VERSION_RELEASE' updated to 5.2.3. 2013-11-11 10:09:16 -02:00
Roberto Ierusalimschy
6867055546 bug: Resuming the running coroutine makes it unyieldable 2013-11-08 16:22:50 -02:00
Roberto Ierusalimschy
2fb7d94bd6 bug: Call to macro 'luai_userstateclose' should be done only
after the calls to __gc methods.
2013-11-08 15:45:31 -02:00
Roberto Ierusalimschy
c23f705349 BUG: GC can collect a long string still in use during parser 2013-08-30 12:49:41 -03:00
Roberto Ierusalimschy
42cf5f8214 avoid undefined shift of LUA_NBITS in rotate operations 2013-07-09 15:01:41 -03:00
Roberto Ierusalimschy
d2209c0741 bug: Wrong error message in some short-cut expressions 2013-05-16 13:04:15 -03:00
Roberto Ierusalimschy
39808bb970 bug: Wrong assert when reporting concatenation errors. 2013-05-06 14:20:22 -03:00
Roberto Ierusalimschy
dcd35b4595 bug: garbage collector can trigger too many times in recursive loops,
because it was not computing the size of CallInfo structures in threads
2013-04-26 15:22:05 -03:00
Roberto Ierusalimschy
c2ea18726a BUG: stack overflow in vararg functions with many fixed
parameters called with few arguments
2013-04-19 18:03:23 -03:00
Roberto Ierusalimschy
2ca5181413 Branch 5.2 - new releases for 5.2 go from here, main trunk goes
for next version
2013-04-12 15:48:47 -03:00
Roberto Ierusalimschy
f5ae26ec6c official branch for Lua 5.1 2007-12-27 11:02:25 -02:00
Roberto Ierusalimschy
98194db429 details 2006-06-09 14:31:14 -03:00
Roberto Ierusalimschy
fad7582c9a explicit test for common error (due to compatibility issue) 2006-06-07 09:37:17 -03:00
Roberto Ierusalimschy
a62fca1ebb BUG: debug hooks may get wrong when mixed with coroutines 2006-06-05 16:36:45 -03:00
Roberto Ierusalimschy
2b5c1f99e5 small simplifications 2006-06-05 16:35:57 -03:00
Roberto Ierusalimschy
e2dc5f5d15 extra assertion 2006-06-05 12:58:59 -03:00
Roberto Ierusalimschy
ed64346b9d details 2006-06-05 12:57:59 -03:00
Roberto Ierusalimschy
475b0ecbf1 new macro LUA_RELEASE 2006-06-02 12:34:00 -03:00
Roberto Ierusalimschy
414359b2f1 new version number 2006-05-31 13:50:40 -03:00
Roberto Ierusalimschy
0079efc479 bug: collector did not compensate enough for userdata with finalizers 2006-05-24 11:34:06 -03:00
Roberto Ierusalimschy
ad0765b4f0 subtle problem with the garbage collector 2006-05-24 11:33:49 -03:00
Roberto Ierusalimschy
20f4bbdc3a does not accept garbage after options (e.g., -ixxx) 2006-05-24 11:16:39 -03:00
Roberto Ierusalimschy
c408158047 only destroy state after running all finalizers 2006-05-24 11:15:50 -03:00
Roberto Ierusalimschy
55e323190e files should not be operated after fclose, even when fclose fails 2006-05-08 17:14:16 -03:00
Roberto Ierusalimschy
fe8f4c06f1 detail (better error message for invalid format) 2006-04-26 17:41:19 -03:00
Roberto Ierusalimschy
c351392940 details 2006-04-26 15:19:49 -03:00
Roberto Ierusalimschy
18330b6091 lua_dostring/lua_dofile should return any values returned by the chunk 2006-04-12 17:31:15 -03:00
Roberto Ierusalimschy
8487913697 BUG: option '%q' for string.format does not handle '\r' correctly 2006-04-12 17:13:52 -03:00
Roberto Ierusalimschy
672bb67ee6 environment variable names should be configurable 2006-04-10 15:27:23 -03:00
Roberto Ierusalimschy
90df6b7a54 detail 2006-03-23 15:23:32 -03:00
Roberto Ierusalimschy
0238a0b01e BUG: luaL_checkudata may show wrong error message 2006-03-21 16:31:09 -03:00
Roberto Ierusalimschy
1ae0b6c0bf BUG: should copy the union, not (some of) its fields 2006-03-21 16:28:49 -03:00
Roberto Ierusalimschy
e1dda047b2 unused macro 2006-03-21 16:28:03 -03:00
Roberto Ierusalimschy
2c8206d448 bug in Lua 4.0.2: weak tables that survive one collection are never collected 2006-03-20 09:49:30 -03:00
Roberto Ierusalimschy
ae76307847 comment 2006-03-14 16:04:44 -03:00
Roberto Ierusalimschy
3d61c31e5a 'lparser.h' should not include 'ltable.h' 2006-03-09 15:15:48 -03:00
Roberto Ierusalimschy
44a9bd6a8c detail 2006-03-09 15:08:22 -03:00
Roberto Ierusalimschy
69ea087dff small change to strip file names when stripping debug information 2006-02-17 13:51:03 -02:00
Roberto Ierusalimschy
c05aaf3bf0 avoid warning in OS X - ansi 2006-02-10 15:44:06 -02:00
Roberto Ierusalimschy
298ae7e230 complete support for hexadecimal constants 2006-02-10 15:43:52 -02:00
Roberto Ierusalimschy
6316a866a3 compiler warning 2006-02-06 16:28:16 -02:00
Roberto Ierusalimschy
ea2cc2bc47 small improvements for allignments 2006-02-06 16:27:59 -02:00
Roberto Ierusalimschy
64205e91a3 empty string may cause out-of-bound access 2006-01-28 10:59:13 -02:00
Roberto Ierusalimschy
8173688542 detail 2006-01-27 11:54:39 -02:00
Roberto Ierusalimschy
3ef5a6797f detail 2006-01-23 18:06:19 -02:00