index
:
delta/lua-github.git
5.0.x
5.1.x
5.2.x
alt-version
alternative-version
baserock/5.3.2
c6f7181e910b6
master
oldlua
scopedvars
temporary
v5-2
v5.3
v5.4.0
v5.4.0-patch
github.com: lua/lua.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ltable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
details (typos in comments)
Roberto Ierusalimschy
2015-11-19
1
-2
/
+2
*
no need for a special case to get long strings (not that common)
Roberto Ierusalimschy
2015-11-03
1
-22
/
+16
*
added comment and assert about dead keys
Roberto Ierusalimschy
2015-11-03
1
-2
/
+3
*
bug: despite its name, 'luaH_getstr' did not work for strings in
Roberto Ierusalimschy
2015-11-03
1
-16
/
+35
*
avoid possibility of subtle arith. overflow
Roberto Ierusalimschy
2015-07-04
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2015-07-01
1
-2
/
+2
*
comment (FALLTHROUGH position)
Roberto Ierusalimschy
2015-06-09
1
-3
/
+3
*
detail (removed useless '#include')
Roberto Ierusalimschy
2015-05-20
1
-2
/
+1
*
detail (comment)
Roberto Ierusalimschy
2015-04-02
1
-2
/
+2
*
janitor work (comments, variable names, some other details)
Roberto Ierusalimschy
2015-03-30
1
-25
/
+31
*
details (avoid 'lint' warnings)
Roberto Ierusalimschy
2015-03-30
1
-2
/
+2
*
'point2int' -> 'point2uint' (to reflect its actual result type)
Roberto Ierusalimschy
2015-03-03
1
-2
/
+2
*
'numisinteger' (for table keys) replaced by 'luaV_tointeger' (old
Roberto Ierusalimschy
2015-02-20
1
-17
/
+5
*
make 'hashfloat' configurable
Roberto Ierusalimschy
2015-02-20
1
-8
/
+8
*
detail (file does not need 'string.h')
Roberto Ierusalimschy
2015-02-16
1
-2
/
+1
*
some changes in 'hashfloat' to avoid undefined (in ISO C) numerical
Roberto Ierusalimschy
2015-02-13
1
-8
/
+21
*
size of short strings stored in a single byte, to reduce the size
Roberto Ierusalimschy
2015-01-16
1
-2
/
+2
*
'setkey' -> 'setnodekey' (to avoid conflicts with POSIX)
v5.3.0
v5-3-0
Roberto Ierusalimschy
2015-01-05
1
-2
/
+2
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-4
/
+6
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-18
/
+18
*
'lua_numtointeger' -> 'lua_numbertointeger'
Roberto Ierusalimschy
2014-10-24
1
-2
/
+2
*
macros 'LUA_QL'/'LUA_QL' deprecated
Roberto Ierusalimschy
2014-10-17
1
-2
/
+2
*
size for array part of a table ('sizearray') changed from 'int' to
Roberto Ierusalimschy
2014-09-04
1
-59
/
+75
*
details in comments
Roberto Ierusalimschy
2014-08-01
1
-2
/
+2
*
simpler definition for 'setobj' (trust the compiler for the assignment)
Roberto Ierusalimschy
2014-07-29
1
-4
/
+5
*
type 'TString' refers directly to the structure inside the union
Roberto Ierusalimschy
2014-07-18
1
-11
/
+11
*
'IntPoint' -> 'point2int' + ensure that casted value fits in
Roberto Ierusalimschy
2014-06-26
1
-2
/
+2
*
use appropriate macros to convert GCObject to specific types
Roberto Ierusalimschy
2014-06-18
1
-2
/
+3
*
function 'luaV_numtointeger' changed to a global macro
Roberto Ierusalimschy
2014-05-26
1
-8
/
+13
*
cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from
Roberto Ierusalimschy
2014-04-15
1
-2
/
+2
*
macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that
Roberto Ierusalimschy
2014-04-15
1
-2
/
+2
*
maximum size of array part of a table now is restricted not only by
Roberto Ierusalimschy
2014-04-13
1
-8
/
+8
*
some details to avoid warnings
Roberto Ierusalimschy
2014-04-01
1
-5
/
+5
*
no more 'L' in macros "luai_num*" (several places that use those macros
Roberto Ierusalimschy
2014-01-27
1
-2
/
+2
*
'luaC_newobj' does not handle special cases; only special case
Roberto Ierusalimschy
2013-09-11
1
-2
/
+2
*
details (a few casts moved from macro invocation to macro definition)
Roberto Ierusalimschy
2013-08-29
1
-2
/
+2
*
tables and userdata all go to local list, too
Roberto Ierusalimschy
2013-08-28
1
-2
/
+2
*
LOCALBLACK changed to LOCALMARK and used also to control whether object
Roberto Ierusalimschy
2013-08-27
1
-2
/
+2
*
'next' field for tables changed from pointer to integer (for better
Roberto Ierusalimschy
2013-08-18
1
-24
/
+44
*
new macro 'l_floor' (allows 'floorf' even when other math operations
Roberto Ierusalimschy
2013-06-20
1
-2
/
+2
*
'luai_hashnum' "inlined" into 'hashfloat'
Roberto Ierusalimschy
2013-05-29
1
-5
/
+8
*
"legal" way to convert a float to an integer in C
Roberto Ierusalimschy
2013-05-27
1
-3
/
+9
*
new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM'
Roberto Ierusalimschy
2013-04-29
1
-14
/
+3
*
"integer" keys in tables are now lua_Integer, not 'int'.
Roberto Ierusalimschy
2013-04-26
1
-15
/
+19
*
first steps in the support of integers: basic representation + table indexing...
Roberto Ierusalimschy
2013-04-15
1
-24
/
+39
*
detail
Roberto Ierusalimschy
2012-09-11
1
-3
/
+3
*
spaces -> tabs in #defines
Roberto Ierusalimschy
2012-05-23
1
-3
/
+3
*
random seed used in the hash of all strings to avoid intentional
Roberto Ierusalimschy
2012-02-01
1
-2
/
+2
*
first implementation of long strings
Roberto Ierusalimschy
2012-01-25
1
-6
/
+15
*
'eqstr' -> 'luaS_eqstr'
Roberto Ierusalimschy
2012-01-23
1
-2
/
+2
[next]