diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -52,3 +52,9 @@ of view) when functions have upvalues. | |||
52 | ** lstrlib.c | 52 | ** lstrlib.c |
53 | Tue Nov 10 17:29:36 EDT 1998 | 53 | Tue Nov 10 17:29:36 EDT 1998 |
54 | >> gsub/strfind do not check whether captures are properly finished. | 54 | >> gsub/strfind do not check whether captures are properly finished. |
55 | |||
56 | ** lbuiltin.c | ||
57 | Fri Dec 18 11:22:55 EDT 1998 | ||
58 | >> "tonumber" goes crazy with negative numbers in other bases (not 10), | ||
59 | because "strtol" returns long, not unsigned long. | ||
60 | |||