lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 4d1b815b60b884b60e7e3cdb62f5f8ccf4b2a6d3
parent 4ebc183e569b41a854aba64ffc2d648ab34a6668
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 29 Dec 1999 16:06:48 -0200

return gives wrong line in debug information.

Diffstat:
Mbugs | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/bugs b/bugs @@ -127,3 +127,9 @@ Wed Sep 8 17:41:54 EST 1999 Thu Nov 11 14:36:30 EDT 1999 >> `strfind' does not handle \0 in plain search. (by Jon Kleiser; since 3.1) + +** lparser.c +Wed Dec 29 16:05:43 EDT 1999 +>> return gives wrong line in debug information +(by lhf; since 3.2 [at least]) +