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
/
ltm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
type 'TString' refers directly to the structure inside the union
Roberto Ierusalimschy
2014-07-18
1
-2
/
+2
*
added check for conversion 'obj2gco' (and corrections for small
Roberto Ierusalimschy
2014-07-18
1
-2
/
+2
*
more relaxed rules for __eq metamethod (more similar to other
Roberto Ierusalimschy
2014-06-10
1
-14
/
+1
*
errors like 1e100 << "2" were giving wrong messages
Roberto Ierusalimschy
2014-04-11
1
-3
/
+5
*
first implementation of '<<', '>>', and '~' (bitwise not)
Roberto Ierusalimschy
2013-12-30
1
-9
/
+14
*
first implementation of bitwise operators '&' (band), '|' (bor),
Roberto Ierusalimschy
2013-12-18
1
-1
/
+2
*
new order for binary operations (grouping them by type of result)
Roberto Ierusalimschy
2013-12-16
1
-3
/
+4
*
upvalues collected by reference count
Roberto Ierusalimschy
2013-08-27
1
-2
/
+2
*
"fixed" objects kept in a separated list (instead of being kept in
Roberto Ierusalimschy
2013-08-21
1
-2
/
+2
*
correct error message for conversion errors from float to int
Roberto Ierusalimschy
2013-05-06
1
-1
/
+3
*
new function 'luaT_trybinTM'
Roberto Ierusalimschy
2013-04-29
1
-1
/
+13
*
new operation '//' (integer division)
Roberto Ierusalimschy
2013-04-26
1
-2
/
+2
*
functions 'get_equalTM' and 'call_orderTM' moved to other files
Roberto Ierusalimschy
2013-04-25
1
-1
/
+24
*
functions 'traceexec', 'callTM', and 'call_binTM' moved to other
Roberto Ierusalimschy
2013-04-25
1
-1
/
+30
*
'ttypenv' -> 'ttnov'
Roberto Ierusalimschy
2013-04-12
1
-3
/
+3
*
stricter control (using tag variants) over closure kinds (Lua x C)
Roberto Ierusalimschy
2011-06-02
1
-2
/
+2
*
small problems with 'luaone.c'
Roberto Ierusalimschy
2011-02-28
1
-3
/
+3
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
1
-2
/
+2
*
"no value" added to array luaT_typenames + occurrences of "userdata"
Roberto Ierusalimschy
2010-01-13
1
-4
/
+6
*
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
Roberto Ierusalimschy
2009-11-19
1
-2
/
+2
*
tables and strings respect __len metamethod
Roberto Ierusalimschy
2007-09-10
1
-3
/
+3
*
details
Roberto Ierusalimschy
2006-01-10
1
-2
/
+2
*
small changes in casts
Roberto Ierusalimschy
2005-12-22
1
-2
/
+2
*
details
Roberto Ierusalimschy
2005-05-20
1
-2
/
+2
*
metatables for all types
Roberto Ierusalimschy
2005-05-05
1
-4
/
+4
*
new `mod' (`%') operator
Roberto Ierusalimschy
2005-03-08
1
-2
/
+2
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-1
/
+2
*
more and better tools (assertions & inspectors) to check incremental GC
Roberto Ierusalimschy
2004-02-16
1
-2
/
+3
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-5
/
+5
*
default metatable can be NULL
Roberto Ierusalimschy
2003-12-01
1
-5
/
+8
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-2
/
+2
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
back to `__mode' metafield to specify weakness
Roberto Ierusalimschy
2002-11-14
1
-2
/
+2
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-2
/
+2
*
unification of __index & __gettable (and __newindex & __settable)
Roberto Ierusalimschy
2002-09-19
1
-2
/
+1
*
new structure for collectable objects, sharing a common header
Roberto Ierusalimschy
2002-08-30
1
-3
/
+3
*
new API for weak mode
Roberto Ierusalimschy
2002-08-06
1
-3
/
+3
*
new macros `ttis*'
Roberto Ierusalimschy
2002-08-05
1
-2
/
+2
*
new names for light userdata operations
Roberto Ierusalimschy
2002-07-17
1
-2
/
+2
*
`__weakmode' -> `__mode'
Roberto Ierusalimschy
2002-06-25
1
-3
/
+3
*
TM_GETTABLE/TM_SETTABLE don't need fast access anymore
Roberto Ierusalimschy
2002-06-24
1
-2
/
+3
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-2
/
+2
*
new fallback __le (less equal), for partial order
Roberto Ierusalimschy
2002-06-12
1
-3
/
+4
*
no more use of stdio inside the core (except for `tostring'...)
Roberto Ierusalimschy
2002-06-03
1
-2
/
+1
*
new `__newindex' eventfield
Roberto Ierusalimschy
2002-05-27
1
-2
/
+2
*
details
Roberto Ierusalimschy
2002-05-20
1
-2
/
+2
*
new macro to `fix' strings
Roberto Ierusalimschy
2002-04-30
1
-2
/
+2
*
support for `light' userdata + simpler support for `boxed' udata
Roberto Ierusalimschy
2002-04-05
1
-2
/
+3
*
new names for tag methods
Roberto Ierusalimschy
2002-03-18
1
-6
/
+6
*
better(?) order for types (nil == 0)
Roberto Ierusalimschy
2002-02-14
1
-1
/
+1
[next]