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