提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection 23 年之前
  Roberto Ierusalimschy a8c9eec426 bug: chunk can end just after a '\' in a string 23 年之前
  Roberto Ierusalimschy d2d24f0971 details to allow compilation of Lua as a single file 23 年之前
  Roberto Ierusalimschy 69906cb56f error message ends with `\n' (is already formatted) 23 年之前
  Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 年之前
  Roberto Ierusalimschy c398a02110 uses `isspace' to recognize space characters 23 年之前
  Roberto Ierusalimschy ff91b355f4 no more use of stdio inside the core (except for `tostring'...) 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 51ad2f1162 error message 23 年之前
  Roberto Ierusalimschy 4db04555f0 implementation of long comments 23 年之前
  Roberto Ierusalimschy 1b6315ba10 not all unfinished strings with "..." end in EOF 23 年之前
  Roberto Ierusalimschy 57a7baafb9 error message compatible with incomplete lines of lua.c 23 年之前
  Roberto Ierusalimschy b217ae644e details 23 年之前
  Roberto Ierusalimschy 9aff171f3b new type `boolean' 24 年之前
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 24 年之前
  Roberto Ierusalimschy 39395e1211 `luaX_syntaxerror' does not need to be public 24 年之前
  Roberto Ierusalimschy e1d072571e better syntax for type casts 24 年之前
  Roberto Ierusalimschy 9fca43f5b0 details 24 年之前
  Roberto Ierusalimschy 45b173cbf8 warnings/details 24 年之前
  Roberto Ierusalimschy fccadba4b5 new reserved words `in' and `global' 24 年之前
  Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 年之前
  Roberto Ierusalimschy 7fae1c17b1 detail 24 年之前
  Roberto Ierusalimschy ba11831d35 smaller structs for udata and for strings 24 年之前
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 年之前
  Roberto Ierusalimschy f81b8adb3f string [[...]] ignores initial \n 24 年之前
  Roberto Ierusalimschy e9a3820370 sizeof(string) != strlen(string)+1 when sizeof(char) != 1 24 年之前
  Roberto Ierusalimschy dfd7ce74cf buffer should be void *, as char now is not that neutral... 24 年之前
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 年之前