You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
** lua.stx / llex.c
|
|
|
|
Tue Dec 2 10:45:48 EDT 1997
|
|
|
|
>> BUG: "lastline" was not reset on function entry, so debug information
|
|
|
|
>> started only in the 2nd line of a function.
|
|
|
|
|
|
|
|
|
|
|
|
--- Version 3.1 alpha
|
|
|
|
|
|
|
|
** lua.c
|
|
|
|
Thu Jan 15 14:34:58 EDT 1998
|
|
|
|
>> must include "stdlib.h" (for "exit()").
|
|
|
|
|
|
|
|
** lbuiltin.c / lobject.h
|
|
|
|
Thu Jan 15 14:34:58 EDT 1998
|
|
|
|
>> MAX_WORD may be bigger than MAX_INT
|
|
|
|
|
|
|
|
|
|
|
|
** llex.c
|
|
|
|
Mon Jan 19 18:17:18 EDT 1998
|
|
|
|
>> wrong line number (+1) in error report when file starts with "#..."
|
|
|
|
|
|
|
|
** lstrlib.c
|
|
|
|
Tue Jan 27 15:27:49 EDT 1998
|
|
|
|
>> formats like "%020d" were considered too big (3 algarithms); moreover,
|
|
|
|
>> some sistems limit printf to at most 500 chars, so we can limit sizes
|
|
|
|
>> to 2 digits (99).
|
|
|
|
|
|
|
|
** lapi.c
|
|
|
|
Tue Jan 27 17:12:36 EDT 1998
|
|
|
|
>> "lua_getstring" may create a new string, so should check GC
|
|
|
|
|