lua

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

commit 5d89dad9b83be6e5e5013efdcdd7aee0d10b580c
parent 525a91fed36866e6cb99758790df729e036582a3
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue,  2 Dec 1997 10:45:54 -0200

bug log

Diffstat:
Mbugs | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/bugs b/bugs @@ -1,3 +1,4 @@ -- arquivo comecando com # fica com numero da linha defazado (inout.c 2.69) -- LUA_COMPAT2_5 escrito errado em opcode.c (faltou o LUA_) -- opcode.c +** lua.stx / llex.c +Tue Dec 2 10:45:48 EDT 1997 +>> BUG: "lastline" was not reset on function entry, so debug information +>> started only in the 2nd line of a function.