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
2004-07-09
back with an "open all libs" function
Roberto Ierusalimschy
4
-19
/
+48
2004-07-09
bug: `lua_setfenv' needs a write barrier
Roberto Ierusalimschy
1
-4
/
+5
2004-07-02
`require' uses its private reference to `_LOADED' table
Roberto Ierusalimschy
1
-14
/
+14
2004-07-01
`lua.c' also needs the default path, so auxlib should provide it
Roberto Ierusalimschy
3
-29
/
+23
2004-06-30
"step" option in lua_gc also need to lock Lua.
Roberto Ierusalimschy
1
-10
/
+13
2004-06-30
detail
Roberto Ierusalimschy
2
-4
/
+3
2004-06-29
new way to code RK values
Roberto Ierusalimschy
4
-16
/
+32
2004-06-29
detail
Roberto Ierusalimschy
1
-36
/
+36
2004-06-29
new interface for search-path function + small changes in require
Roberto Ierusalimschy
1
-15
/
+22
2004-06-29
new interface for search-path function
Roberto Ierusalimschy
3
-33
/
+34
2004-06-23
libraries may want to use `lua_assert' too...
Roberto Ierusalimschy
2
-7
/
+5
2004-06-21
new scheme to search paths
Roberto Ierusalimschy
3
-75
/
+80
2004-06-21
`assert' returns all its parameters (not only the first)
Roberto Ierusalimschy
1
-3
/
+2
2004-06-17
new coroutines inherit hook from creator
Roberto Ierusalimschy
1
-1
/
+5
2004-06-17
optional error for accesss to undefined variables/fields
Roberto Ierusalimschy
3
-11
/
+21
2004-06-16
detail
Roberto Ierusalimschy
1
-3
/
+2
2004-06-15
`setn' returns its "self" (the table)
Roberto Ierusalimschy
1
-2
/
+3
2004-06-15
`setfenv' returns "self"
Roberto Ierusalimschy
1
-3
/
+5
2004-06-08
BUG: string concatenation may cause arithmetic overflow, leading
Roberto Ierusalimschy
2
-3
/
+40
2004-06-08
details
Roberto Ierusalimschy
1
-1
/
+2
2004-06-08
(no commit message)
Roberto Ierusalimschy
1
-1
/
+8
2004-06-04
option for garbage-collector `step'
Roberto Ierusalimschy
3
-18
/
+17
2004-06-02
details
Roberto Ierusalimschy
1
-2
/
+3
2004-06-02
lock stuff defined in `luaconf.h'
Roberto Ierusalimschy
1
-2
/
+6
2004-06-02
`testC' can operate on other states
Roberto Ierusalimschy
1
-53
/
+64
2004-06-02
new macro `lua_threadyield' + lock stuff in `luaconf.h' + details
Roberto Ierusalimschy
6
-90
/
+84
2004-06-02
`getn' uses binary search if it has to count elements
Roberto Ierusalimschy
1
-8
/
+27
2004-06-02
what is provided by lauxlib.c should be defined at lauxlib.h
Roberto Ierusalimschy
2
-21
/
+23
2004-06-02
no more `__fenv'
Roberto Ierusalimschy
1
-15
/
+2
2004-06-02
better error messages for `loadfile'
Roberto Ierusalimschy
1
-6
/
+7
2004-06-02
clear definition for `lua_number2int'
Roberto Ierusalimschy
1
-3
/
+7
2004-05-31
`lua_strlen' upgraded to `lua_objsize' (which also works with userdata)
Roberto Ierusalimschy
3
-23
/
+11
2004-05-31
`luaL_dofile' and `luaL_dostring' are deprecated
Roberto Ierusalimschy
3
-63
/
+9
2004-05-31
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
13
-106
/
+192
2004-05-31
main must return status from original main!
Roberto Ierusalimschy
1
-3
/
+2
2004-05-31
new function `select'
Roberto Ierusalimschy
1
-1
/
+15
2004-05-28
other modules may need FILEHANDLE definition
Roberto Ierusalimschy
2
-9
/
+11
2004-05-28
`popen' is not ANSI and therefore was removed from the basic library
Roberto Ierusalimschy
2
-32
/
+2
2004-05-17
details
Roberto Ierusalimschy
1
-4
/
+4
2004-05-14
small steps towards yields in iterators and tag methods
Roberto Ierusalimschy
6
-79
/
+111
2004-05-11
avoid name clashes among different files
Roberto Ierusalimschy
1
-4
/
+4
2004-05-10
in `time', uses default if `isdst' is absent
Roberto Ierusalimschy
1
-2
/
+2
2004-05-10
no more USE_DEGREES option
Roberto Ierusalimschy
1
-21
/
+8
2004-05-10
`tinsert' and `tremove' also use LUA_FIRSTINDEX
Roberto Ierusalimschy
1
-14
/
+14
2004-05-10
code parameterized by LUA_FIRSTINDEX (first index of an array)
Roberto Ierusalimschy
7
-25
/
+32
2004-05-10
LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it
Roberto Ierusalimschy
1
-4
/
+4
2004-05-03
accept `\r' as newline when looking for line end
Roberto Ierusalimschy
1
-2
/
+2