提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 年之前
  Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 年之前
  Roberto Ierusalimschy acdb0b741e comments. 25 年之前
  Roberto Ierusalimschy 7d1499ba88 new macro luaL_openl 26 年之前
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 年之前
  Roberto Ierusalimschy a6755e2f1a BUG: `strfind' does not handle \0 in plain search. 26 年之前
  Roberto Ierusalimschy bbab974717 details (comments) 26 年之前
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 年之前
  Roberto Ierusalimschy 900257e814 char-set may contain '%]' 26 年之前
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 年之前
  Roberto Ierusalimschy 924bbe020b bigger limits 26 年之前
  Roberto Ierusalimschy 7808ea3a5f new implementation for '*' in patterns + new option '+' 26 年之前
  Roberto Ierusalimschy cc0f635ef7 '$' at end of pattern was matching regular '$', too. 26 年之前
  Roberto Ierusalimschy b678e465a1 warnings in Solaris 26 年之前
  Roberto Ierusalimschy 6a853fcb8b details (from lhf) 26 年之前
  Roberto Ierusalimschy bf6d2ccf92 details 26 年之前
  Roberto Ierusalimschy 028ec00ab9 details 26 年之前
  Roberto Ierusalimschy 1dcf1c9cbd format "%s" may break limit of "sprintf" on some machines. 26 年之前
  Roberto Ierusalimschy b94110a68f bug: "format" does not check size of format item (such as "%00000...00000d"). 26 年之前
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 26 年之前
  Roberto Ierusalimschy c64f36ab2b better behavior for "strsub" when indices are out-of-range 27 年之前
  Roberto Ierusalimschy a84bca67fc bug: gsub/strfind do not check whether captures are properly finished. 27 年之前
  Roberto Ierusalimschy ad446a0eb0 "%q" can handle strings with '\0'. 27 年之前
  Roberto Ierusalimschy bee1a5aeb2 spelling 27 年之前
  Roberto Ierusalimschy e869d17eb1 functions should return explicit "nil"s. 27 年之前
  Roberto Ierusalimschy 468fbdbde7 details 27 年之前
  Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 年之前
  Roberto Ierusalimschy 6152973f9c new names for 'ascii' ('strbyte') and 'int2str' ('strchar') 27 年之前
  Roberto Ierusalimschy da252eeff7 arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. 27 年之前
  Roberto Ierusalimschy daa937c043 pattern-matching support for '\0'. 27 年之前