diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -143,3 +143,13 @@ Thu Mar 2 09:41:53 EST 2000 | |||
143 | >> lua_settable should check stack space (it could call a T.M.) | 143 | >> lua_settable should check stack space (it could call a T.M.) |
144 | (by lhf & celes; since 3.2; it was already fixed by fixed stack) | 144 | (by lhf & celes; since 3.2; it was already fixed by fixed stack) |
145 | 145 | ||
146 | ** lparser.c | ||
147 | Mon Apr 3 09:59:06 EST 2000 | ||
148 | >> '%' should be in expfollow | ||
149 | (by Edgar Toernig; since 3.1; it was already fixed) | ||
150 | |||
151 | ** lbuiltin.c | ||
152 | Mon Apr 3 10:05:05 EST 2000 | ||
153 | >> tostring() without arguments gives seg. fault. | ||
154 | (by Edgar Toernig; since 3.0) | ||
155 | |||