Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 17dbaa8639 Improvements in the handling of signals il y a 5 ans
  Roberto Ierusalimschy 7288528a1e Short strings always use all bytes in the hash il y a 5 ans
  Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags il y a 5 ans
  Roberto Ierusalimschy 6e1aec7a67 Larger C-stack limits for new threads il y a 5 ans
  Roberto Ierusalimschy 03cde80b58 'setCstacklimit' renamed to 'setcstacklimit' il y a 5 ans
  Roberto Ierusalimschy ca13be9af7 Supressed errors in '__close' generate warnings il y a 6 ans
  Roberto Ierusalimschy 8b7cfee26b Small changes around C-stack limit il y a 6 ans
  Roberto Ierusalimschy be73f72fcc New function 'setCstacklimit' il y a 6 ans
  Roberto Ierusalimschy 3cd9b56ae6 Revamp around 'L->nCcalls' count il y a 6 ans
  Roberto Ierusalimschy 969b8c1f14 Fixed bug with to-be-closed variables in base C level il y a 6 ans
  Roberto Ierusalimschy 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK il y a 6 ans
  Roberto Ierusalimschy b56d4e570a Changes in the warning system il y a 6 ans
  Roberto Ierusalimschy 2c32bff609 After a "bad collections", avoid switching back back to generational il y a 6 ans
  Roberto Ierusalimschy c6f7181e91 No more LUA_ERRGCMM errors il y a 6 ans
  Roberto Ierusalimschy 437a5b07d4 Added a warning system to Lua il y a 6 ans
  Roberto Ierusalimschy ba7da13ec5 Changes in the control of C-stack overflow il y a 6 ans
  Roberto Ierusalimschy fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' il y a 6 ans
  Roberto Ierusalimschy e8c779736f Removed internal cache for closures il y a 6 ans
  Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables il y a 6 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy af70905246 no need to check whether libraries and host use the same kernel; il y a 7 ans
  Roberto Ierusalimschy b95e466218 new field 'nilvalue' in struct 'global_State' to avoid the use of il y a 7 ans
  Roberto Ierusalimschy 505fc91222 no more 'luaO_nilobject' to avoid comparison of global variable addresses il y a 7 ans
  Roberto Ierusalimschy 97e394ba18 macro 'luai_makeseed' now controls the whole process of making the seed il y a 7 ans
  Roberto Ierusalimschy 022abc301b 'gcemergency' should be zero before any memory allocation il y a 7 ans
  Roberto Ierusalimschy e2b15aa21d janitor work on casts il y a 7 ans
  Roberto Ierusalimschy 4dc0be950a new macro 'isLuacode' (to distinguish regular Lua code from il y a 7 ans
  Roberto Ierusalimschy 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself il y a 7 ans
  Roberto Ierusalimschy 5440b42f43 using 'trap' to stop 'luaV_execute' when necessary (tracing and il y a 7 ans
  Roberto Ierusalimschy ad0704e40c back to 'CallInfo' (no gains with its removal) il y a 7 ans