aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
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.