Roberto Ierusalimschy
|
b8a049abed
|
Global variables
|
1997-09-16 16:25:59 -03:00 |
Roberto Ierusalimschy
|
e18f681333
|
very small corrections...
|
1997-09-16 16:01:10 -03:00 |
Roberto Ierusalimschy
|
dd1aa28390
|
small optimization in opcodes for "and" and "or"
|
1997-08-04 16:15:05 -03:00 |
Roberto Ierusalimschy
|
abbf14cd32
|
small optimizations; try to find previous use when coding a real constant.
|
1997-07-31 17:46:59 -03:00 |
Roberto Ierusalimschy
|
e8292f076d
|
new dependencies
|
1997-07-31 17:45:25 -03:00 |
Roberto Ierusalimschy
|
3037dccaf6
|
prime numbers spread better.
|
1997-07-31 17:44:46 -03:00 |
Roberto Ierusalimschy
|
a7793468aa
|
correct support for changing real to double (optional)
|
1997-07-31 16:37:37 -03:00 |
Roberto Ierusalimschy
|
caa987faad
|
"random" accepts an 'n' to return between 1 and 'n'.
|
1997-07-30 19:15:18 -03:00 |
Roberto Ierusalimschy
|
0892f0e5b7
|
BIG CHANGE: functions have their own "constant table".
|
1997-07-30 19:00:50 -03:00 |
Roberto Ierusalimschy
|
1d7857bc63
|
free(b) is equivalent to realloc(b, 0)
|
1997-07-30 15:29:08 -03:00 |
Roberto Ierusalimschy
|
72a1d81b51
|
bug: lua_getlocal breaks when called with a CFunction.
|
1997-07-29 18:11:10 -03:00 |
Roberto Ierusalimschy
|
2c580a0afb
|
new way to handle global state during compilation.
|
1997-07-29 17:38:45 -03:00 |
Roberto Ierusalimschy
|
05e8b0ae80
|
new opcode, ENDCODE, to signal end of code vector.
|
1997-07-29 17:38:06 -03:00 |
Roberto Ierusalimschy
|
16dd77e8d9
|
unused field "size" in struct TFunc.
|
1997-07-29 16:44:02 -03:00 |
Roberto Ierusalimschy
|
0600f968c3
|
BUG: LUA_COMPAT2_5 written wrong...
|
1997-07-29 10:35:06 -03:00 |
Roberto Ierusalimschy
|
971b1d557d
|
bug log. Most of the log is done automatically by RCS, and not in
the file itself :-)
|
1997-07-29 10:34:15 -03:00 |
Roberto Ierusalimschy
|
11d97c34d5
|
skipping of '#' in first line is done by lex.c.
|
1997-07-29 10:33:15 -03:00 |
Roberto Ierusalimschy
|
66be42549e
|
BUG: files starting with '#' get wrong line numbers
|
1997-07-07 18:05:51 -03:00 |
Roberto Ierusalimschy
|
067db30d71
|
"next" & "nextvar" check if argument is a result of previous calls
|
1997-07-07 13:44:26 -03:00 |
Roberto Ierusalimschy
|
da4dbe65b2
|
new functionality for "format": "%d$...".
|
1997-07-04 19:35:38 -03:00 |
Roberto Ierusalimschy
|
4321fde2a7
|
error inside an error method could break the stack.
|
1997-07-04 11:55:37 -03:00 |
Roberto Ierusalimschy
|
8f3df1d471
|
small details.
|
1997-07-02 15:50:18 -03:00 |
Roberto Ierusalimschy
|
1a17211707
|
auxliar support for "locale" (to avoid portability problems)
|
1997-07-02 15:45:09 -03:00 |
Roberto Ierusalimschy
|
d56e3a6481
|
"locale" support + better uniformity in formating
|
1997-07-02 14:09:48 -03:00 |
Roberto Ierusalimschy
|
7820a47184
|
LOCALE support
|
1997-07-01 16:32:41 -03:00 |
Roberto Ierusalimschy
|
88b185ada1
|
more uniform source (more macros...)
|
1997-07-01 14:41:34 -03:00 |
Roberto Ierusalimschy
|
ef3c45d523
|
for security reasons, one cannot change the tag of a udata
from Lua.
|
1997-06-27 19:38:49 -03:00 |
Roberto Ierusalimschy
|
20a48a818f
|
a file handle must be a userdata.
|
1997-06-27 19:38:49 -03:00 |
Roberto Ierusalimschy
|
c9e6ed1d9f
|
small corrections.
|
1997-06-27 15:39:34 -03:00 |
Roberto Ierusalimschy
|
56fdab67d8
|
believe it or not, this makes a difference...
|
1997-06-26 18:40:57 -03:00 |
Roberto Ierusalimschy
|
3a98c8670d
|
new name for _VERSION (standard of _UPPERCASES for pre-defined
global variable)
|
1997-06-26 17:47:43 -03:00 |
Roberto Ierusalimschy
|
da585783e3
|
new method to handle current files, with global variables
_INPUT and _OUTPUT.
|
1997-06-26 17:39:10 -03:00 |
Roberto Ierusalimschy
|
e81f184164
|
new #define LUA_COMPAT2_5 to select "compatibility mode".
|
1997-06-23 15:27:53 -03:00 |
Roberto Ierusalimschy
|
3e43275308
|
incompatibilities with 2.5 + restrictions on tag methods
|
1997-06-20 16:28:16 -03:00 |
Roberto Ierusalimschy
|
f97307b548
|
zio should not care about how a user creates a FILE (pipe, socket, popen,
etc).
|
1997-06-20 16:25:54 -03:00 |
Roberto Ierusalimschy
|
6402bfb1f8
|
better error message for dostring (2nd argument)
|
1997-06-20 16:19:09 -03:00 |
Roberto Ierusalimschy
|
27b6bbdcf3
|
"testC" inactive (active only for tests)
|
1997-06-19 15:55:40 -03:00 |
Roberto Ierusalimschy
|
5a198de3c1
|
new prefix luaZ
|
1997-06-19 15:55:28 -03:00 |
Roberto Ierusalimschy
|
c5d7ba7347
|
dostring has an optional error method argument
|
1997-06-19 15:49:40 -03:00 |
Roberto Ierusalimschy
|
f84c2ebc4a
|
dostring has an optional error method argument;
counter for gsub only when there is a table (to keep full compatibility)
|
1997-06-19 15:49:40 -03:00 |
Roberto Ierusalimschy
|
c8897f2b08
|
counter for gsub only when there is a table (to keep full compatibility)
|
1997-06-19 15:49:40 -03:00 |
Roberto Ierusalimschy
|
6bb2cac3db
|
setparsedfile is extern; luaz_... changed to luaZ_...
|
1997-06-19 15:04:34 -03:00 |
Roberto Ierusalimschy
|
88f020b626
|
new interface to "lua_seterrormethod" and "lua_settagmethod", to
allow the use of Lua functions too.
|
1997-06-19 15:03:04 -03:00 |
Roberto Ierusalimschy
|
a38f093f05
|
luaI_initTFunc initializes fileName.
|
1997-06-19 14:46:12 -03:00 |
Roberto Ierusalimschy
|
b6adfdd01b
|
gsub aborts if error occurs.
|
1997-06-19 14:45:28 -03:00 |
Roberto Ierusalimschy
|
b90b4bbd3a
|
macros don't need prototypes.
|
1997-06-18 18:39:56 -03:00 |
Roberto Ierusalimschy
|
f6d95140ae
|
using old version functions.
|
1997-06-18 18:20:45 -03:00 |
Roberto Ierusalimschy
|
eca17b24ea
|
#if wraps compatibility issue
|
1997-06-18 18:20:45 -03:00 |
Roberto Ierusalimschy
|
6b61582e47
|
do not use $...$ to italic.
|
1997-06-18 18:11:53 -03:00 |
Roberto Ierusalimschy
|
60bdc370d9
|
new functions lua_doFILE and lua_dobuffer to help users...
|
1997-06-18 17:35:49 -03:00 |