Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Roberto Ierusalimschy 9756f56354 better control over accesses to TValue fields hace 15 años
  Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments hace 16 años
  Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, hace 16 años
  Roberto Ierusalimschy bd5fa9cc8f new macro 'getproto' hace 16 años
  Roberto Ierusalimschy a36c8e1718 new macro 'changenvalue' hace 16 años
  Roberto Ierusalimschy 6a024df440 new function 'luaO_arith' to perform basic arithmetic operations hace 16 años
  Roberto Ierusalimschy 3dbf305408 no more support for old-style varargs hace 16 años
  Roberto Ierusalimschy bb92ef23cb bug: string at the end of TString must consider the entire TString hace 17 años
  Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) hace 17 años
  Roberto Ierusalimschy 94d40f3980 luaO_log2 can be private to ltable.c hace 18 años
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces hace 19 años
  Roberto Ierusalimschy 440113bbe8 unused macro removed hace 19 años
  Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys hace 19 años
  Roberto Ierusalimschy c2bd68d2c3 detail hace 20 años
  Roberto Ierusalimschy 0d1685d751 bug: last tag is not the number of tags... hace 20 años
  Roberto Ierusalimschy bf2b342ac1 better control for compatibility code for varargs hace 20 años
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data hace 20 años
  Roberto Ierusalimschy 90de38bf1f warnings in VS .Net hace 20 años
  Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition hace 20 años
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API hace 20 años