bug in lua_pushuserdata(L, NULL)

This commit is contained in:
Roberto Ierusalimschy
2001-02-01 11:56:49 -02:00
parent b68fb7f62e
commit 6858763994
3 changed files with 9 additions and 3 deletions

5
bugs
View File

@@ -250,3 +250,8 @@ Fri Dec 22 15:30:42 EDT 2000
>> when `read' fails it must return nil (and not no value)
(by cassino; since at least 3.1)
** lstring.c/lapi.c
Thu Feb 1 11:55:45 EDT 2001
>> lua_pushuserdata(L, NULL) is buggy
(by Edgar Toernig; since 4.0)