index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ltable.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scanner and parser use different tables for constants
Roberto Ierusalimschy
2024-12-17
1
-2
/
+0
*
'luaH_fastseti' uses 'checknoTM'
Roberto Ierusalimschy
2024-12-11
1
-1
/
+1
*
New way to keep hints for table length
Roberto Ierusalimschy
2024-11-29
1
-14
/
+22
*
'objsize' returns 'l_mem'
Roberto Ierusalimschy
2024-11-15
1
-1
/
+1
*
'objsize' broke in smaller pieces
Roberto Ierusalimschy
2024-09-30
1
-0
/
+1
*
Added gcc option '-Wconversion'
Roberto Ierusalimschy
2024-07-27
1
-5
/
+5
*
Encoding of table indices (hres) must use C indices
Roberto Ierusalimschy
2024-06-10
1
-15
/
+21
*
Yet another representation for arrays
Roberto Ierusalimschy
2024-04-05
1
-17
/
+20
*
Some 'unsigned int' changed to 'unsigned'
Roberto Ierusalimschy
2024-03-22
1
-4
/
+4
*
'luaH_get' functions return tag of the result
Roberto Ierusalimschy
2024-03-21
1
-13
/
+16
*
'luaH_get' functions return 'TValue'
Roberto Ierusalimschy
2024-03-18
1
-16
/
+13
*
Removed "bulk operations"
Roberto Ierusalimschy
2024-03-15
1
-15
/
+3
*
Added "bulk operations" to arrays
Roberto Ierusalimschy
2024-03-15
1
-3
/
+15
*
Optimizations for 'lua_rawgeti' and 'lua_rawseti'
Roberto Ierusalimschy
2024-01-12
1
-0
/
+19
*
Simpler coding for new representation for arrays
Roberto Ierusalimschy
2023-11-24
1
-30
/
+8
*
Details
Roberto Ierusalimschy
2023-11-08
1
-9
/
+18
*
Merge branch 'newarray' into nextversion
Roberto Ierusalimschy
2023-11-07
1
-5
/
+94
|
\
|
*
Merge branch 'master' into newarray
Roberto Ierusalimschy
2023-11-03
1
-2
/
+0
|
|
\
|
*
|
Full implementation of new representation for arrays
Roberto Ierusalimschy
2023-11-03
1
-13
/
+50
|
*
|
Full abstraction for representation of array values
Roberto Ierusalimschy
2023-10-30
1
-4
/
+17
|
*
|
Some cleaning in the new table API
Roberto Ierusalimschy
2023-05-16
1
-15
/
+22
|
*
|
New table API for 'set' functions
Roberto Ierusalimschy
2023-05-16
1
-0
/
+11
|
*
|
Towards a new implementation of arrays
Roberto Ierusalimschy
2023-05-15
1
-0
/
+21
*
|
|
Merge branch 'master' into nextversion
Roberto Ierusalimschy
2023-06-22
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Details
Roberto Ierusalimschy
2023-05-15
1
-2
/
+0
|
|
/
*
/
Tables have a 'lastfree' information only when needed
Roberto Ierusalimschy
2022-11-01
1
-2
/
+12
|
/
*
Removed test function 'luaH_isdummy'
Roberto Ierusalimschy
2022-10-21
1
-1
/
+0
*
Changes in the API of 'luaH_set' and related functions
Roberto Ierusalimschy
2020-12-04
1
-2
/
+6
*
Free bit 7 of GC 'marked' field
Roberto Ierusalimschy
2020-08-07
1
-1
/
+6
*
Several details about 5.4.0 rc1
Roberto Ierusalimschy
2020-04-23
1
-1
/
+1
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
field 'sizearray' in struct 'Table' changed to 'alimit', which can
Roberto Ierusalimschy
2018-06-15
1
-1
/
+2
*
no more 'luaH_emptyobject' and comparisons of addresses of global variables
Roberto Ierusalimschy
2018-06-01
1
-6
/
+1
*
first version of empty entries in tables
Roberto Ierusalimschy
2018-02-23
1
-1
/
+6
*
in hash nodes, keys are stored in separate pieces to avoid wasting
Roberto Ierusalimschy
2017-06-09
1
-14
/
+4
*
'luaH_getn' must return 'lua_Unsigned' (or 'lua_Integer'), to
Roberto Ierusalimschy
2017-05-19
1
-2
/
+2
*
detail (removing spaces at end of lines)
Roberto Ierusalimschy
2016-12-22
1
-2
/
+2
*
using 'lastfree == NULL' to signal that table is using the dummy
Roberto Ierusalimschy
2016-11-07
1
-2
/
+10
*
bug: despite its name, 'luaH_getstr' did not work for strings in
Roberto Ierusalimschy
2015-11-03
1
-1
/
+6
*
size for array part of a table ('sizearray') changed from 'int' to
Roberto Ierusalimschy
2014-09-04
1
-4
/
+5
*
simpler definition for 'setobj' (trust the compiler for the assignment)
Roberto Ierusalimschy
2014-07-29
1
-2
/
+7
*
bug (GC can collect long identifier during parser) + change (using
Roberto Ierusalimschy
2013-08-30
1
-1
/
+6
*
"integer" keys in tables are now lua_Integer, not 'int'.
Roberto Ierusalimschy
2013-04-26
1
-3
/
+4
*
bug: __newindex metamethod may not work if metatable is its own
Roberto Ierusalimschy
2011-08-17
1
-1
/
+4
*
no more 'luaH_setstr (used only once) + 'luaH_setint' receives value
Roberto Ierusalimschy
2011-08-09
1
-3
/
+2
*
macro 'key2tal' replaced by 'gkey' (as both were equal)
Roberto Ierusalimschy
2010-06-25
1
-3
/
+1
*
macro 'gkey' returns a "real" TValue*
Roberto Ierusalimschy
2009-11-06
1
-2
/
+2
*
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
Roberto Ierusalimschy
2009-08-07
1
-3
/
+3
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-2
/
+3
*
avoid unnecessary exports
Roberto Ierusalimschy
2006-01-10
1
-6
/
+5
[next]