summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-20 07:55:56 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-20 07:55:56 -0200
commit75f73172c463af9643bc187eed7f1fd195238078 (patch)
treeaeeb987f9c4fe24e6234c7cfe1bc4dc9da7561f7 /bugs
parent754c6307544f751d870c7b6636196e4405cab0b6 (diff)
downloadlua-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--bugs10
1 files changed, 10 insertions, 0 deletions
diff --git a/bugs b/bugs
index d2c29bb8..98639a13 100644
--- a/bugs
+++ b/bugs
@@ -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
312Fri 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