Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 24d6d0528d api.c only needs to check pushes when api_check is defined 23 years ago
  Roberto Ierusalimschy 0b00e7f1a2 new macro to convert double->int 23 years ago
  Roberto Ierusalimschy b7ed502dea configurable macros should live in llimits.h 23 years ago
  Roberto Ierusalimschy 58badbab99 special treatment for 'global in nil' 23 years ago
  Roberto Ierusalimschy da81845cd5 an error may call GC and find an incomplete `ci' 23 years ago
  Roberto Ierusalimschy 9681ff09db small optimization when returning a single local value 23 years ago
  Roberto Ierusalimschy 7ff21273d6 implementation of `global' statement 23 years ago
  Roberto Ierusalimschy 207dad8606 comments 23 years ago
  Roberto Ierusalimschy c97dc294a9 first implementation of `gfind' 23 years ago
  Roberto Ierusalimschy 71c716e5a8 avoid C identifiers beginning with '_' 23 years ago
  Roberto Ierusalimschy 51ad2f1162 error message 23 years ago
  Roberto Ierusalimschy ecda9c1972 details 23 years ago
  Roberto Ierusalimschy e19eba7219 cannot store `top' in local variables... 23 years ago
  Roberto Ierusalimschy bd8b9c94b3 generic for (with any number of control variables) 23 years ago
  Roberto Ierusalimschy 4db04555f0 implementation of long comments 23 years ago
  Roberto Ierusalimschy c16a35d669 `lua_stackspace' replaced by `lua_checkstack' 23 years ago
  Roberto Ierusalimschy 8f837e83b2 using `ci->top' to control acceptable indices in C calls 23 years ago
  Roberto Ierusalimschy 6658b9588f details 23 years ago
  Roberto Ierusalimschy 457d88eaaa configurable minimum size for the string table 23 years ago
  Roberto Ierusalimschy 8a1a512c64 lu_byte is enough for those fields (maxstack < 256) 23 years ago
  Roberto Ierusalimschy 6b0c38c2e7 `inline' of tonumber 23 years ago
  Roberto Ierusalimschy 1a3f175640 small optimization 23 years ago
  Roberto Ierusalimschy 88c7b574cb `luaA_index' is a local macro now 23 years ago
  Roberto Ierusalimschy 51bf91a970 detail 23 years ago
  Roberto Ierusalimschy 1b6315ba10 not all unfinished strings with "..." end in EOF 23 years ago
  Roberto Ierusalimschy 3b001d9a9d more tests for boolean API 23 years ago
  Roberto Ierusalimschy c36b5cc726 detail 23 years ago
  Roberto Ierusalimschy 2c1eb62a08 get error messages from luaL_errstr 23 years ago
  Roberto Ierusalimschy 63e2d92123 no more -DOLD_ANSI option + details 23 years ago
  Roberto Ierusalimschy e966dd93be towards next version... 23 years ago