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
/
lua.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2003-10-20
detail
Roberto Ierusalimschy
1
-3
/
+3
2003-10-10
new function `lua_createtable'
Roberto Ierusalimschy
4
-12
/
+13
2003-10-10
new functions `lua_getfield' and `lua_setfield'
Roberto Ierusalimschy
7
-66
/
+70
2003-10-09
debugger can only see `local function' after it has a meaningful value
Roberto Ierusalimschy
2
-4
/
+14
2003-10-07
new functions `lua_tointeger' and lua_pushinteger'
Roberto Ierusalimschy
11
-120
/
+160
2003-10-07
new bug + correction in path for coroutine bug
Roberto Ierusalimschy
1
-2
/
+29
2003-10-03
detail
Roberto Ierusalimschy
1
-4
/
+2
2003-10-03
buffer should better use `size_t' for its size
Roberto Ierusalimschy
2
-9
/
+13
2003-10-03
avoid the use of `strlen' (strings are literals)
Roberto Ierusalimschy
1
-15
/
+13
2003-10-03
details
Roberto Ierusalimschy
1
-3
/
+3
2003-10-02
Lua kernel does not use malloc/free functions.
Roberto Ierusalimschy
8
-105
/
+116
2003-10-02
avoid unecessary includes of `stdlib'
Roberto Ierusalimschy
2
-4
/
+4
2003-10-01
detail: `luaL_where' does not use the name information
Roberto Ierusalimschy
1
-2
/
+2
2003-09-29
bug: syntax `local function' does not increment stack size
Roberto Ierusalimschy
2
-5
/
+62
2003-09-05
bug: cannot invalidate a running coroutine
Roberto Ierusalimschy
1
-9
/
+21
2003-09-05
detail
Roberto Ierusalimschy
1
-2
/
+2
2003-09-04
main thread and global state are allocated in a single block
Roberto Ierusalimschy
1
-52
/
+53
2003-09-04
some changes in error reporting
Roberto Ierusalimschy
1
-30
/
+24
2003-08-29
IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate
Roberto Ierusalimschy
1
-2
/
+26
2003-08-29
new form of long strings: `[***[...]***]'
Roberto Ierusalimschy
1
-24
/
+39
2003-08-28
simpler manipulation of buffer count in scanner
Roberto Ierusalimschy
2
-189
/
+178
2003-08-27
new function (generic) `load'
Roberto Ierusalimschy
1
-1
/
+43
2003-08-27
parser fully reentrant(!)
Roberto Ierusalimschy
10
-65
/
+120
2003-08-27
reader runs outside core Lua
Roberto Ierusalimschy
1
-2
/
+7
2003-08-26
new auxiliary function `luaH_setstr'
Roberto Ierusalimschy
3
-6
/
+18
2003-08-25
ZIO passes Lua state to chunk reader
Roberto Ierusalimschy
3
-7
/
+9
2003-08-25
zio does not keep "source" name (nobody uses it)
Roberto Ierusalimschy
9
-27
/
+24
2003-08-25
bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate
Roberto Ierusalimschy
2
-12
/
+19
2003-08-21
newlines can be `\n', `\r', `\r\n', or `\n\r'
Roberto Ierusalimschy
1
-6
/
+17
2003-08-15
no more checks for non-default compilation options + luaU_dump has
Roberto Ierusalimschy
4
-22
/
+14
2003-07-29
several bugs for Lua 5.0 + new format for bug entries
Roberto Ierusalimschy
1
-1
/
+157
2003-07-29
no need for a maximum number of parameters (maximum number of locals
Roberto Ierusalimschy
2
-9
/
+2
2003-07-29
bug: userdata to be collected still counts into new GC threshold,
Roberto Ierusalimschy
2
-10
/
+16
2003-07-29
syntax `...=var' changed to `var=...'
Roberto Ierusalimschy
1
-25
/
+20
2003-07-28
details
Roberto Ierusalimschy
1
-5
/
+5
2003-07-16
we do not need a default panic (that does nothing anyway...)
Roberto Ierusalimschy
2
-13
/
+4
2003-07-16
new way to control `pc' of running functions
Roberto Ierusalimschy
9
-147
/
+115
2003-07-10
opcode number may be invalid
Roberto Ierusalimschy
1
-1
/
+2
2003-07-09
more changes to reduce stack usage by the parser
Roberto Ierusalimschy
2
-9
/
+11
2003-07-09
small changes to reduce stack usage by the parser
Roberto Ierusalimschy
2
-25
/
+36
2003-07-09
details
Roberto Ierusalimschy
2
-6
/
+6
2003-07-07
correct handling when a thread turns on line hooks in another thread
Roberto Ierusalimschy
1
-4
/
+6
2003-07-07
`debug' library can operate over other threads
Roberto Ierusalimschy
1
-42
/
+92
2003-07-07
Move nothing when there is nothing to move
Roberto Ierusalimschy
1
-1
/
+2
2003-07-07
bug: file:close cannot be called without a file.
Roberto Ierusalimschy
1
-2
/
+2
2003-07-07
bug: C functions also may have stacks larger than current top
Roberto Ierusalimschy
1
-3
/
+2
2003-07-07
define a `lua_isthread' for completeness
Roberto Ierusalimschy
1
-1
/
+2
2003-06-10
detail
Roberto Ierusalimschy
1
-2
/
+9
2003-05-16
fully-weak tables are more efficient
Roberto Ierusalimschy
2
-6
/
+6
2003-05-16
(much) smarter way to clear weak tables
Roberto Ierusalimschy
1
-57
/
+37
[next]