Roberto Ierusalimschy
|
75ea9ccbea
Fixed bug of long strings in binary chunks
|
5 anni fa |
Roberto Ierusalimschy
|
5027298b46
Added directory 'testes/libs/P1' to the repository
|
5 anni fa |
Roberto Ierusalimschy
|
6d763a2500
'realloc' can fail when shrinking a block
|
5 anni fa |
Roberto Ierusalimschy
|
b5bc898467
Fixed bug: Negation overflow in getlocal/setlocal
|
5 anni fa |
Roberto Ierusalimschy
|
092f66fb05
Fixed bug: invalid mode can crash 'io.popen'
|
5 anni fa |
Roberto Ierusalimschy
|
e7411fab80
Updated release number and copyright year
|
5 anni fa |
Roberto Ierusalimschy
|
4d6efa1f2d
Added .gitignore
|
5 anni fa |
Roberto Ierusalimschy
|
f5eb809d3f
Fixed missing GC barriers in compiler and undump
|
5 anni fa |
Roberto Ierusalimschy
|
d71a548685
Fixed typos in comments
|
5 anni fa |
Roberto Ierusalimschy
|
cee1ebe337
File 'bugs' no longer tracked by git
|
5 anni fa |
Roberto Ierusalimschy
|
73c6ff6593
More generic pattern when testing 'string.format'
|
5 anni fa |
Roberto Ierusalimschy
|
89aee84cbc
Fixed bug in 'lua_upvaluejoin'
|
6 anni fa |
Roberto Ierusalimschy
|
f059c2bcc8
File 'bugs' updated to version 5.3.5
|
6 anni fa |
Roberto Ierusalimschy
|
1221e987fe
Bug: Long brackets with a huge number of '=' causes overflow
|
6 anni fa |
Roberto Ierusalimschy
|
063d4e4543
Lua 5.3.5 ported to git
|
6 anni fa |
Roberto Ierusalimschy
|
e354c6355e
small updates
|
8 anni fa |
Roberto Ierusalimschy
|
94c1b3a8ee
Handling of LUA_PATH/LUA_CPATH moved back to 'package' library
|
8 anni fa |
Roberto Ierusalimschy
|
08199ade4a
release 5.3.4 (year 2017)
|
8 anni fa |
Roberto Ierusalimschy
|
2a235312f0
detail (removing spaces at end of lines)
|
8 anni fa |
Roberto Ierusalimschy
|
9903dd52a3
Using LUAI_UAC* types more consistently on vararg calls
|
8 anni fa |
Roberto Ierusalimschy
|
24f6e236a3
'moveresults' and 'luaD_poscall' moved up in the file
|
8 anni fa |
Roberto Ierusalimschy
|
9f594ca6f5
LUA_PATHSUFFIX -> LUA_VERSUFFIX + LUA_VERSUFFIX used in the
|
8 anni fa |
Roberto Ierusalimschy
|
4df4560bf5
detail (wrong comment)
|
8 anni fa |
Roberto Ierusalimschy
|
b2aa2ba046
using constants for "_LOADED" and "PRELOAD"
|
8 anni fa |
Roberto Ierusalimschy
|
beec5af201
'luaL_tolstring' uses metatable's "__name" when available
|
8 anni fa |
Roberto Ierusalimschy
|
7b1fba69b7
using 'lastfree == NULL' to signal that table is using the dummy
|
8 anni fa |
Roberto Ierusalimschy
|
697593d8d5
bug: When a coroutine tries to resume a non-suspended coroutine,
|
8 anni fa |
Roberto Ierusalimschy
|
e2dc807c6e
check whether function is finalizer when finding a name for it +
|
8 anni fa |
Roberto Ierusalimschy
|
138d00176c
new flag in 'CallInfo.callstatus' to tell whether function is running
|
8 anni fa |
Roberto Ierusalimschy
|
8edbf57fb8
detail (ANSI C does not accept empty arguments to macros)
|
8 anni fa |