summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-01 11:56:49 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-01 11:56:49 -0200
commit68587639945aa68844871fdd74a6729b653f523a (patch)
treecc0efe84ea56f5b03d176768a9771b57bcb5c154 /bugs
parentb68fb7f62e1475e28a4cb27569e8b659f925e114 (diff)
downloadlua-68587639945aa68844871fdd74a6729b653f523a.tar.gz
lua-68587639945aa68844871fdd74a6729b653f523a.tar.bz2
lua-68587639945aa68844871fdd74a6729b653f523a.zip
bug in lua_pushuserdata(L, NULL)
Diffstat (limited to 'bugs')
-rw-r--r--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index a1391524..220a36bf 100644
--- a/bugs
+++ b/bugs
@@ -250,3 +250,8 @@ Fri Dec 22 15:30:42 EDT 2000
250>> when `read' fails it must return nil (and not no value) 250>> when `read' fails it must return nil (and not no value)
251(by cassino; since at least 3.1) 251(by cassino; since at least 3.1)
252 252
253** lstring.c/lapi.c
254Thu Feb 1 11:55:45 EDT 2001
255>> lua_pushuserdata(L, NULL) is buggy
256(by Edgar Toernig; since 4.0)
257