summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-04-03 10:20:33 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-04-03 10:20:33 -0300
commite30327728ca4efc3fb8591cf3ea0b65cafbd907a (patch)
tree752be896712fd2b84be6fd6b48904319a48a3c19 /bugs
parent36e1390631a4b89f0a8a3111978780de0d53466c (diff)
downloadlua-github-e30327728ca4efc3fb8591cf3ea0b65cafbd907a.tar.gz
BUG: tostring() without arguments gives seg. fault.
Diffstat (limited to 'bugs')
-rw-r--r--bugs10
1 files changed, 10 insertions, 0 deletions
diff --git a/bugs b/bugs
index a3a0ec5f..5aa30736 100644
--- a/bugs
+++ b/bugs
@@ -143,3 +143,13 @@ Thu Mar 2 09:41:53 EST 2000
>> lua_settable should check stack space (it could call a T.M.)
(by lhf & celes; since 3.2; it was already fixed by fixed stack)
+** lparser.c
+Mon Apr 3 09:59:06 EST 2000
+>> '%' should be in expfollow
+(by Edgar Toernig; since 3.1; it was already fixed)
+
+** lbuiltin.c
+Mon Apr 3 10:05:05 EST 2000
+>> tostring() without arguments gives seg. fault.
+(by Edgar Toernig; since 3.0)
+