Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy d2e340f467 string pointers are always fully aligned 24 years ago
  Roberto Ierusalimschy b6ce590433 details 24 years ago
  Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 24 years ago
  Roberto Ierusalimschy 1f917e709c better use of extra include files (both for tests and for old_ansi) 24 years ago
  Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 years ago
  Roberto Ierusalimschy 9a231afa97 top must be updated when there is any error 24 years ago
  Roberto Ierusalimschy 4ab6acacdf better control of relationship top x L->top 24 years ago
  Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
  Roberto Ierusalimschy 3b6f8bfbe6 simpler implementation of for loops 24 years ago
  Roberto Ierusalimschy caf01b5bfa better implementation for list "for" 24 years ago
  Roberto Ierusalimschy ca1f28b829 avoid side-effects on macros that may use twice their arguments 24 years ago
  Roberto Ierusalimschy c8559e3c8d a small optimization 24 years ago
  Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
  Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
  Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
  Roberto Ierusalimschy a04de4f0ad no more END opcode 24 years ago
  Roberto Ierusalimschy a653d93a43 string comparison only needs to test for "less than" 24 years ago
  Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) 24 years ago
  Roberto Ierusalimschy 08496eea8b small changes in lstring 24 years ago
  Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 25 years ago
  Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 25 years ago
  Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 25 years ago
  Roberto Ierusalimschy ad3816d0d1 luaD_call is more uniform 25 years ago
  Roberto Ierusalimschy 046a3d6173 tag methods are always functions, so don't need to store a whole object 25 years ago
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 25 years ago
  Roberto Ierusalimschy cd2ddaded9 call hooks can only be called when `pc' is active (that is, inside 25 years ago
  Roberto Ierusalimschy d68209e822 details. 25 years ago
  Roberto Ierusalimschy 1088cde03c easier way to change type Number 25 years ago
  Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 25 years ago