Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 49a67c6d3f new macro 'NILCONSTANT' to initialize nil constants hace 15 años
  Roberto Ierusalimschy 6a024df440 new function 'luaO_arith' to perform basic arithmetic operations hace 16 años
  Roberto Ierusalimschy 57f8414de1 small bug in 'luaV_concat' (L->top was left incorrect in some cases) hace 16 años
  Roberto Ierusalimschy 6905ae900b Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) hace 16 años
  Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) hace 17 años
  Roberto Ierusalimschy fabdaa37b6 'lua_pushfstring' raises an error if called with invalid format hace 17 años
  Roberto Ierusalimschy ad60b3ead7 avoid the use of "exotic" libc functions hace 18 años
  Roberto Ierusalimschy 94d40f3980 luaO_log2 can be private to ltable.c hace 18 años
  Roberto Ierusalimschy 4d7cfff6df comments hace 18 años
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) hace 19 años
  Roberto Ierusalimschy 298ae7e230 complete support for hexadecimal constants hace 19 años
  Roberto Ierusalimschy dd1221582b details hace 19 años
  Roberto Ierusalimschy c505f341d6 small changes in casts hace 19 años
  Roberto Ierusalimschy 8e48ebb638 no more L in numer-operator macros (some functions that use those macros hace 20 años
  Roberto Ierusalimschy 95f3eefa5b small optimization hace 20 años
  Roberto Ierusalimschy 1a343814d8 details hace 20 años
  Roberto Ierusalimschy c2f065f405 detail hace 20 años
  Roberto Ierusalimschy 90de38bf1f warnings in VS .Net hace 20 años
  Roberto Ierusalimschy f21e9c172f details hace 20 años
  Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages hace 20 años
  Roberto Ierusalimschy 04c41444e2 wrong comment corrected hace 20 años
  Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) hace 20 años
  Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them hace 20 años
  Roberto Ierusalimschy b5b230d95c fewer #include's in luaconf.h hace 20 años
  Roberto Ierusalimschy 8ddfe3df29 macros for all arithmetic operations over lua_Numbers hace 20 años
  Roberto Ierusalimschy 1d99a7360b details hace 21 años
  Roberto Ierusalimschy 737ec947d3 better implementation for `floating-point bytes' hace 21 años
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment hace 21 años
  Roberto Ierusalimschy 76d8b8db06 `lua_pushfstring' now supports `%p' option too hace 21 años
  Roberto Ierusalimschy 1c459b881f accept `\r' as newline when looking for line end hace 21 años