aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugs b/bugs
index 64bc69d7..bd5806e5 100644
--- a/bugs
+++ b/bugs
@@ -48,3 +48,7 @@ Mon May 18 19:20:00 EST 1998
48Mon Sep 7 15:57:02 EST 1998 48Mon Sep 7 15:57:02 EST 1998
49>> function "luaL_argerror" prints wrong argument number (from a user's point 49>> function "luaL_argerror" prints wrong argument number (from a user's point
50of view) when functions have upvalues. 50of view) when functions have upvalues.
51
52** lstrlib.c
53Tue Nov 10 17:29:36 EDT 1998
54>> gsub/strfind do not check whether captures are properly finished.