Roberto Ierusalimschy
|
75ea9ccbea
Fixed bug of long strings in binary chunks
|
hace 5 años |
Roberto Ierusalimschy
|
6d763a2500
'realloc' can fail when shrinking a block
|
hace 5 años |
Roberto Ierusalimschy
|
063d4e4543
Lua 5.3.5 ported to git
|
hace 6 años |
Roberto Ierusalimschy
|
9903dd52a3
Using LUAI_UAC* types more consistently on vararg calls
|
hace 8 años |
Roberto Ierusalimschy
|
b2aa2ba046
using constants for "_LOADED" and "PRELOAD"
|
hace 8 años |
Roberto Ierusalimschy
|
beec5af201
'luaL_tolstring' uses metatable's "__name" when available
|
hace 8 años |
Roberto Ierusalimschy
|
62f6652d53
no more extra space in 'luaL_checkstack'. (It was already useless
|
hace 9 años |
Roberto Ierusalimschy
|
bda090b961
comments + small code changes around stack usage when 'luaL_checkstack'
|
hace 9 años |
Roberto Ierusalimschy
|
d103312661
details (typos in comments)
|
hace 9 años |
Roberto Ierusalimschy
|
8949904783
allow NULL string when length is zero in 'lua_pushlstring' and
|
hace 9 años |
Roberto Ierusalimschy
|
e290bd6760
in 'luaL_traceback', print correct number of levels even when
|
hace 9 años |
Roberto Ierusalimschy
|
e7f34ad395
better implementation for buffers (reallocated memory directly
|
hace 10 años |
Roberto Ierusalimschy
|
90d016980f
detail ('luaL_getmetatable' does not return a boolean, but a tag)
|
hace 10 años |
Roberto Ierusalimschy
|
151dc5cc5f
traverse loaded modules (instead of globals) for a name for a function +
|
hace 10 años |
Roberto Ierusalimschy
|
c8da3fbc35
in traceback names, give preference to 'name' over '_G.name'
|
hace 10 años |
Roberto Ierusalimschy
|
6f54b07663
give preference to global names in tracebacks
|
hace 10 años |
Roberto Ierusalimschy
|
ab4a890d04
use 'namewhat' when building a traceback
|
hace 10 años |
Roberto Ierusalimschy
|
db5ac2fa0d
detail (buffer in 'LoadF' is related to files)
|
hace 10 años |
Roberto Ierusalimschy
|
cb59019f58
uses return value from luaL_getmetatable
|
hace 10 años |
Roberto Ierusalimschy
|
28fdbcf393
added include for 'lprefix.h', for stuff that must be added before
|
hace 10 años |
Roberto Ierusalimschy
|
05afee0f50
definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'
|
hace 10 años |
Roberto Ierusalimschy
|
bdf566a8a3
`name' in comments changed to 'name'
|
hace 10 años |
Roberto Ierusalimschy
|
6b12b82532
added 'l_' prefix for names that can be redefined externally
|
hace 10 años |
Roberto Ierusalimschy
|
f97c64d7bf
macros 'LUA_QL'/'LUA_QL' deprecated
|
hace 10 años |
Roberto Ierusalimschy
|
6384475ec4
'luaL_getmetafield' returns type of metafield (instead of a boolean)
|
hace 11 años |
Roberto Ierusalimschy
|
8704fca0c9
in 'luaL_checkversion_' check numeric types first. (Other tests
|
hace 11 años |
Roberto Ierusalimschy
|
8bb272a3e3
new conversion float->integer: conversion is valid only when
|
hace 11 años |
Roberto Ierusalimschy
|
c229ed597f
'requiref' checks 'package.loaded' before loading a module
|
hace 11 años |
Roberto Ierusalimschy
|
a77d263e86
unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)
|
hace 11 años |
Roberto Ierusalimschy
|
45c430eac0
addition of '.0' to float representation done by the kernel
|
hace 11 años |