222 Commits (817f8674af64a82c6f9c8b855446800a5642764e)

Author SHA1 Message Date
Roberto Ierusalimschy fd80e63468 configuration for NaN trick big-endian + macro 'luai_checknum' to 14 years ago
Roberto Ierusalimschy 35391d9b1a macro 'NNMARK' (mark for non-number values using the NaN trick) 14 years ago
Roberto Ierusalimschy 99b1b8e918 first version with 'NANTRICK' (packing all Lua values inside a 'double') 14 years ago
Roberto Ierusalimschy 3b44821334 stricter control (using tag variants) over closure kinds (Lua x C) 14 years ago
Roberto Ierusalimschy 0214dab989 yet another macro ('num_') 14 years ago
Roberto Ierusalimschy 9b7dddad7d no need for two different implementations for equality (one raw and 14 years ago
Roberto Ierusalimschy 2a59a999d4 yet another macro abstracting TValue representation 14 years ago
Roberto Ierusalimschy 3cf1729a02 new macro 'lua_longassert' that is equivalent to an assertion without 14 years ago
Roberto Ierusalimschy 25b4e35ee8 new macros abstracting TValue representation (to easy change to 14 years ago
Roberto Ierusalimschy 7e1facaa4e detail in assertion 14 years ago
Roberto Ierusalimschy ad2531a0ee more complete (and hopefuly more correct) handling of 'sizeof(char)' 14 years ago
Roberto Ierusalimschy a958b711f5 cleaner scheme of bits for variant types (light C functions) and 14 years ago
Roberto Ierusalimschy 83abbac946 all names used internally by macros end with '_' 14 years ago
Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' 14 years ago
Roberto Ierusalimschy b63b0928cf prototype for 'luaO_ceillog2' was different from definition 14 years ago
Roberto Ierusalimschy 1aead7f553 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) 14 years ago
Roberto Ierusalimschy ccc4fc9cf0 detection of erroneous numeric strings with \0 (such as "1\0") 14 years ago
Roberto Ierusalimschy 9b7a12c46d finalizers (__gc) for tables 14 years ago
Roberto Ierusalimschy 78f9635111 several new comments 14 years ago
Roberto Ierusalimschy 575074fd85 Lua closures are cached for reuse 15 years ago
Roberto Ierusalimschy 0bccf03d7e slightly better definition for 'changenvalue' 15 years ago
Roberto Ierusalimschy 53f9499f7f "light C function" is a better name than "C-function pointer" 15 years ago
Roberto Ierusalimschy 7dfa4cd655 first implementation of light C functions 15 years ago
Roberto Ierusalimschy d20ff60615 new macro LUA_NUMTAGS 15 years ago
Roberto Ierusalimschy 064e406f67 no more fenvs! 15 years ago
Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables 15 years ago
Roberto Ierusalimschy 1ebf109c53 'setobj' must assing fields one by one, to allow trick of using 15 years ago
Roberto Ierusalimschy 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
Roberto Ierusalimschy 2583bac3d3 several small changes to simplify changing TValue if needed 15 years ago
Roberto Ierusalimschy 9756f56354 better control over accesses to TValue fields 15 years ago
Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments 15 years ago
Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, 15 years ago
Roberto Ierusalimschy bd5fa9cc8f new macro 'getproto' 16 years ago
Roberto Ierusalimschy a36c8e1718 new macro 'changenvalue' 16 years ago
Roberto Ierusalimschy 6a024df440 new function 'luaO_arith' to perform basic arithmetic operations 16 years ago
Roberto Ierusalimschy 3dbf305408 no more support for old-style varargs 16 years ago
Roberto Ierusalimschy bb92ef23cb bug: string at the end of TString must consider the entire TString 16 years ago
Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) 17 years ago
Roberto Ierusalimschy 94d40f3980 luaO_log2 can be private to ltable.c 18 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy 440113bbe8 unused macro removed 19 years ago
Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys 19 years ago
Roberto Ierusalimschy c2bd68d2c3 detail 19 years ago
Roberto Ierusalimschy 0d1685d751 bug: last tag is not the number of tags... 20 years ago
Roberto Ierusalimschy bf2b342ac1 better control for compatibility code for varargs 20 years ago
Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition 20 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago