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
/
lobject.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
several new comments
Roberto Ierusalimschy
2010-07-26
1
-27
/
+43
*
Lua closures are cached for reuse
Roberto Ierusalimschy
2010-06-04
1
-1
/
+2
*
slightly better definition for 'changenvalue'
Roberto Ierusalimschy
2010-05-07
1
-3
/
+2
*
"light C function" is a better name than "C-function pointer"
Roberto Ierusalimschy
2010-04-18
1
-6
/
+6
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
1
-9
/
+30
*
new macro LUA_NUMTAGS
Roberto Ierusalimschy
2010-04-12
1
-10
/
+4
*
no more fenvs!
Roberto Ierusalimschy
2010-03-26
1
-3
/
+2
*
first version of _ENV; no more global variables
Roberto Ierusalimschy
2010-03-12
1
-2
/
+1
*
'setobj' must assing fields one by one, to allow trick of using
Roberto Ierusalimschy
2010-01-08
1
-3
/
+5
*
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
Roberto Ierusalimschy
2009-11-19
1
-2
/
+2
*
several small changes to simplify changing TValue if needed
Roberto Ierusalimschy
2009-11-06
1
-19
/
+17
*
better control over accesses to TValue fields
Roberto Ierusalimschy
2009-11-05
1
-28
/
+31
*
first implementation of lexical environments
Roberto Ierusalimschy
2009-09-30
1
-1
/
+2
*
information about upvalues (where they come from) kept in Proto structure,
Roberto Ierusalimschy
2009-09-28
1
-4
/
+12
*
new macro 'getproto'
Roberto Ierusalimschy
2009-07-15
1
-1
/
+2
*
new macro 'changenvalue'
Roberto Ierusalimschy
2009-06-18
1
-1
/
+4
*
new function 'luaO_arith' to perform basic arithmetic operations
Roberto Ierusalimschy
2009-06-17
1
-1
/
+2
*
no more support for old-style varargs
Roberto Ierusalimschy
2009-03-26
1
-7
/
+1
*
bug: string at the end of TString must consider the entire TString
Roberto Ierusalimschy
2008-08-05
1
-2
/
+2
*
'ceillog2' now is exported (other modules may need it)
Roberto Ierusalimschy
2008-01-30
1
-1
/
+2
*
luaO_log2 can be private to ltable.c
Roberto Ierusalimschy
2007-04-10
1
-4
/
+1
*
avoid trailing white spaces
Roberto Ierusalimschy
2006-09-11
1
-2
/
+2
*
unused macro removed
Roberto Ierusalimschy
2006-01-18
1
-4
/
+1
*
avoids type punning for table keys
Roberto Ierusalimschy
2006-01-10
1
-5
/
+9
*
detail
Roberto Ierusalimschy
2005-10-24
1
-2
/
+2
*
bug: last tag is not the number of tags...
Roberto Ierusalimschy
2005-06-13
1
-5
/
+7
*
better control for compatibility code for varargs
Roberto Ierusalimschy
2005-06-13
1
-3
/
+6
*
new mark LUAI_DATA for extern data
Roberto Ierusalimschy
2005-06-06
1
-2
/
+2
*
warnings in VS .Net
Roberto Ierusalimschy
2005-05-31
1
-2
/
+2
*
debug information for last line of a function definition
Roberto Ierusalimschy
2005-05-05
1
-2
/
+3
*
added LUAI_FUNC to functions not in the API
Roberto Ierusalimschy
2005-04-25
1
-11
/
+10
*
C functions and userdata also have environments
Roberto Ierusalimschy
2005-02-18
1
-3
/
+4
*
cleaner way to remark open upvalues
Roberto Ierusalimschy
2005-01-18
1
-2
/
+8
*
change in hash algorithm so that it does not need empty slot
Roberto Ierusalimschy
2005-01-05
1
-2
/
+4
*
better (correct?) way to handle `next' over removed keys
Roberto Ierusalimschy
2004-12-04
1
-1
/
+2
*
better implementation for `floating-point bytes'
Roberto Ierusalimschy
2004-11-01
1
-2
/
+2
*
small optimization for table size in machines with double allignment
Roberto Ierusalimschy
2004-10-06
1
-6
/
+13
*
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
2004-05-31
1
-1
/
+5
*
better way to control open upvalues
Roberto Ierusalimschy
2004-03-15
1
-2
/
+1
*
added include to stdarg.h (as it uses vararg facilities)
Roberto Ierusalimschy
2004-02-20
1
-1
/
+5
*
more and better tools (assertions & inspectors) to check incremental GC
Roberto Ierusalimschy
2004-02-16
1
-10
/
+10
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-48
/
+55
*
towards incremental GC
Roberto Ierusalimschy
2003-11-18
1
-1
/
+2
*
parser fully reentrant(!)
Roberto Ierusalimschy
2003-08-27
1
-15
/
+22
*
Lua does not need all those different types...
Roberto Ierusalimschy
2003-04-28
1
-2
/
+2
*
name changes to avoid name collision between macros and variables
Roberto Ierusalimschy
2003-03-18
1
-2
/
+1
*
small optimization for sizes of array constructors
Roberto Ierusalimschy
2003-02-18
1
-2
/
+3
*
different variables for number of upvalues and size of upvalue array
Roberto Ierusalimschy
2003-02-11
1
-2
/
+3
*
new functions to manipulate upvales (get/setupvalue)
Roberto Ierusalimschy
2002-12-19
1
-2
/
+3
*
better code to signal write barriers
Roberto Ierusalimschy
2002-11-14
1
-3
/
+5
[next]