Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). hace 25 años
  Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) hace 25 años
  Roberto Ierusalimschy 64eecc0b82 new macro LUA_API hace 25 años
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags hace 25 años
  Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type hace 25 años
  Roberto Ierusalimschy 4ef14ba280 new function `luaL_addstring' hace 25 años
  Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) hace 25 años
  Roberto Ierusalimschy 787a78f83e new scheme for buffers hace 25 años
  Roberto Ierusalimschy cad91499dd no more support for single state hace 25 años
  Roberto Ierusalimschy a97f29f154 explicit stack control in the API hace 25 años
  Roberto Ierusalimschy 9fdf73bc9a first version for new API hace 25 años
  Roberto Ierusalimschy e238efc536 default now is multi-state hace 25 años
  Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. hace 25 años
  Roberto Ierusalimschy 4fbe775154 details hace 26 años
  Roberto Ierusalimschy 3c9e29f56d details hace 26 años
  Roberto Ierusalimschy 7d1499ba88 new macro luaL_openl hace 26 años
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). hace 26 años
  Roberto Ierusalimschy c787dccd9b "const" !!! hace 26 años
  Roberto Ierusalimschy f2d35bdc78 format for file source is independent of "ldo". hace 26 años
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". hace 26 años
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) hace 27 años
  Roberto Ierusalimschy 9618aaf07d small corrections in comments hace 27 años
  Roberto Ierusalimschy c9902be294 "findname" moved from lobject.c to lauxlib.c (so libraries may use it). hace 27 años
  Roberto Ierusalimschy 88a2023c32 support for strings with '\0' hace 27 años
  Roberto Ierusalimschy 9f043e8017 luaL_arg_check now is inlined hace 28 años
  Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. hace 28 años
  Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) hace 28 años
  Roberto Ierusalimschy accd7bc253 small modifications (format, small optimizations, etc) hace 28 años
  Roberto Ierusalimschy a580480b07 new implementation for globals: Global value is stored in TaggedString hace 28 años
  Roberto Ierusalimschy c31aa863ac Auxiliar functions for building Lua libraries hace 28 años