diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -179,4 +179,12 @@ Tue May 2 15:27:58 EST 2000 | |||
179 | ** lparser.c | 179 | ** lparser.c |
180 | Fri May 12 15:11:12 EST 2000 | 180 | Fri 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 | ||
186 | Wed 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 | |||