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
path:
root
/
lcode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Branch 5.2 - new releases for 5.2 go from here, main trunk goes
Roberto Ierusalimschy
2013-04-12
1
-0
/
+881
*
official branch for Lua 5.1
Roberto Ierusalimschy
2007-12-27
1
-823
/
+0
*
BUG: should copy the union, not (some of) its fields
Roberto Ierusalimschy
2006-03-21
1
-8
/
+6
*
small changes in casts
Roberto Ierusalimschy
2005-12-22
1
-5
/
+5
*
new macro luai_numisnan
Roberto Ierusalimschy
2005-11-25
1
-2
/
+2
*
'mod' may also raise an error when applied to zero
Roberto Ierusalimschy
2005-11-16
1
-2
/
+4
*
more privacy
Roberto Ierusalimschy
2005-11-08
1
-3
/
+3
*
no more L in numer-operator macros (some functions that use those macros
Roberto Ierusalimschy
2005-10-24
1
-13
/
+13
*
small optimization
Roberto Ierusalimschy
2005-10-13
1
-15
/
+12
*
constant folding optimizations
Roberto Ierusalimschy
2005-10-09
1
-93
/
+134
*
small optimization for local declarations without initializations
Roberto Ierusalimschy
2005-09-30
1
-9
/
+12
*
new method to handle tests without values (negative values)
Roberto Ierusalimschy
2005-08-29
1
-30
/
+39
*
new coding for while and repeat (with new scoping for repeat)
Roberto Ierusalimschy
2005-08-17
1
-5
/
+5
*
small bug (type error)
Roberto Ierusalimschy
2005-06-07
1
-2
/
+2
*
details
Roberto Ierusalimschy
2005-05-20
1
-4
/
+4
*
new operation *t (for size of t) (may yet be removed...)
Roberto Ierusalimschy
2005-03-16
1
-9
/
+22
*
`luac´ -> `luai' (to avoid confusion with other luac stuff)
Roberto Ierusalimschy
2005-03-09
1
-2
/
+2
*
`luaconf.h´ exports all its definitions always (so all of them
Roberto Ierusalimschy
2005-03-08
1
-2
/
+2
*
macros for all arithmetic operations over lua_Numbers
Roberto Ierusalimschy
2005-01-10
1
-2
/
+2
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-25
/
+25
*
small optimization for boolean constants + new format for SETLIST opcode
Roberto Ierusalimschy
2004-10-04
1
-3
/
+26
*
small correction (less conservative write barrier for tables)
Roberto Ierusalimschy
2004-08-24
1
-2
/
+2
*
small bug
Roberto Ierusalimschy
2004-07-16
1
-2
/
+2
*
new way to code RK values
Roberto Ierusalimschy
2004-06-29
1
-5
/
+5
*
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
2004-05-31
1
-7
/
+21
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-1
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-11
/
+13
*
First version of incremental GC
Roberto Ierusalimschy
2003-12-09
1
-2
/
+4
*
details
Roberto Ierusalimschy
2003-11-19
1
-8
/
+8
*
parser fully reentrant(!)
Roberto Ierusalimschy
2003-08-27
1
-5
/
+7
*
better information about instruction behavior (use of arguments)
Roberto Ierusalimschy
2003-05-14
1
-4
/
+6
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-2
/
+2
*
avoid the identifier `index' (clashes with BSD `index' function)
Roberto Ierusalimschy
2003-02-27
1
-5
/
+5
*
OP_TFORLOOP uses extra stack space
Roberto Ierusalimschy
2002-12-11
1
-2
/
+2
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
documentation for write barriers
Roberto Ierusalimschy
2002-11-14
1
-2
/
+2
*
in case of memory allocation errors, sizecode and sizelineinfo can
Roberto Ierusalimschy
2002-10-16
1
-4
/
+4
*
details
Roberto Ierusalimschy
2002-08-21
1
-31
/
+14
*
new simetric format for ABC instructions, to avoid exchanging operands
Roberto Ierusalimschy
2002-08-20
1
-41
/
+26
*
new macros `ttis*'
Roberto Ierusalimschy
2002-08-05
1
-3
/
+3
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-3
/
+3
*
new fallback __le (less equal), for partial order
Roberto Ierusalimschy
2002-06-12
1
-25
/
+10
*
detail
Roberto Ierusalimschy
2002-06-03
1
-2
/
+2
*
new `__newindex' eventfield
Roberto Ierusalimschy
2002-05-27
1
-4
/
+2
*
no more `global' declarations
Roberto Ierusalimschy
2002-05-14
1
-3
/
+3
*
details about jump optimization
Roberto Ierusalimschy
2002-05-13
1
-13
/
+22
*
cleaner implementation of code generation for jumps
Roberto Ierusalimschy
2002-05-10
1
-37
/
+28
*
optimization for `while' (first version)
Roberto Ierusalimschy
2002-05-10
1
-10
/
+17
*
`skip' instructions must be followed by a jump
Roberto Ierusalimschy
2002-05-09
1
-13
/
+10
*
new function `lua_vpushstr' to replace uses of `sprintf'
Roberto Ierusalimschy
2002-05-07
1
-8
/
+3
[next]