From e30327728ca4efc3fb8591cf3ea0b65cafbd907a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 3 Apr 2000 10:20:33 -0300 Subject: BUG: tostring() without arguments gives seg. fault. --- bugs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bugs') 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) + -- cgit v1.2.3-55-g6feb