aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-09-07 15:59:59 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-09-07 15:59:59 -0300
commitce9609296ce5d761e58af4cccdab6ca925613bea (patch)
tree0613054791c3c900a651d77a678672f811b075b2 /bugs
parentb1450721be39b9cb7b60144ec5115e379c56de77 (diff)
downloadlua-ce9609296ce5d761e58af4cccdab6ca925613bea.tar.gz
lua-ce9609296ce5d761e58af4cccdab6ca925613bea.tar.bz2
lua-ce9609296ce5d761e58af4cccdab6ca925613bea.zip
function "luaL_argerror" prints wrong argument number (from a user's point
of view) when functions have upvalues.
Diffstat (limited to 'bugs')
-rw-r--r--bugs9
1 files changed, 8 insertions, 1 deletions
diff --git a/bugs b/bugs
index 63a8acd6..64bc69d7 100644
--- a/bugs
+++ b/bugs
@@ -31,7 +31,7 @@ Tue Jan 27 17:12:36 EDT 1998
31 31
32** lstring.c / ltable.c 32** lstring.c / ltable.c
33Wed Jan 28 14:48:12 EDT 1998 33Wed Jan 28 14:48:12 EDT 1998
34>> tables can become full of "emptys" slots, and keep growing without limits. 34>> tables can become full of "empty" slots, and keep growing without limits.
35 35
36** lstrlib.c 36** lstrlib.c
37Mon Mar 9 15:26:09 EST 1998 37Mon Mar 9 15:26:09 EST 1998
@@ -41,3 +41,10 @@ Mon Mar 9 15:26:09 EST 1998
41Mon May 18 19:20:00 EST 1998 41Mon May 18 19:20:00 EST 1998
42>> arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. 42>> arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
43 43
44
45--- Version 3.1
46
47** liolib.c / lauxlib.c
48Mon Sep 7 15:57:02 EST 1998
49>> function "luaL_argerror" prints wrong argument number (from a user's point
50of view) when functions have upvalues.