Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 2583bac3d3 several small changes to simplify changing TValue if needed il y a 16 ans
  Roberto Ierusalimschy 9756f56354 better control over accesses to TValue fields il y a 16 ans
  Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments il y a 16 ans
  Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, il y a 16 ans
  Roberto Ierusalimschy bd5fa9cc8f new macro 'getproto' il y a 16 ans
  Roberto Ierusalimschy a36c8e1718 new macro 'changenvalue' il y a 16 ans
  Roberto Ierusalimschy 6a024df440 new function 'luaO_arith' to perform basic arithmetic operations il y a 16 ans
  Roberto Ierusalimschy 3dbf305408 no more support for old-style varargs il y a 16 ans
  Roberto Ierusalimschy bb92ef23cb bug: string at the end of TString must consider the entire TString il y a 17 ans
  Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) il y a 17 ans
  Roberto Ierusalimschy 94d40f3980 luaO_log2 can be private to ltable.c il y a 18 ans
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces il y a 19 ans
  Roberto Ierusalimschy 440113bbe8 unused macro removed il y a 19 ans
  Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys il y a 19 ans
  Roberto Ierusalimschy c2bd68d2c3 detail il y a 20 ans
  Roberto Ierusalimschy 0d1685d751 bug: last tag is not the number of tags... il y a 20 ans
  Roberto Ierusalimschy bf2b342ac1 better control for compatibility code for varargs il y a 20 ans
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data il y a 20 ans
  Roberto Ierusalimschy 90de38bf1f warnings in VS .Net il y a 20 ans
  Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition il y a 20 ans
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
  Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments il y a 20 ans
  Roberto Ierusalimschy 334ba8132b cleaner way to remark open upvalues il y a 20 ans
  Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot il y a 20 ans
  Roberto Ierusalimschy 531874f6ce better (correct?) way to handle `next' over removed keys il y a 21 ans
  Roberto Ierusalimschy 737ec947d3 better implementation for `floating-point bytes' il y a 21 ans
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment il y a 21 ans
  Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') il y a 21 ans
  Roberto Ierusalimschy a4e1230f95 better way to control open upvalues il y a 21 ans
  Roberto Ierusalimschy 898e8a6794 added include to stdarg.h (as it uses vararg facilities) il y a 21 ans