index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opcode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new #define LUA_COMPAT2_5 to select "compatibility mode".
Roberto Ierusalimschy
1997-06-23
1
-13
/
+15
*
new interface to "lua_seterrormethod" and "lua_settagmethod", to
Roberto Ierusalimschy
1997-06-19
1
-8
/
+8
*
luaI_initTFunc initializes fileName.
Roberto Ierusalimschy
1997-06-19
1
-2
/
+1
*
"lua_seterrormethod" should return the previous handler.
Roberto Ierusalimschy
1997-06-16
1
-3
/
+4
*
"order" and "concat" operations choose tag methods the same way that
Roberto Ierusalimschy
1997-06-16
1
-31
/
+13
*
using "zio" for parsing Lua code.
Roberto Ierusalimschy
1997-06-16
1
-47
/
+5
*
functions "lua_settagmethod" and similars should be safe too.
Roberto Ierusalimschy
1997-06-12
1
-11
/
+15
*
new implementation for udata (again they are just void *);
Roberto Ierusalimschy
1997-06-09
1
-59
/
+36
*
new lua_Objects are created below the C2lua stack, so most API functions
Roberto Ierusalimschy
1997-06-06
1
-52
/
+53
*
another (better?) implementation for "pushsubscript".
Roberto Ierusalimschy
1997-05-26
1
-10
/
+16
*
small optimization in the access to i.m. table.
Roberto Ierusalimschy
1997-04-24
1
-10
/
+22
*
BUG: input file must be closed just after parser.
Roberto Ierusalimschy
1997-04-15
1
-12
/
+12
*
better error messages;
Roberto Ierusalimschy
1997-04-04
1
-20
/
+21
*
"setintmethod" returns old method (to be coerent with seterrormethod).
Roberto Ierusalimschy
1997-04-03
1
-5
/
+5
*
new function "getintmethod"
Roberto Ierusalimschy
1997-04-02
1
-1
/
+8
*
"newtag" does not need a type name.
Roberto Ierusalimschy
1997-04-02
1
-3
/
+3
*
lua_getuserdata must return NULL if object is not userdata;
Roberto Ierusalimschy
1997-04-02
1
-4
/
+12
*
"storeglobal" changed to "setglobal"
Roberto Ierusalimschy
1997-04-01
1
-6
/
+6
*
first version of "setglobal" and "getglobal" internal methods.
Roberto Ierusalimschy
1997-03-31
1
-15
/
+43
*
new name for old "mem.h" (conflicts with some compiler libraries)
Roberto Ierusalimschy
1997-03-31
1
-2
/
+2
*
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
Roberto Ierusalimschy
1997-03-31
1
-59
/
+59
*
i.m. "arith" and "order" splited for different operations
Roberto Ierusalimschy
1997-03-20
1
-20
/
+20
*
first full implementation of internal methods
Roberto Ierusalimschy
1997-03-19
1
-56
/
+105
*
"tag" changed to "ttype" (since now tag has other meaning)
Roberto Ierusalimschy
1997-03-11
1
-74
/
+75
*
new form for constructors: {[exp] = exp, ...}
Roberto Ierusalimschy
1997-03-06
1
-2
/
+12
*
first step in implementing internal methods.
Roberto Ierusalimschy
1997-02-26
1
-70
/
+126
*
lua_Type is private (preparation for tags)
Roberto Ierusalimschy
1997-02-20
1
-16
/
+29
*
userdata can handle arbitrary binary data;
Roberto Ierusalimschy
1997-02-11
1
-10
/
+36
*
better check when converting from float to int, to avoid overflow
Roberto Ierusalimschy
1997-01-31
1
-11
/
+15
*
BUG: pointer arithmetic does not have to work when pointing outside
Roberto Ierusalimschy
1996-11-22
1
-5
/
+5
*
undump needs file in binary mode
Roberto Ierusalimschy
1996-11-18
1
-2
/
+4
*
"call" returns separate results, instead of a table.
Roberto Ierusalimschy
1996-09-24
1
-18
/
+12
*
"dofile" and "dostring" may return values.
Roberto Ierusalimschy
1996-09-24
1
-3
/
+2
*
better structure to control stack interface lua-C.
Roberto Ierusalimschy
1996-09-20
1
-55
/
+53
*
functions may have tags CMARK and MARK, too.
Roberto Ierusalimschy
1996-09-02
1
-4
/
+9
*
skip first line of a lua file if it starts with a '#' (to allow shell
Roberto Ierusalimschy
1996-08-15
1
-2
/
+8
*
"exit" is defined in "stdlib".
Roberto Ierusalimschy
1996-07-24
1
-1
/
+2
*
"lua_dofile" returns different error codes if it could not open the file
Roberto Ierusalimschy
1996-06-10
1
-6
/
+8
*
first version of vararg facility (plus new function "call").
Roberto Ierusalimschy
1996-05-28
1
-51
/
+89
*
lua_Reference is int, so say so.
Roberto Ierusalimschy
1996-04-25
1
-4
/
+4
*
lock mechanism seperseded by the REFERENCE mechanism.
Roberto Ierusalimschy
1996-04-22
1
-20
/
+26
*
smaller limit to stack size (otherwise C stack can finish first)
v2.4-beta
Roberto Ierusalimschy
1996-03-22
1
-2
/
+6
*
a simplification about memory error messages.
Roberto Ierusalimschy
1996-03-21
1
-2
/
+2
*
better control when growing arrays.
Roberto Ierusalimschy
1996-03-21
1
-7
/
+10
*
hook variables are global, no more "lua_set...hook" functions.
Roberto Ierusalimschy
1996-03-20
1
-30
/
+12
*
functions "lua_is..." consider coercions.
Roberto Ierusalimschy
1996-03-19
1
-8
/
+22
*
unused "#include"
Roberto Ierusalimschy
1996-03-19
1
-2
/
+1
*
integration with undump (execution of pre-compiled chuncks)
Roberto Ierusalimschy
1996-03-15
1
-28
/
+30
*
small change to avoid error on "lua_pushstring(NULL)".
Roberto Ierusalimschy
1996-03-04
1
-4
/
+9
*
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
Roberto Ierusalimschy
1996-02-22
1
-5
/
+3
[next]