index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mem.h is now luamem.h
v3.0-alpha
Luiz Henrique de Figueiredo
1997-04-14
1
-23
/
+23
*
fix comment in VERSION
Luiz Henrique de Figueiredo
1997-04-14
1
-2
/
+2
*
nested "$if's", "$else", and "$if" constants (nil & 1).
Roberto Ierusalimschy
1997-04-12
1
-39
/
+103
*
correction on comments about opcodes.
Roberto Ierusalimschy
1997-04-11
1
-14
/
+14
*
one cannot "create" a userdata.
Roberto Ierusalimschy
1997-04-08
1
-2
/
+2
*
first implementation of "$if";
Roberto Ierusalimschy
1997-04-07
6
-73
/
+139
*
detail: local names
Roberto Ierusalimschy
1997-04-06
1
-5
/
+5
*
detail: better way to put a "..." in message.
Roberto Ierusalimschy
1997-04-06
1
-3
/
+3
*
luaL check functions do not need the function name (it can be
Roberto Ierusalimschy
1997-04-06
10
-125
/
+129
*
better error messages;
Roberto Ierusalimschy
1997-04-04
10
-100
/
+107
*
using new lib auxlib.
Roberto Ierusalimschy
1997-04-04
2
-30
/
+18
*
"setintmethod" returns old method (to be coerent with seterrormethod).
Roberto Ierusalimschy
1997-04-03
1
-5
/
+5
*
obs: version 4 is due to internal methods.
Roberto Ierusalimschy
1997-04-03
1
-4
/
+4
*
"setintmethod" returns old method (to be coerent with seterrormethod).
Roberto Ierusalimschy
1997-04-03
1
-1
/
+2
*
new function "getintmethod"
Roberto Ierusalimschy
1997-04-02
6
-10
/
+30
*
"tostring" gives an overview of a userdata.
Roberto Ierusalimschy
1997-04-02
1
-12
/
+37
*
"newtag" does not need a type name.
Roberto Ierusalimschy
1997-04-02
4
-49
/
+25
*
lua_getuserdata must return NULL if object is not userdata
Roberto Ierusalimschy
1997-04-02
1
-4
/
+4
*
lua_getuserdata must return NULL if object is not userdata;
Roberto Ierusalimschy
1997-04-02
1
-4
/
+12
*
"getbyte" returns userdata size when called without second parameter.
Roberto Ierusalimschy
1997-04-02
1
-6
/
+10
*
small "bugs" detected by Purify: cannot read "next" after 0.
Roberto Ierusalimschy
1997-04-01
1
-4
/
+6
*
small "bugs" detected by Purify: some blocks may be smaller than
Roberto Ierusalimschy
1997-04-01
1
-2
/
+2
*
"storeglobal" changed to "setglobal"
Roberto Ierusalimschy
1997-04-01
3
-14
/
+15
*
new lua function "tag"
Roberto Ierusalimschy
1997-04-01
1
-1
/
+7
*
first version of "setglobal" and "getglobal" internal methods.
Roberto Ierusalimschy
1997-03-31
6
-82
/
+115
*
some new options for warnings and optimizations.
Roberto Ierusalimschy
1997-03-31
1
-2
/
+3
*
update of ".h" dependencies
Roberto Ierusalimschy
1997-03-31
1
-15
/
+15
*
new name for old "mem.h" (conflicts with some compiler libraries)
Roberto Ierusalimschy
1997-03-31
12
-35
/
+35
*
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
Roberto Ierusalimschy
1997-03-31
10
-117
/
+117
*
new (internal?) functions to manipulate userdata
Roberto Ierusalimschy
1997-03-26
3
-26
/
+72
*
BUG: must mark userdata in garbage collection.
Roberto Ierusalimschy
1997-03-26
1
-2
/
+3
*
some corrections, improvements;
Roberto Ierusalimschy
1997-03-24
2
-20
/
+22
*
must call "gc" i.m. for nil after all others.
Roberto Ierusalimschy
1997-03-21
2
-4
/
+10
*
mathlib now uses i.m. for "pow" operator.
Roberto Ierusalimschy
1997-03-21
2
-23
/
+7
*
files now have proper tags.
Roberto Ierusalimschy
1997-03-20
1
-5
/
+8
*
BUG: lua_newtag can be called before luaI_IMtable is initialized.
Roberto Ierusalimschy
1997-03-20
1
-8
/
+12
*
i.m. "arith" and "order" splited for different operations
Roberto Ierusalimschy
1997-03-20
4
-122
/
+151
*
luaI_type moved to fallback.c
Roberto Ierusalimschy
1997-03-20
1
-29
/
+1
*
setmethods should return old methods.
Roberto Ierusalimschy
1997-03-19
1
-1
/
+3
*
first full implementation of internal methods
Roberto Ierusalimschy
1997-03-19
11
-251
/
+404
*
new header 'auxlib.h' + new function luaL_verror
Roberto Ierusalimschy
1997-03-18
6
-36
/
+41
*
new header for auxiliar functions.
Roberto Ierusalimschy
1997-03-18
1
-0
/
+23
*
new module 'auxlib' centralizes functions to get/check parameters.
Roberto Ierusalimschy
1997-03-17
8
-157
/
+146
*
"tag" changed to "ttype" (since now tag has other meaning)
Roberto Ierusalimschy
1997-03-11
7
-116
/
+119
*
new explanation about communication between Lua and C.
Roberto Ierusalimschy
1997-03-06
1
-546
/
+158
*
new form for constructors: {[exp] = exp, ...}
Roberto Ierusalimschy
1997-03-06
3
-32
/
+38
*
atualization of #include dependencies.
Roberto Ierusalimschy
1997-03-05
1
-22
/
+26
*
skips can be nested (why not?).
Roberto Ierusalimschy
1997-03-05
1
-3
/
+9
*
"mem.c.debug" incorporated (with "#if").
Roberto Ierusalimschy
1997-03-03
1
-1
/
+102
*
first step in implementing internal methods.
Roberto Ierusalimschy
1997-02-26
10
-233
/
+438
[next]