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 220a36bf..c9429268 100644
--- a/bugs
+++ b/bugs
@@ -255,3 +255,7 @@ Thu Feb 1 11:55:45 EDT 2001
255>> lua_pushuserdata(L, NULL) is buggy 255>> lua_pushuserdata(L, NULL) is buggy
256(by Edgar Toernig; since 4.0) 256(by Edgar Toernig; since 4.0)
257 257
258** ldo.c
259Fri Feb 2 14:06:40 EDT 2001
260>> «while 1 dostring[[print('hello\n')]] end» never reclaims memory
261(by Andrew Paton; since 4.0b)