24baa919c1
small bug: 'find' did not detect magic chars after a \0 in a pattern and did a plain search in those cases
Roberto Ierusalimschy
2010-11-16 18:39:41 -02:00
d1c0efdb7d
comment about compatibility-only functions
Roberto Ierusalimschy
2010-11-16 17:20:01 -02:00
566758de79
'getuservalue' accepts any type of argument
Roberto Ierusalimschy
2010-11-16 16:01:28 -02:00
50334faad6
no more compatibility with (veryyyy) old ref system
Roberto Ierusalimschy
2010-11-16 15:43:29 -02:00
cee7a8e1ec
-DLUA_COMPAT_ALL is the default
Roberto Ierusalimschy
2010-11-16 09:39:42 -02:00
8c21f463ed
'debug' library is loaded by default
Roberto Ierusalimschy
2010-11-12 13:48:30 -02:00
a1952d9c41
'l_tvar' renamed to 'l_tg'
Roberto Ierusalimschy
2010-11-12 13:47:34 -02:00
1a46a713d2
new macro 'l_tvar' to easy the use of mathlib with other floating types (float and long double)
Roberto Ierusalimschy
2010-11-11 13:39:12 -02:00
23b9ceb0a4
allows larger array parts in tables (no need to restrict it to 2^26)
Roberto Ierusalimschy
2010-11-11 13:38:43 -02:00
0a6a6b9d9d
no more sentinel to detect loops in module dependencies; usual message for infinite recursion is good enough.
Roberto Ierusalimschy
2010-11-10 18:00:04 -02:00
1b54197491
better error message when light userdata is used instead of a full userdata
Roberto Ierusalimschy
2010-11-10 16:06:10 -02:00
c97aa9485c
new function 'luaL_setmetatable'
Roberto Ierusalimschy
2010-11-10 16:05:36 -02:00
43ec354722
added support for conditional use of %Lg when using long double
Roberto Ierusalimschy
2010-11-08 15:38:37 -02:00
700b003fb5
when reading large files, double buffer size at each iteration
Roberto Ierusalimschy
2010-11-08 15:27:22 -02:00
f722ba6890
code should not use "defined" types, but "typedef"s types when they are available (i.e., after including lua.h) + small changes to make conversions more portable across diferent types for lua_Number (long double) and lua_Unsigned (long long unsigned)
Roberto Ierusalimschy
2010-11-08 14:33:20 -02:00
c7d4da8746
correction to allow lua_Unsigned larger than usigned int
Roberto Ierusalimschy
2010-11-08 14:31:22 -02:00
f1629217f1
code for conversion macros moved from luaconf to llimits + 'uint' renamed to 'unsigned' in those macros
Roberto Ierusalimschy
2010-11-03 13:16:17 -02:00
94043a3a1a
more robust implementation for 'luaO_str2d'
Roberto Ierusalimschy
2010-10-28 13:39:03 -02:00
e642cc4206
correct handling of negative numbers in non-10 bases by 'tonumber' (e.g., tonumber(-34, 8))
Roberto Ierusalimschy
2010-10-28 13:36:30 -02:00
da57477c3d
added more platforms for ieeeendianess + small comments
Roberto Ierusalimschy
2010-10-28 13:18:25 -02:00
f39034889d
stricter control over number of bits in each operation
Roberto Ierusalimschy
2010-10-28 13:17:29 -02:00
6b053a63cb
added check for architectures with known endianess (only i386 now)
Roberto Ierusalimschy
2010-10-27 15:16:37 -02:00
572e5e6b28
new names for bit functions (mimicking assembler)
Roberto Ierusalimschy
2010-10-27 14:50:32 -02:00
6098e06e09
better organization for coercion functions between lua_Number and integer types + IEEE trick to be used in most platforms, by default
Roberto Ierusalimschy
2010-10-26 17:32:19 -02:00
c6b64ffe65
new type lua_Unsigned and corresponding projection/injection functions
Roberto Ierusalimschy
2010-10-25 18:31:11 -02:00
4590a89b32
corrected warnings from different compilers (mostly casts and small details)
Roberto Ierusalimschy
2010-10-25 17:01:37 -02:00
1475cb59bf
version from lhf
Roberto Ierusalimschy
2010-10-25 12:33:38 -02:00
9e8e60dd5f
bitlib renamed to 'bit32' + new function for arithmetic shift
Roberto Ierusalimschy
2010-10-25 12:32:36 -02:00
d72ec210c7
POS_A replaced by POS_Ax (which is more "precise")
Roberto Ierusalimschy
2010-10-25 10:24:55 -02:00
f3026c36c2
details in opcode list
Roberto Ierusalimschy
2010-10-13 13:45:54 -03:00
cd0ebd0a80
'proto->source' may be NULL (if dump strips debug information)
Roberto Ierusalimschy
2010-10-11 17:24:42 -03:00
8bc33a088c
'os.exit' acceps booleans as status (for EXIT_SUCESS and EXIT_FAILURE)
Roberto Ierusalimschy
2010-10-05 09:18:03 -03:00
c3eb89544f
'luaL_loadlib' accepts Utf8 BOM in the beginning of files
Roberto Ierusalimschy
2010-10-01 15:53:00 -03:00
ffff9a49da
'nresults' in CallInfo now refers to number of results that the current function returns (and not what it expects from a call)
Roberto Ierusalimschy
2010-09-30 14:21:31 -03:00
b22356e5c5
hexadecimal constants may be floating values too
Roberto Ierusalimschy
2010-09-13 18:49:58 -03:00
a289a62717
'loadin' should not check whether upvalue is called '_ENV', because its name may be unknown when there is no debug information.
Roberto Ierusalimschy
2010-09-07 16:38:36 -03:00
e3eabcf913
'lua_[gs]etupvalue' may work even without debug information (that is, without upvalue names)
Roberto Ierusalimschy
2010-09-07 16:35:04 -03:00
0df2238063
name "_ENV" configurable through 'luaconf.h'
Roberto Ierusalimschy
2010-09-07 16:21:39 -03:00
6828f6d427
new parameter 'majorinc' to control frequency of major collections in generational mode
Roberto Ierusalimschy
2010-09-03 11:14:01 -03:00
daa5fe3e31
'loadin' should accept any value for the environment (not only tables) + it should check whether chunk has upvalue named '_ENV'
Roberto Ierusalimschy
2010-08-23 15:03:11 -03:00
8d9ea59d28
'pushclosure' -> 'codeclosure' (as there is another 'pushclosure' in 'lvm.c) + small detail
Roberto Ierusalimschy
2010-08-23 14:32:34 -03:00
5e7dbd0b8b
api checks to ensure that thread is OK when using lua_call/lua_pcall
Roberto Ierusalimschy
2010-08-04 15:40:28 -03:00
cd6c276e41
use index 0 for header of list of free references
Roberto Ierusalimschy
2010-08-03 17:21:16 -03:00
fd4b4a2a68
detail: registry._PRELOAD must be a table, no need to check
Roberto Ierusalimschy
2010-08-02 14:14:48 -03:00
d447945685
'module'/'luaL_register' and associates are deprecated
Roberto Ierusalimschy
2010-07-28 12:51:59 -03:00
78f9635111
several new comments
Roberto Ierusalimschy
2010-07-26 12:53:23 -03:00
73b0a3451d
environment variables consulted by Lua may be version-specific
Roberto Ierusalimschy
2010-07-25 12:03:37 -03:00
85c1461422
new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}
Roberto Ierusalimschy
2010-07-25 12:02:41 -03:00
5ba556d27a
using curly brackets to mark blocks of '#if/#else/#endif's
Roberto Ierusalimschy
2010-07-18 11:34:45 -03:00
81dd13f4c6
new way to distinguish between indexing tables in registers and tables in upvalues (+ fixed small bug when checking conflicts in multiple assignments)
Roberto Ierusalimschy
2010-07-07 13:27:29 -03:00
6a02bbe1e2
better organization for fields in struct 'expdesc'
Roberto Ierusalimschy
2010-07-02 17:42:40 -03:00
7631c29b2f
comand-line option '-l' creates global with given name after requiring module
Roberto Ierusalimschy
2010-07-02 14:36:32 -03:00
a9dc7c8828
functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx that have an extra out parameter with conversion status
Roberto Ierusalimschy
2010-07-02 14:35:06 -03:00
7192afafee
new module policy: C modules do not create globals and do not register themselves with 'require' (let 'require' do its work); new auxiliary functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref. Old luaL_register will be deprecated.
Roberto Ierusalimschy
2010-07-02 08:38:13 -03:00
a139e2e003
old (and complex) luaL_findtable now used only in compatibility code inside lauxlib.c
Roberto Ierusalimschy
2010-06-30 14:40:27 -03:00
a71c5f6f53
typo in comments
Roberto Ierusalimschy
2010-06-30 11:11:17 -03:00
d9ea6eca7c
macro 'key2tal' replaced by 'gkey' (as both were equal)
Roberto Ierusalimschy
2010-06-25 09:18:10 -03:00
ca3865cf1b
'getlocal' gets information about parameters of Lua functions
Roberto Ierusalimschy
2010-06-21 13:30:12 -03:00
bef5980744
no more support for old Mac OS systems
Roberto Ierusalimschy
2010-06-18 14:23:02 -03:00
409741e900
'what' may be NULL in 'kname'
Roberto Ierusalimschy
2010-06-16 10:44:36 -03:00
b98de30b8f
'ipair' is back
Roberto Ierusalimschy
2010-06-13 16:41:34 -03:00
9f48712c15
use ANSI versions of DLL functions in Windows
Roberto Ierusalimschy
2010-06-13 16:36:17 -03:00