Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 9e89a55a4f NILCONSTANT also depends no endianess (with NaN trick) hace 14 años
  Roberto Ierusalimschy fd80e63468 configuration for NaN trick big-endian + macro 'luai_checknum' to hace 14 años
  Roberto Ierusalimschy 35391d9b1a macro 'NNMARK' (mark for non-number values using the NaN trick) hace 14 años
  Roberto Ierusalimschy 99b1b8e918 first version with 'NANTRICK' (packing all Lua values inside a 'double') hace 14 años
  Roberto Ierusalimschy 3b44821334 stricter control (using tag variants) over closure kinds (Lua x C) hace 14 años
  Roberto Ierusalimschy 0214dab989 yet another macro ('num_') hace 14 años
  Roberto Ierusalimschy 9b7dddad7d no need for two different implementations for equality (one raw and hace 14 años
  Roberto Ierusalimschy 2a59a999d4 yet another macro abstracting TValue representation hace 14 años
  Roberto Ierusalimschy 3cf1729a02 new macro 'lua_longassert' that is equivalent to an assertion without hace 14 años
  Roberto Ierusalimschy 25b4e35ee8 new macros abstracting TValue representation (to easy change to hace 14 años
  Roberto Ierusalimschy 7e1facaa4e detail in assertion hace 14 años
  Roberto Ierusalimschy ad2531a0ee more complete (and hopefuly more correct) handling of 'sizeof(char)' hace 14 años
  Roberto Ierusalimschy a958b711f5 cleaner scheme of bits for variant types (light C functions) and hace 14 años
  Roberto Ierusalimschy 83abbac946 all names used internally by macros end with '_' hace 14 años
  Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' hace 14 años
  Roberto Ierusalimschy b63b0928cf prototype for 'luaO_ceillog2' was different from definition hace 14 años
  Roberto Ierusalimschy 1aead7f553 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) hace 14 años
  Roberto Ierusalimschy ccc4fc9cf0 detection of erroneous numeric strings with \0 (such as "1\0") hace 14 años
  Roberto Ierusalimschy 9b7a12c46d finalizers (__gc) for tables hace 14 años
  Roberto Ierusalimschy 78f9635111 several new comments hace 15 años
  Roberto Ierusalimschy 575074fd85 Lua closures are cached for reuse hace 15 años
  Roberto Ierusalimschy 0bccf03d7e slightly better definition for 'changenvalue' hace 15 años
  Roberto Ierusalimschy 53f9499f7f "light C function" is a better name than "C-function pointer" hace 15 años
  Roberto Ierusalimschy 7dfa4cd655 first implementation of light C functions hace 15 años
  Roberto Ierusalimschy d20ff60615 new macro LUA_NUMTAGS hace 15 años
  Roberto Ierusalimschy 064e406f67 no more fenvs! hace 15 años
  Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables hace 15 años
  Roberto Ierusalimschy 1ebf109c53 'setobj' must assing fields one by one, to allow trick of using hace 15 años
  Roberto Ierusalimschy 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and hace 15 años
  Roberto Ierusalimschy 2583bac3d3 several small changes to simplify changing TValue if needed hace 15 años