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
/
lundump.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Array sizes in undump changed from unsigned to int
Roberto Ierusalimschy
2025-02-20
1
-32
/
+25
*
Details
Roberto Ierusalimschy
2025-01-16
1
-1
/
+1
*
Added gcc option '-Wconversion'
Roberto Ierusalimschy
2024-07-27
1
-27
/
+35
*
Length of external strings must fit in Lua integer
Roberto Ierusalimschy
2024-06-24
1
-1
/
+1
*
'luaH_get' functions return tag of the result
Roberto Ierusalimschy
2024-03-21
1
-1
/
+2
*
'luaH_get' functions return 'TValue'
Roberto Ierusalimschy
2024-03-18
1
-2
/
+1
*
Removed type 'varint_t'
Roberto Ierusalimschy
2024-03-13
1
-11
/
+10
*
Revising code for Varint encoding in dumps
Roberto Ierusalimschy
2024-02-12
1
-12
/
+12
*
Fixed buffers reuse absolute line information
Roberto Ierusalimschy
2023-12-27
1
-9
/
+17
*
Cleaner protocol between 'lua_dump' and writer function
Roberto Ierusalimschy
2023-12-14
1
-4
/
+4
*
Correct anchoring and GC barriers in 'loadString'
Roberto Ierusalimschy
2023-11-13
1
-37
/
+35
*
Fixed buffers save long strings as external.
Roberto Ierusalimschy
2023-11-10
1
-8
/
+15
*
Solving merge issue with use of tables in dump/undump
Roberto Ierusalimschy
2023-11-08
1
-2
/
+3
*
Merge branch 'master' into nextversion
Roberto Ierusalimschy
2023-11-07
1
-1
/
+1
|
\
|
*
Removed test for "corrupted binary dump"
Roberto Ierusalimschy
2023-09-08
1
-1
/
+1
*
|
Added suport for Fixed Buffers
Roberto Ierusalimschy
2023-09-05
1
-8
/
+34
*
|
Field 'Proto.is_vararg' uses only one bit
Roberto Ierusalimschy
2023-08-30
1
-1
/
+1
*
|
Opcode in dumps is stored properly aligned
Roberto Ierusalimschy
2023-08-25
1
-1
/
+16
*
|
Merge branch 'master' into nextversion
Roberto Ierusalimschy
2023-08-23
1
-1
/
+1
|
\
|
|
*
More disciplined use of 'getstr' and 'tsslen'
Roberto Ierusalimschy
2023-08-17
1
-1
/
+1
*
|
Merge branch 'master' into nextversion
Roberto Ierusalimschy
2023-06-22
1
-0
/
+2
|
\
|
|
*
Bug: Loading a corrupted binary file can segfault
Roberto Ierusalimschy
2023-03-17
1
-0
/
+2
*
|
Dump doesn't need to reuse 'source'
Roberto Ierusalimschy
2022-12-20
1
-6
/
+4
*
|
Dump/undump reuse strings
Roberto Ierusalimschy
2022-12-15
1
-1
/
+19
|
/
*
Stack indices changed to union's
Roberto Ierusalimschy
2022-10-29
1
-3
/
+3
*
Fixed bug of long strings in binary chunks
Roberto Ierusalimschy
2020-08-18
1
-0
/
+3
*
Fixed detail in 'loadUpvalues'
Roberto Ierusalimschy
2020-06-30
1
-1
/
+8
*
Details
v5.4.0
Roberto Ierusalimschy
2020-06-18
1
-2
/
+2
*
Fixed missing GC barriers in compiler and undump
Roberto Ierusalimschy
2020-06-16
1
-14
/
+19
*
Back to old encoding of versions in binary files
Roberto Ierusalimschy
2020-05-06
1
-1
/
+1
*
Code style in 'ldump'/'lundump'.
Roberto Ierusalimschy
2020-02-27
1
-73
/
+73
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-7
/
+7
*
Changed internal representation of booleans
Roberto Ierusalimschy
2020-01-06
1
-2
/
+5
*
First implementation of constant propagation
Roberto Ierusalimschy
2019-07-12
1
-3
/
+2
*
New implementation for constants
Roberto Ierusalimschy
2019-07-09
1
-0
/
+1
*
'require' returns where module was found
Roberto Ierusalimschy
2019-04-17
1
-2
/
+2
*
Small changes in the header of binary files
Roberto Ierusalimschy
2019-03-19
1
-15
/
+23
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
avoid craches when loading tampered code with NULL as a string constant
Roberto Ierusalimschy
2018-06-01
1
-6
/
+20
*
using explicit tests for allocation overflow whenever possible
Roberto Ierusalimschy
2017-12-07
1
-8
/
+8
*
detail (identation of switch)
Roberto Ierusalimschy
2017-11-28
1
-19
/
+18
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-2
/
+2
*
dumping ints and size_ts compacted
Roberto Ierusalimschy
2017-06-27
1
-9
/
+17
*
'lineinfo' in prototypes saved as differences instead of absolute
Roberto Ierusalimschy
2017-06-27
1
-2
/
+9
*
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
Roberto Ierusalimschy
2015-11-02
1
-2
/
+2
*
macros 'getaddrstr' and 'getstr' unified (they do the same thing)
Roberto Ierusalimschy
2015-09-17
1
-2
/
+2
*
long strings are created directly in final position when possible
Roberto Ierusalimschy
2015-09-08
1
-9
/
+11
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-3
/
+6
*
more precision between closure types ('LClosure' x 'CClosure')
Roberto Ierusalimschy
2014-06-19
1
-8
/
+8
*
allows different 'source' for each prototype, but inherits it from
Roberto Ierusalimschy
2014-06-18
1
-11
/
+17
[next]