diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-12-20 07:55:56 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-12-20 07:55:56 -0200 |
commit | 75f73172c463af9643bc187eed7f1fd195238078 (patch) | |
tree | aeeb987f9c4fe24e6234c7cfe1bc4dc9da7561f7 /bugs | |
parent | 754c6307544f751d870c7b6636196e4405cab0b6 (diff) | |
download | lua-75f73172c463af9643bc187eed7f1fd195238078.tar.gz lua-75f73172c463af9643bc187eed7f1fd195238078.tar.bz2 lua-75f73172c463af9643bc187eed7f1fd195238078.zip |
bug: `resume' was checking the wrong value for stack overflow
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -303,3 +303,13 @@ Fri Dec 6 17:06:40 UTC 2002 | |||
303 | >> scope of generic for variables is not sound | 303 | >> scope of generic for variables is not sound |
304 | (by Gavin Wraith; since 5.0a) | 304 | (by Gavin Wraith; since 5.0a) |
305 | 305 | ||
306 | |||
307 | |||
308 | |||
309 | ================================================================= | ||
310 | --- Version 5.0 beta | ||
311 | ** lbaselib.c | ||
312 | Fri Dec 20 09:53:19 UTC 2002 | ||
313 | >> `resume' was checking the wrong value for stack overflow | ||
314 | (by Maik Zimmermann; since 5.0b) | ||
315 | |||