Commit Graph

  • af119c8b55 official support for floating hexa numerals Roberto Ierusalimschy 2010-12-10 17:03:46 -02:00
  • 1aead7f553 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) Roberto Ierusalimschy 2010-12-10 12:53:15 -02:00
  • 75d8470f0f new macro 'cast_uchar' Roberto Ierusalimschy 2010-12-10 11:40:22 -02:00
  • 81646af13b 'loadstring' deprecated; use 'load' instead Roberto Ierusalimschy 2010-12-08 10:58:04 -02:00
  • 233b71c092 comment Roberto Ierusalimschy 2010-12-07 09:40:42 -02:00
  • ccc4fc9cf0 detection of erroneous numeric strings with \0 (such as "1\0") Roberto Ierusalimschy 2010-12-06 19:08:36 -02:00
  • c79b4a97aa using 'strspn' to skip spaces in 'tonumber' Roberto Ierusalimschy 2010-12-06 14:25:48 -02:00
  • ac3afc7cd4 'printf' replaced by 'luai_writestring' Roberto Ierusalimschy 2010-12-03 15:20:50 -02:00
  • 350cc4bcb6 'micro' bug: when closing state, old objects are finalized (breaking assertion) Roberto Ierusalimschy 2010-12-03 09:48:25 -02:00
  • 35931bbed4 comments Roberto Ierusalimschy 2010-12-02 17:51:15 -02:00
  • 12779b2b71 getlocal/setlocal can access vararg parameters Roberto Ierusalimschy 2010-11-30 15:17:51 -02:00
  • 7ca1bd639f new functions 'extract' and 'replace' Roberto Ierusalimschy 2010-11-29 13:19:28 -02:00
  • 9b7a12c46d finalizers (__gc) for tables Roberto Ierusalimschy 2010-11-26 12:32:31 -02:00
  • 5b33e39855 removed deprecated functions getn-foreach-foreachi Roberto Ierusalimschy 2010-11-23 15:21:14 -02:00
  • a64cf8fac9 'test' -> 'btest' Roberto Ierusalimschy 2010-11-22 16:06:33 -02:00
  • 092fa71ddd conventional names for bitwise operators Roberto Ierusalimschy 2010-11-22 14:39:20 -02:00
  • a2eaad5d81 'gfind' was deprecated in 5.1 Roberto Ierusalimschy 2010-11-19 14:25:51 -02:00
  • 54771c5afa keep 'seminfo->ts' even for reserved words, just in case (some lhf's tools need this) Roberto Ierusalimschy 2010-11-18 16:38:44 -02:00
  • bcce769d29 avoid "unreacheable code" warnings Roberto Ierusalimschy 2010-11-18 16:38:27 -02:00
  • 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
  • e885b91326 'luaL_typeerror' deprecated Roberto Ierusalimschy 2010-11-10 15:38:10 -02:00
  • fa1f724378 when reading blocks with given size, try to read whole block at once Roberto Ierusalimschy 2010-11-09 14:57:49 -02:00
  • 2a966116b1 detail (message) Roberto Ierusalimschy 2010-11-09 09:04:15 -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
  • fdd5f2f7a3 comment typos Roberto Ierusalimschy 2010-10-29 15:52:46 -02:00
  • c6ef3e2672 bug: by-one error when creating short source names (luaO_chunkid) Roberto Ierusalimschy 2010-10-29 13:54:55 -02:00
  • ba8dca00ac detail (ununsed parameter) Roberto Ierusalimschy 2010-10-29 12:35:09 -02:00
  • 9be89a1864 'luaL_checkversion' also checks convertions (number to integer types) Roberto Ierusalimschy 2010-10-29 10:52:21 -02:00
  • b9f371a3c2 added another option for ieeeendian Roberto Ierusalimschy 2010-10-29 09:13:21 -02:00
  • 4834de8427 comment typo Roberto Ierusalimschy 2010-10-29 09:13:14 -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
  • c77baf752c comment Roberto Ierusalimschy 2010-10-25 10:24:36 -02:00
  • a122688091 better error message for 'lua -e -i' Roberto Ierusalimschy 2010-10-18 14:06:33 -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
  • 8b7cf8c62d 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' Roberto Ierusalimschy 2010-07-25 12:18:19 -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
  • bd262d591f 'coroutine' library separated from 'baselib' Roberto Ierusalimschy 2010-06-10 18:30:26 -03:00
  • 0d116c3ada unused '#include' removed Roberto Ierusalimschy 2010-06-10 18:27:09 -03:00
  • 79f11fb2bb back with #-comments for binary files Roberto Ierusalimschy 2010-06-09 14:53:59 -03:00
  • fabe4ec487 better barrier for prototypes Roberto Ierusalimschy 2010-06-07 13:55:34 -03:00
  • 575074fd85 Lua closures are cached for reuse Roberto Ierusalimschy 2010-06-04 10:25:10 -03:00
  • 545f43065f 'luaF_newLclosure' gets prototype of new closure as argument Roberto Ierusalimschy 2010-06-04 10:06:15 -03:00
  • 3819c30e55 better names for barrier macros Roberto Ierusalimschy 2010-06-04 10:05:29 -03:00