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
/
ltable.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid warning about -unsigned value
Roberto Ierusalimschy
2011-06-16
1
-2
/
+2
*
avoid warnings with -Wstrict-overflow
Roberto Ierusalimschy
2011-06-09
1
-3
/
+4
*
stricter control (using tag variants) over closure kinds (Lua x C)
Roberto Ierusalimschy
2011-06-02
1
-2
/
+2
*
more uniform names for 'equalobj'-related functions
Roberto Ierusalimschy
2011-05-31
1
-3
/
+3
*
no need for two different implementations for equality (one raw and
Roberto Ierusalimschy
2011-05-31
1
-3
/
+4
*
comment
Roberto Ierusalimschy
2011-05-02
1
-2
/
+2
*
detail (should use macro 'ttisdeadkey')
Roberto Ierusalimschy
2011-04-05
1
-2
/
+2
*
allows larger array parts in tables (no need to restrict it to 2^26)
Roberto Ierusalimschy
2010-11-11
1
-3
/
+3
*
macro 'key2tal' replaced by 'gkey' (as both were equal)
Roberto Ierusalimschy
2010-06-25
1
-7
/
+7
*
better names for barrier macros
Roberto Ierusalimschy
2010-06-04
1
-2
/
+2
*
"light C function" is a better name than "C-function pointer"
Roberto Ierusalimschy
2010-04-18
1
-2
/
+2
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
1
-1
/
+3
*
new macro 'eqstr'
Roberto Ierusalimschy
2010-04-05
1
-2
/
+3
*
allocator function receives the tag of object being allocated in 'osize'
Roberto Ierusalimschy
2009-12-17
1
-3
/
+2
*
comment typos
Roberto Ierusalimschy
2009-11-26
1
-2
/
+2
*
new macro 'isdummy'
Roberto Ierusalimschy
2009-11-19
1
-8
/
+10
*
new macro 'NILCONSTANT' to initialize nil constants
Roberto Ierusalimschy
2009-11-06
1
-4
/
+4
*
better control over accesses to TValue fields
Roberto Ierusalimschy
2009-11-05
1
-2
/
+2
*
new hash for doubles based on frexp, to avoid low-level tricks
Roberto Ierusalimschy
2009-10-23
1
-8
/
+7
*
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
Roberto Ierusalimschy
2009-08-07
1
-9
/
+9
*
'luaM_freearray' does not need array type as argument
Roberto Ierusalimschy
2009-04-17
1
-4
/
+4
*
avoid making 'lastfree' an invalid pointer
Roberto Ierusalimschy
2009-03-30
1
-2
/
+3
*
'ceillog2' now is exported (other modules may need it)
Roberto Ierusalimschy
2008-01-30
1
-21
/
+3
*
another way to normalize -0 that avoids problems with very small
Roberto Ierusalimschy
2007-04-18
1
-3
/
+3
*
luaO_log2 can be private to ltable.c
Roberto Ierusalimschy
2007-04-10
1
-1
/
+19
*
avoid trailing white spaces
Roberto Ierusalimschy
2006-09-11
1
-8
/
+8
*
macros luai_num* take a state L (when available) as argument, to allow
Roberto Ierusalimschy
2006-08-07
1
-2
/
+2
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-10
/
+6
*
detail
Roberto Ierusalimschy
2006-01-18
1
-2
/
+2
*
avoid unnecessary exports
Roberto Ierusalimschy
2006-01-10
1
-15
/
+28
*
avoids type punning for table keys
Roberto Ierusalimschy
2006-01-10
1
-24
/
+25
*
small changes in casts
Roberto Ierusalimschy
2005-12-22
1
-10
/
+10
*
new macro luai_numisnan
Roberto Ierusalimschy
2005-11-25
1
-2
/
+2
*
no more L in numer-operator macros (some functions that use those macros
Roberto Ierusalimschy
2005-10-24
1
-5
/
+5
*
warnings from Visual C
Roberto Ierusalimschy
2005-07-11
1
-3
/
+3
*
warnings in VS .Net
Roberto Ierusalimschy
2005-05-31
1
-2
/
+2
*
details
Roberto Ierusalimschy
2005-05-20
1
-5
/
+5
*
several small details
Roberto Ierusalimschy
2005-05-17
1
-2
/
+2
*
better quotes for strings in error messages
Roberto Ierusalimschy
2005-05-16
1
-2
/
+2
*
corrected definition of lua_number2int for Windows
Roberto Ierusalimschy
2005-05-03
1
-2
/
+3
*
detail
Roberto Ierusalimschy
2005-04-01
1
-4
/
+3
*
new "primitive" getn
Roberto Ierusalimschy
2005-03-16
1
-1
/
+49
*
`luac´ -> `luai' (to avoid confusion with other luac stuff)
Roberto Ierusalimschy
2005-03-09
1
-7
/
+7
*
`luaconf.h´ exports all its definitions always (so all of them
Roberto Ierusalimschy
2005-03-08
1
-7
/
+7
*
fewer #include's in luaconf.h
Roberto Ierusalimschy
2005-03-08
1
-1
/
+2
*
macros for all arithmetic operations over lua_Numbers
Roberto Ierusalimschy
2005-01-10
1
-5
/
+5
*
change in hash algorithm so that it does not need empty slot
Roberto Ierusalimschy
2005-01-05
1
-87
/
+104
*
cleaner interface to `ltable'
Roberto Ierusalimschy
2005-01-04
1
-19
/
+31
*
better (correct?) way to handle `next' over removed keys
Roberto Ierusalimschy
2004-12-04
1
-8
/
+16
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-3
/
+3
[next]