tables can become full of "emptys" slots, and keep growing without limits.

This commit is contained in:
Roberto Ierusalimschy
1998-01-28 14:50:33 -02:00
parent 07ff251a17
commit 6cdf0d8768
3 changed files with 47 additions and 26 deletions

6
bugs
View File

@@ -21,7 +21,7 @@ Mon Jan 19 18:17:18 EDT 1998
** lstrlib.c
Tue Jan 27 15:27:49 EDT 1998
>> formats like "%020d" were considered too big (3 algarithms); moreover,
>> formats like "%020d" were considered too big (3 digits); moreover,
>> some sistems limit printf to at most 500 chars, so we can limit sizes
>> to 2 digits (99).
@@ -29,3 +29,7 @@ Tue Jan 27 15:27:49 EDT 1998
Tue Jan 27 17:12:36 EDT 1998
>> "lua_getstring" may create a new string, so should check GC
** lstring.c / ltable.c
Wed Jan 28 14:48:12 EDT 1998
>> tables can become full of "emptys" slots, and keep growing without limits.