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 option '*L' for io.read + options for io.lines
Roberto Ierusalimschy
2010-03-03
1
-24
/
+48
*
avoid 'continue' unless necessary
Roberto Ierusalimschy
2010-02-27
2
-59
/
+59
*
removed useless test (argv[i] cannot be NULL when i<argc)
Roberto Ierusalimschy
2010-02-27
1
-2
/
+1
*
new instructions to optimize indexing on upvalues
Roberto Ierusalimschy
2010-02-26
8
-31
/
+89
*
detail: in loadfile read function, no need to return NULL on EOF;
Roberto Ierusalimschy
2010-02-18
1
-2
/
+2
*
avoid using 'ungetc' in loadfile
Roberto Ierusalimschy
2010-02-18
1
-7
/
+15
*
new macro 'luai_writestringerror'
Roberto Ierusalimschy
2010-02-18
4
-18
/
+25
*
no need to flush either stderr or \n-terminated outputs
Roberto Ierusalimschy
2010-02-11
1
-4
/
+1
*
use of 'conventional' names for shift and rotate operations +
Roberto Ierusalimschy
2010-02-11
1
-7
/
+27
*
removed support for '#fist-line comment' on binary files (as binary
Roberto Ierusalimschy
2010-02-11
1
-14
/
+2
*
better usage messages, showing entire offending argument
Roberto Ierusalimschy
2010-02-09
1
-8
/
+11
*
when yielding, original 'func' value must be kept and restored so
Roberto Ierusalimschy
2010-02-09
1
-7
/
+6
*
field 'oldtop' renamed to 'extra', as it can be used for other
Roberto Ierusalimschy
2010-02-09
2
-4
/
+4
*
typo (thanks to Gavin)
Roberto Ierusalimschy
2010-02-05
1
-2
/
+2
*
new function 'luaL_cpcall'
Roberto Ierusalimschy
2010-01-21
5
-23
/
+25
*
typo in comment
Roberto Ierusalimschy
2010-01-21
1
-2
/
+2
*
better messages for invalid options
Roberto Ierusalimschy
2010-01-21
1
-8
/
+10
*
__unm metamethod gets nil as its 2nd parameter
Roberto Ierusalimschy
2010-01-15
1
-1
/
+2
*
table.pack was locking last result, avoiding its collection
Roberto Ierusalimschy
2010-01-13
1
-1
/
+3
*
HINSTANCE -> HMODULE (they are the same thing, but the MS documentation
Roberto Ierusalimschy
2010-01-13
1
-4
/
+12
*
warnings that are not compatible with C++ separated from other warning
Roberto Ierusalimschy
2010-01-13
1
-9
/
+12
*
"no value" added to array luaT_typenames + occurrences of "userdata"
Roberto Ierusalimschy
2010-01-13
5
-23
/
+20
*
correct error message when yielding from outside a coroutine
Roberto Ierusalimschy
2010-01-13
1
-3
/
+7
*
on 64-bit machines, an address may not fit into a 'long', so it
Roberto Ierusalimschy
2010-01-13
1
-2
/
+2
*
missing standard defines
Roberto Ierusalimschy
2010-01-12
1
-1
/
+4
*
'searchpath' changes dots into directory separators
Roberto Ierusalimschy
2010-01-11
1
-2
/
+2
*
added casts from int to enumerations to follow C++ rules
Roberto Ierusalimschy
2010-01-11
2
-6
/
+7
*
removed useless initialization
Roberto Ierusalimschy
2010-01-11
1
-2
/
+2
*
conversion from pointer to void to pointer to function seems more
Roberto Ierusalimschy
2010-01-11
1
-2
/
+2
*
missing 'external' in variable declaration
Roberto Ierusalimschy
2010-01-11
1
-2
/
+2
*
pathes corrected to 5.2
Roberto Ierusalimschy
2010-01-11
1
-3
/
+3
*
corrected copyright notice to 2010
Roberto Ierusalimschy
2010-01-11
1
-3
/
+3
*
include of 'windows.h' moved to where it is needed
Roberto Ierusalimschy
2010-01-11
2
-3
/
+3
*
Dynamic C functions should be created with the global table as their
Roberto Ierusalimschy
2010-01-11
1
-2
/
+4
*
changed macro lua_number2int for Windows (added brackets; some recent
Roberto Ierusalimschy
2010-01-11
1
-2
/
+3
*
"-"-trick in C packages now accept name-v13...
Roberto Ierusalimschy
2010-01-11
1
-7
/
+14
*
removed old prototype for 'luaI_openlib' (which does not exist anymore)
Roberto Ierusalimschy
2010-01-11
1
-3
/
+1
*
better may to force recompilation when makefile changes
Roberto Ierusalimschy
2010-01-08
1
-47
/
+48
*
'setobj' must assing fields one by one, to allow trick of using
Roberto Ierusalimschy
2010-01-08
1
-3
/
+5
*
removed parentheses around some function names in their definitions
Roberto Ierusalimschy
2010-01-08
1
-3
/
+3
*
some changes in compatibility macros: added LUA_COMPAT_ALL + compatibility
Roberto Ierusalimschy
2010-01-06
1
-50
/
+43
*
compatibility code removed or moved to luaconf.h
Roberto Ierusalimschy
2010-01-06
1
-7
/
+1
*
compatibility code moved to luaconf.h
Roberto Ierusalimschy
2010-01-06
1
-28
/
+4
*
new debug info 'isvararg' and 'nparams'
Roberto Ierusalimschy
2010-01-06
3
-8
/
+25
*
no need to use two different defines (LUA_DL_DLOPEN and LUA_USE_DLOPEN)
Roberto Ierusalimschy
2010-01-06
1
-3
/
+3
*
again changing macro to function to save a few bytes
Roberto Ierusalimschy
2010-01-06
1
-5
/
+9
*
macro 'luaY_checklimit' changed into a function (and renamed 'checklimit').
Roberto Ierusalimschy
2010-01-05
1
-10
/
+12
*
field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned
Roberto Ierusalimschy
2010-01-05
1
-2
/
+2
*
new api_check that 'pcallk' cannot be called inside hooks
Roberto Ierusalimschy
2010-01-04
1
-1
/
+3
*
reorganization of switch in function 'match' (details)
Roberto Ierusalimschy
2010-01-04
1
-18
/
+18
[next]