diff options
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 | |||