diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,3 +2,14 @@ | |||
2 | Tue Dec 2 10:45:48 EDT 1997 | 2 | Tue Dec 2 10:45:48 EDT 1997 |
3 | >> BUG: "lastline" was not reset on function entry, so debug information | 3 | >> BUG: "lastline" was not reset on function entry, so debug information |
4 | >> started only in the 2nd line of a function. | 4 | >> started only in the 2nd line of a function. |
5 | |||
6 | |||
7 | --- Version 3.1 alpha | ||
8 | |||
9 | ** lua.c | ||
10 | Thu Jan 15 14:34:58 EDT 1998 | ||
11 | >> must include "stdlib.h" (for "exit()"). | ||
12 | |||
13 | ** lbuiltin.c / lobject.h | ||
14 | Thu Jan 15 14:34:58 EDT 1998 | ||
15 | >> MAX_WORD may be bigger than MAX_INT | ||