aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs11
1 files changed, 11 insertions, 0 deletions
diff --git a/bugs b/bugs
index e14fe4c1..c3e40c4d 100644
--- a/bugs
+++ b/bugs
@@ -2,3 +2,14 @@
2Tue Dec 2 10:45:48 EDT 1997 2Tue 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
10Thu Jan 15 14:34:58 EDT 1998
11>> must include "stdlib.h" (for "exit()").
12
13** lbuiltin.c / lobject.h
14Thu Jan 15 14:34:58 EDT 1998
15>> MAX_WORD may be bigger than MAX_INT