diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-12 15:12:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-12 15:12:04 -0300 |
commit | 843f84f4ce64bf43d8ebe568d8d1eeae9f484caf (patch) | |
tree | 3f90860642355cfdf934a75564d4203ee499f866 /bugs | |
parent | b803c0600eb20f3d4e47fd7a9ceecb096abcd3c6 (diff) | |
download | lua-843f84f4ce64bf43d8ebe568d8d1eeae9f484caf.tar.gz lua-843f84f4ce64bf43d8ebe568d8d1eeae9f484caf.tar.bz2 lua-843f84f4ce64bf43d8ebe568d8d1eeae9f484caf.zip |
first element in a list constructor is not adjusted to one value.
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -175,3 +175,8 @@ in the following platforms: | |||
175 | Tue May 2 15:27:58 EST 2000 | 175 | Tue May 2 15:27:58 EST 2000 |
176 | >> `strfind' gets wrong subject length when there is an offset | 176 | >> `strfind' gets wrong subject length when there is an offset |
177 | (by Jon Kleiser; since 4.0a) | 177 | (by Jon Kleiser; since 4.0a) |
178 | |||
179 | ** lparser.c | ||
180 | Fri May 12 15:11:12 EST 2000 | ||
181 | >> first element in a list constructor is not adjusted to one value | ||
182 | (by Tomas; since 4.0a) | ||