提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 45b173cbf8 warnings/details 24 年之前
  Roberto Ierusalimschy 2a50188269 avoid use of l_char outside INTERNALs (use lua_char instead) 24 年之前
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 年之前
  Roberto Ierusalimschy 7e3d3e1f70 details 24 年之前
  Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 年之前
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 25 年之前
  Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). 25 年之前
  Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) 25 年之前
  Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 25 年之前
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 25 年之前
  Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 25 年之前
  Roberto Ierusalimschy 4ef14ba280 new function `luaL_addstring' 25 年之前
  Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 年之前
  Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 年之前
  Roberto Ierusalimschy cad91499dd no more support for single state 25 年之前
  Roberto Ierusalimschy a97f29f154 explicit stack control in the API 25 年之前
  Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 年之前
  Roberto Ierusalimschy e238efc536 default now is multi-state 25 年之前
  Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 年之前
  Roberto Ierusalimschy 4fbe775154 details 25 年之前
  Roberto Ierusalimschy 3c9e29f56d details 26 年之前
  Roberto Ierusalimschy 7d1499ba88 new macro luaL_openl 26 年之前
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 年之前
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 年之前
  Roberto Ierusalimschy f2d35bdc78 format for file source is independent of "ldo". 26 年之前
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 年之前
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 26 年之前
  Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 年之前
  Roberto Ierusalimschy c9902be294 "findname" moved from lobject.c to lauxlib.c (so libraries may use it). 27 年之前
  Roberto Ierusalimschy 88a2023c32 support for strings with '\0' 27 年之前