aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index d2155964..ffa4cec1 100644
--- a/bugs
+++ b/bugs
@@ -24,3 +24,8 @@ Tue Jan 27 15:27:49 EDT 1998
24>> formats like "%020d" were considered too big (3 algarithms); moreover, 24>> formats like "%020d" were considered too big (3 algarithms); moreover,
25>> some sistems limit printf to at most 500 chars, so we can limit sizes 25>> some sistems limit printf to at most 500 chars, so we can limit sizes
26>> to 2 digits (99). 26>> to 2 digits (99).
27
28** lapi.c
29Tue Jan 27 17:12:36 EDT 1998
30>> "lua_getstring" may create a new string, so should check GC
31