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
/
ldump.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
changes by lhf (better control of chars x bytes)
Roberto Ierusalimschy
2011-05-17
1
-3
/
+3
*
version from lhf
Roberto Ierusalimschy
2010-10-25
1
-9
/
+6
*
first version of _ENV; no more global variables
Roberto Ierusalimschy
2010-03-12
1
-2
/
+1
*
first implementation of lexical environments
Roberto Ierusalimschy
2009-09-30
1
-1
/
+2
*
information about upvalues (where they come from) kept in Proto structure,
Roberto Ierusalimschy
2009-09-28
1
-3
/
+14
*
useless test removed (pointed by lint)
Roberto Ierusalimschy
2008-07-03
1
-2
/
+2
*
avoid trailing white spaces
Roberto Ierusalimschy
2006-09-11
1
-2
/
+2
*
small change to strip file names when stripping debug information
v5.1
Roberto Ierusalimschy
2006-02-17
1
-2
/
+2
*
new versions by lhf
Roberto Ierusalimschy
2005-11-16
1
-72
/
+57
*
several small details
Roberto Ierusalimschy
2005-05-17
1
-3
/
+4
*
debug information for last line of a function definition
Roberto Ierusalimschy
2005-05-05
1
-2
/
+3
*
function constants may include boolean values
Roberto Ierusalimschy
2004-10-04
1
-1
/
+4
*
`lua_Chunkwriter' returns 0 in case of success
Roberto Ierusalimschy
2004-07-09
1
-12
/
+17
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-1
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-3
/
+3
*
no more checks for non-default compilation options + luaU_dump has
Roberto Ierusalimschy
2003-08-15
1
-10
/
+8
*
last changes by lhf
v5.0
Roberto Ierusalimschy
2003-04-10
1
-4
/
+5
*
different variables for number of upvalues and size of upvalue array
Roberto Ierusalimschy
2003-02-11
1
-8
/
+3
*
dump/undump of upvalue names
Roberto Ierusalimschy
2003-01-27
1
-9
/
+23
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
module for dumping chunks
Roberto Ierusalimschy
2002-10-25
1
-0
/
+158