コミット履歴

作者 SHA1 メッセージ 日付
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) 19 年 前
  Roberto Ierusalimschy 428325baec detail 19 年 前
  Roberto Ierusalimschy 9fbefdf69c integer formats in 'string.format' may need to operate with larger-than-int 19 年 前
  Roberto Ierusalimschy 88f9843eee better error message 20 年 前
  Roberto Ierusalimschy 62367dda44 string.gsub accepts a table as the replacement value 20 年 前
  Roberto Ierusalimschy ed7039024d avoid some warnings 20 年 前
  Roberto Ierusalimschy bf96d3fdd9 'string.find' as it was in 5.0 20 年 前
  Roberto Ierusalimschy 3390f9a35a detail 20 年 前
  Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar 20 年 前
  Roberto Ierusalimschy 894cd31c52 #string is primitive 20 年 前
  Roberto Ierusalimschy 280f7becb8 "%0" stands for the whole pattern (in gsub) 20 年 前
  Roberto Ierusalimschy 80ac5e83fd details (alphabetical order for list of functions) 20 年 前
  Roberto Ierusalimschy 8efb44b5e0 changes in 'string.find' and 'string.gfind' (new 'string.match' and 20 年 前
  Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 年 前
  Roberto Ierusalimschy f21e9c172f details 20 年 前
  Roberto Ierusalimschy 67578ec51f several small details 20 年 前
  Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 年 前
  Roberto Ierusalimschy da32450c3d new API function `lua_tolstring' 20 年 前
  Roberto Ierusalimschy 6cf85dcc90 metatables for all types 20 年 前
  Roberto Ierusalimschy 408cb71795 avoid name conflict with some spurious included header files 20 年 前
  Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 年 前
  Roberto Ierusalimschy 0ed8519127 detail 20 年 前
  Roberto Ierusalimschy 10e48b9160 details 21 年 前
  Roberto Ierusalimschy 45d566f676 small corrections (thanks to Mike Pall) 21 年 前
  Roberto Ierusalimschy 9e6aa878c9 string.byte truncates indices out of range 21 年 前
  Roberto Ierusalimschy c0fdaf5842 string.byte may return multiple values 21 年 前
  Roberto Ierusalimschy 4206d7ed60 `lua_Chunkwriter' returns 0 in case of success 21 年 前
  Roberto Ierusalimschy 2b2d8ecd7a details 21 年 前
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 年 前
  Roberto Ierusalimschy 24434b59f7 '%' must be '%%' to avoid formatting problems 21 年 前