aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs6
1 files changed, 5 insertions, 1 deletions
diff --git a/bugs b/bugs
index ffa4cec1..df6a0ef9 100644
--- a/bugs
+++ b/bugs
@@ -21,7 +21,7 @@ Mon Jan 19 18:17:18 EDT 1998
21 21
22** lstrlib.c 22** lstrlib.c
23Tue Jan 27 15:27:49 EDT 1998 23Tue 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 digits); 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 27
@@ -29,3 +29,7 @@ Tue Jan 27 15:27:49 EDT 1998
29Tue Jan 27 17:12:36 EDT 1998 29Tue Jan 27 17:12:36 EDT 1998
30>> "lua_getstring" may create a new string, so should check GC 30>> "lua_getstring" may create a new string, so should check GC
31 31
32** lstring.c / ltable.c
33Wed Jan 28 14:48:12 EDT 1998
34>> tables can become full of "emptys" slots, and keep growing without limits.
35