aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs8
1 files changed, 8 insertions, 0 deletions
diff --git a/bugs b/bugs
index 0824384c..04149f18 100644
--- a/bugs
+++ b/bugs
@@ -179,4 +179,12 @@ Tue May 2 15:27:58 EST 2000
179** lparser.c 179** lparser.c
180Fri May 12 15:11:12 EST 2000 180Fri May 12 15:11:12 EST 2000
181>> first element in a list constructor is not adjusted to one value 181>> first element in a list constructor is not adjusted to one value
182>> (e.g. «a = {gsub('a','a','')}»)
182(by Tomas; since 4.0a) 183(by Tomas; since 4.0a)
184
185** lparser.c
186Wed May 24 14:50:16 EST 2000
187>> record-constructor starting with an upvalue name gets an error
188>> (e.g. «local a; function f() x = {a=1} end»)
189(by Edgar Toernig; since 3.1)
190