Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy f86f4116c8 micro-optimization: avoid one API call in 'read_chars' hace 17 años
  Roberto Ierusalimschy 7f69f0efb0 remove of useless test in 'read_chars' (if n == 0 then the resulting hace 17 años
  Roberto Ierusalimschy f6cab9666c corrected name of 'Patrick Donnelly' hace 17 años
  Roberto Ierusalimschy 3deb38814d added assertions checking maximum number of upvalues hace 17 años
  Roberto Ierusalimschy 3b5b14a085 LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + hace 17 años
  Roberto Ierusalimschy aec671c126 maximum C stack should reserve some values for pseudo-indices hace 17 años
  Roberto Ierusalimschy dd92af69db bug: pseudo-indices should be linked to maximum C stack size hace 17 años
  Roberto Ierusalimschy 015e973899 bug: auxresume should reserve stack space for boolean result hace 17 años
  Roberto Ierusalimschy 163f58dac5 in 'testC', booleans should be represented by booean values hace 17 años
  Roberto Ierusalimschy dcee7d2fe0 new instructions 'newtable' and 'checkstack' in 'testC' hace 17 años
  Roberto Ierusalimschy 5f0a2f6248 more options for 'kinds' of Garbage Collection + more agressive hace 17 años
  Roberto Ierusalimschy a73930228a more options for 'kinds' of Garbage Collection hace 17 años
  Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) hace 17 años
  Roberto Ierusalimschy dd3519ab89 comment (LUA_GLOBALSINDEX does not need write barrier in lua_replace) hace 17 años
  Roberto Ierusalimschy 3a515df086 debug.sethook/gethook may overflow the thread's stack hace 17 años
  Roberto Ierusalimschy 74897bc52f bug: debug.sethook/gethook may overflow thread's stack hace 17 años
  Roberto Ierusalimschy e7c989baf1 avoid calling "tail return" hooks if the hook itself turns off the event hace 17 años
  Roberto Ierusalimschy 7a3c8314ac small bug (see http://lua-users.org/lists/lua-l/2007-08/msg00350.html) hace 17 años
  Roberto Ierusalimschy 6f8257ec5f it seems useless trying to avoid this warning... hace 17 años
  Roberto Ierusalimschy 87b0191753 better definition for LUAI_MAXCSTACK hace 17 años
  Roberto Ierusalimschy 56c17ba4c7 detail hace 17 años
  Roberto Ierusalimschy daddc57abd luaL_tostring -> luaL_tolstring (more generic) hace 17 años
  Roberto Ierusalimschy f9cdd09191 larger limit for MAXCSTACK (plus removing of some useless definitions) hace 17 años
  Roberto Ierusalimschy 47b4858357 detail ('name' of baselib is "_G") hace 17 años
  Roberto Ierusalimschy b8d23d6e07 option to use Sun compiler (on lhf account) hace 17 años
  Roberto Ierusalimschy fdecdd0cec stand-alone interpreter shows incorrect error message when the hace 17 años
  Roberto Ierusalimschy fabdaa37b6 'lua_pushfstring' raises an error if called with invalid format hace 18 años
  Roberto Ierusalimschy bc82b4d78a new function 'package.searchpath' hace 18 años
  Roberto Ierusalimschy dae850e0ee details hace 18 años
  Roberto Ierusalimschy abcc124df0 BUG: lua_setfenv may crash if called over an invalid object hace 18 años