diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-01 11:56:49 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-01 11:56:49 -0200 |
commit | 68587639945aa68844871fdd74a6729b653f523a (patch) | |
tree | cc0efe84ea56f5b03d176768a9771b57bcb5c154 /bugs | |
parent | b68fb7f62e1475e28a4cb27569e8b659f925e114 (diff) | |
download | lua-68587639945aa68844871fdd74a6729b653f523a.tar.gz lua-68587639945aa68844871fdd74a6729b653f523a.tar.bz2 lua-68587639945aa68844871fdd74a6729b653f523a.zip |
bug in lua_pushuserdata(L, NULL)
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
254 | Thu Feb 1 11:55:45 EDT 2001 | ||
255 | >> lua_pushuserdata(L, NULL) is buggy | ||
256 | (by Edgar Toernig; since 4.0) | ||
257 | |||