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
Commit message (
Expand
)
Author
Age
Files
Lines
*
new module, ldump.c
Roberto Ierusalimschy
2002-10-25
1
-32
/
+34
*
C++ demands cast from void to specific types
Roberto Ierusalimschy
2002-10-25
1
-2
/
+2
*
new facility for dumping chunks
Roberto Ierusalimschy
2002-10-25
3
-4
/
+47
*
module for dumping chunks
Roberto Ierusalimschy
2002-10-25
1
-0
/
+158
*
Writer type must be public (so, in lua.h)
Roberto Ierusalimschy
2002-10-25
1
-4
/
+2
*
new version (from lhf)
Roberto Ierusalimschy
2002-10-25
1
-20
/
+15
*
C needs "union" (unlike C++)
Roberto Ierusalimschy
2002-10-25
1
-2
/
+2
*
assertion must be always valid (not only in debug mode)
Roberto Ierusalimschy
2002-10-25
2
-3
/
+3
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
12
-204
/
+246
*
optional limits for table.concat
Roberto Ierusalimschy
2002-10-23
1
-4
/
+6
*
details
Roberto Ierusalimschy
2002-10-23
1
-3
/
+3
*
field `__globals' protect global tables
Roberto Ierusalimschy
2002-10-22
1
-2
/
+15
*
tests for compatibility functions lua_dostring/lua_dofile
Roberto Ierusalimschy
2002-10-22
1
-1
/
+13
*
print error on stderr when _ALERT is not defined
Roberto Ierusalimschy
2002-10-22
1
-4
/
+9
*
only one instance of registry and default metatable per global state
Roberto Ierusalimschy
2002-10-22
3
-26
/
+23
*
avoid too much precision when printing numbers
Roberto Ierusalimschy
2002-10-22
1
-2
/
+2
*
small changes in type configuration facilities
Roberto Ierusalimschy
2002-10-22
5
-13
/
+23
*
better tokens for error messages
Roberto Ierusalimschy
2002-10-22
1
-6
/
+4
*
detail
Roberto Ierusalimschy
2002-10-21
1
-3
/
+3
*
free prototype in (more or less) the same order it is created by
Roberto Ierusalimschy
2002-10-21
1
-3
/
+3
*
do not pretend that file is closed when close fails
Roberto Ierusalimschy
2002-10-21
1
-3
/
+7
*
correct handling of opened files in presence of memory allocation
Roberto Ierusalimschy
2002-10-16
2
-43
/
+53
*
in case of memory allocation errors, sizecode and sizelineinfo can
Roberto Ierusalimschy
2002-10-16
5
-11
/
+14
*
io.lines() iterate over the standard input file
Roberto Ierusalimschy
2002-10-11
1
-12
/
+23
*
`undump' also uses private buffer
Roberto Ierusalimschy
2002-10-09
3
-7
/
+10
*
details
Roberto Ierusalimschy
2002-10-09
1
-3
/
+8
*
use of different buffers for scanner and concatenation
Roberto Ierusalimschy
2002-10-08
15
-110
/
+136
*
new ANSI C does not assure that realloc(p,0) == free(p)
Roberto Ierusalimschy
2002-10-08
2
-7
/
+15
*
to avoid `strerror', define itself to something else;
Roberto Ierusalimschy
2002-10-04
1
-7
/
+7
*
small optimization for object comparison
Roberto Ierusalimschy
2002-10-04
1
-4
/
+5
*
detail
Roberto Ierusalimschy
2002-10-04
1
-3
/
+2
*
easier to define `api_check' using `assert'
Roberto Ierusalimschy
2002-09-20
1
-7
/
+12
*
EXIT_SUCCESS may be different from 0
Roberto Ierusalimschy
2002-09-20
1
-2
/
+2
*
unification of __index & __gettable (and __newindex & __settable)
Roberto Ierusalimschy
2002-09-19
4
-22
/
+18
*
avoid `reclearing' weak tables
Roberto Ierusalimschy
2002-09-19
1
-10
/
+13
*
state's buffer is used only for chars
Roberto Ierusalimschy
2002-09-19
6
-14
/
+13
*
new generators for reading a file line by line
Roberto Ierusalimschy
2002-09-17
1
-21
/
+69
*
`setmetatable' cannot change protected objects
Roberto Ierusalimschy
2002-09-16
3
-12
/
+16
*
details
Roberto Ierusalimschy
2002-09-16
1
-2
/
+3
*
avoid luaS_resize (which may need extra memory) during `main' activities
Roberto Ierusalimschy
2002-09-05
1
-7
/
+8
*
cannot raise memory error when realloc to smaller block
Roberto Ierusalimschy
2002-09-05
1
-2
/
+2
*
no more newlines at the end of error messages
Roberto Ierusalimschy
2002-09-05
6
-25
/
+16
*
no more reserved word "global"
Roberto Ierusalimschy
2002-09-03
2
-4
/
+4
*
avoid the use of "enum" in the API, as they do not have a fixed representation
Roberto Ierusalimschy
2002-09-02
3
-9
/
+17
*
details
Roberto Ierusalimschy
2002-09-02
4
-32
/
+26
*
avoid the use of "obvious" names in header files to avoid conflicts
Roberto Ierusalimschy
2002-08-30
3
-62
/
+60
*
new structure for collectable objects, sharing a common header
Roberto Ierusalimschy
2002-08-30
14
-299
/
+273
*
GC metamethod stored in a weak metatable being collected together with
Roberto Ierusalimschy
2002-08-30
1
-0
/
+12
*
`frontier' patterns
Roberto Ierusalimschy
2002-08-23
1
-12
/
+27
*
better line number for function definitions
Roberto Ierusalimschy
2002-08-22
1
-1
/
+2
[next]