aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-05-12 15:12:04 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-05-12 15:12:04 -0300
commit843f84f4ce64bf43d8ebe568d8d1eeae9f484caf (patch)
tree3f90860642355cfdf934a75564d4203ee499f866 /bugs
parentb803c0600eb20f3d4e47fd7a9ceecb096abcd3c6 (diff)
downloadlua-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--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index b73c691e..0824384c 100644
--- a/bugs
+++ b/bugs
@@ -175,3 +175,8 @@ in the following platforms:
175Tue May 2 15:27:58 EST 2000 175Tue 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
180Fri 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)