Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 787a78f83e new scheme for buffers hace 25 años
  Roberto Ierusalimschy 9fdf73bc9a first version for new API hace 25 años
  Roberto Ierusalimschy 0802a9df9e no more options for debug information: it is always on hace 25 años
  Roberto Ierusalimschy 397905ef86 (much) better handling of memory alloction errors hace 25 años
  Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. hace 25 años
  Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table hace 25 años
  Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table hace 25 años
  Roberto Ierusalimschy 556a89e537 new names for debug types hace 25 años
  Roberto Ierusalimschy 73aa465a8e some name changes hace 25 años
  Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" hace 25 años
  Roberto Ierusalimschy 2877bad4c2 new debug API (first version) hace 25 años
  Roberto Ierusalimschy acdb0b741e comments. hace 26 años
  Roberto Ierusalimschy 6c79a0a80d new way to control hooks inside hooks (now the control is done inside Lua) hace 26 años
  Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments hace 26 años
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. hace 26 años
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). hace 26 años
  Roberto Ierusalimschy d915cf4f9d ways to measure number of `blocks' for GC + details hace 26 años
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) hace 26 años
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). hace 26 años
  Roberto Ierusalimschy 705eae9fe4 there is no need for a size for Cblocks hace 26 años
  Roberto Ierusalimschy 6eb1399a1c array Cblocks should grow dynamically hace 26 años
  Roberto Ierusalimschy 73308c7605 warnings by clinio hace 26 años
  Roberto Ierusalimschy cb7f027380 IMtable must be initialized (and IMtable_size is not needed any more) due hace 26 años
  Roberto Ierusalimschy 055823c04d "L->Mbuffbase" is better kept as offset instead of pointer hace 26 años
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". hace 26 años
  Roberto Ierusalimschy 22c2704842 "lua_state" is already declared in lua.h, which is included here. hace 27 años
  Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE hace 27 años
  Roberto Ierusalimschy 468fbdbde7 details hace 27 años
  Roberto Ierusalimschy 9618aaf07d small corrections in comments hace 27 años
  Roberto Ierusalimschy 02a6891939 API for functions to manipulate global state. hace 27 años