aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-01-19 17:49:22 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-01-19 17:49:22 -0200
commitd49e4dd752928c5869a75c444b503060b2634968 (patch)
tree4e13ace68c6940dd12efae1014b18237e1004caa /bugs
parent981fddea022b6cad7768223353b4e7386080c271 (diff)
downloadlua-d49e4dd752928c5869a75c444b503060b2634968.tar.gz
lua-d49e4dd752928c5869a75c444b503060b2634968.tar.bz2
lua-d49e4dd752928c5869a75c444b503060b2634968.zip
MAX_WORD should not be bigger than MAX_INT
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