From 80001ab0eb3ad95f370796b26dacfdd7e9874877 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 3 Feb 1999 14:42:42 -0200 Subject: getlocal cannot return the local itself, since lua_isstring and lua_isnumber can modify it. --- bugs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index 3a9bf65a..4646057f 100644 --- a/bugs +++ b/bugs @@ -61,3 +61,9 @@ because "strtol" returns long, not unsigned long. ** lstrlib.c Mon Jan 4 10:41:40 EDT 1999 >> "format" does not check size of format item (such as "%00000...00000d"). + +** lapi.c +Wed Feb 3 14:40:21 EDT 1999 +>> getlocal cannot return the local itself, since lua_isstring and +lua_isnumber can modify it. + -- cgit v1.2.3-55-g6feb