From ce9609296ce5d761e58af4cccdab6ca925613bea Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 7 Sep 1998 15:59:59 -0300 Subject: function "luaL_argerror" prints wrong argument number (from a user's point of view) when functions have upvalues. --- bugs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bugs') 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 ** lstring.c / ltable.c Wed Jan 28 14:48:12 EDT 1998 ->> tables can become full of "emptys" slots, and keep growing without limits. +>> tables can become full of "empty" slots, and keep growing without limits. ** lstrlib.c Mon Mar 9 15:26:09 EST 1998 @@ -41,3 +41,10 @@ Mon Mar 9 15:26:09 EST 1998 Mon May 18 19:20:00 EST 1998 >> arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. + +--- Version 3.1 + +** liolib.c / lauxlib.c +Mon Sep 7 15:57:02 EST 1998 +>> function "luaL_argerror" prints wrong argument number (from a user's point +of view) when functions have upvalues. -- cgit v1.2.3-55-g6feb