コミット履歴

作者 SHA1 メッセージ 日付
  Roberto Ierusalimschy 1d99a7360b details 21 年 前
  Roberto Ierusalimschy 737ec947d3 better implementation for `floating-point bytes' 21 年 前
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 21 年 前
  Roberto Ierusalimschy 76d8b8db06 `lua_pushfstring' now supports `%p' option too 21 年 前
  Roberto Ierusalimschy 1c459b881f accept `\r' as newline when looking for line end 21 年 前
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 年 前
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 年 前
  Roberto Ierusalimschy b93f67f2ce detail 22 年 前
  Roberto Ierusalimschy 01b303c87e simpler log2 implementation 22 年 前
  Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 年 前
  Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 年 前
  Roberto Ierusalimschy 635b7c707d details 22 年 前
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 23 年 前
  Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access 23 年 前
  Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 23 年 前
  Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 23 年 前
  Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 23 年 前
  Roberto Ierusalimschy 829befcc41 small optimization for object comparison 23 年 前
  Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 23 年 前
  Roberto Ierusalimschy 4964e7c8a0 details 23 年 前
  Roberto Ierusalimschy c1c100a0c0 warnings in other compilers 23 年 前
  Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 年 前
  Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' 23 年 前
  Roberto Ierusalimschy fa23301251 defintions for lua_number2str and lua_str2number don't need to be public 23 年 前
  Roberto Ierusalimschy 5094c37988 `strconc' -> `concat' 23 年 前
  Roberto Ierusalimschy 955def0348 new names for string formating functions 23 年 前
  Roberto Ierusalimschy b7a0503c1d new format for error messages 23 年 前
  Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 年 前
  Roberto Ierusalimschy 0dbf0c5953 new format for test intructions (handle NaN correctly) 23 年 前
  Roberto Ierusalimschy f388ee4a82 new way to handle errors 23 年 前