From 68587639945aa68844871fdd74a6729b653f523a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 1 Feb 2001 11:56:49 -0200 Subject: bug in lua_pushuserdata(L, NULL) --- bugs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bugs') 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 >> 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) + -- cgit v1.2.3-55-g6feb