summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-07-10 17:02:22 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-07-10 17:02:22 -0300
commita3d03ff6b68a9ba5351d88225283fcad9e80be60 (patch)
tree0db7fcf01b02f57267aeef0db688bca69be2e82d /bugs
parent654b16e83aad64643d524295300cf29677b7f2ba (diff)
downloadlua-a3d03ff6b68a9ba5351d88225283fcad9e80be60.tar.gz
lua-a3d03ff6b68a9ba5351d88225283fcad9e80be60.tar.bz2
lua-a3d03ff6b68a9ba5351d88225283fcad9e80be60.zip
bug: error message for `%a' gave wrong line number
Diffstat (limited to 'bugs')
-rw-r--r--bugs6
1 files changed, 6 insertions, 0 deletions
diff --git a/bugs b/bugs
index f7b11a23..0b245d31 100644
--- a/bugs
+++ b/bugs
@@ -264,3 +264,9 @@ Fri Feb 2 14:06:40 EDT 2001
264Tue Feb 6 11:57:13 EDT 2001 264Tue Feb 6 11:57:13 EDT 2001
265>> ESC (which starts precompiled code) in C is \33, not \27 265>> ESC (which starts precompiled code) in C is \33, not \27
266(by Edgar Toernig and lhf; since 4.0b) 266(by Edgar Toernig and lhf; since 4.0b)
267
268** lparser.c
269Tue Jul 10 16:59:18 EST 2001
270>> error message for `%a' gave wrong line number
271(by Leonardo Constantino; since 4.0)
272