Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
  Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
  Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
  Roberto Ierusalimschy 321c7fb6f8 details 24 years ago
  Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
  Roberto Ierusalimschy 6af005ec20 bug: when `read' fails it must return nil (and not no value) 24 years ago
  Roberto Ierusalimschy 1db05793a0 `time' does not need to correct its table argument (use `date' for that) 24 years ago
  Roberto Ierusalimschy af97be026b new function for time and date 24 years ago
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 25 years ago
  Roberto Ierusalimschy 35d6b15057 some cleaning 25 years ago
  Roberto Ierusalimschy 67c1afff59 lua_settagmethod does not return old tag method 25 years ago
  Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) 25 years ago
  Roberto Ierusalimschy 89f98c0995 in function `read_file', realloc() doesn't free the buffer if it can't 25 years ago
  Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 25 years ago
  Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 25 years ago
  Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 25 years ago
  Roberto Ierusalimschy f9dd50cefc `read("*w")' should return nil at EOF 25 years ago
  Roberto Ierusalimschy 620d22f2a0 new API function lua_rawget 25 years ago
  Roberto Ierusalimschy f45cba42b5 details for OLD_ANSI 25 years ago
  Roberto Ierusalimschy 5d033f33eb details in ERRORMESSAGE 25 years ago
  Roberto Ierusalimschy c1f725ba4a read patterns (deprecated) use new auxlib's buffer system 25 years ago
  Roberto Ierusalimschy d1c351857d ERRORMESSAGE uses auxlib's buffer to build message string 25 years ago
  Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 years ago
  Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 years ago
  Roberto Ierusalimschy 6e80c1cde1 new version for API 25 years ago
  Roberto Ierusalimschy f0b3cd1d6f new API functions `pop', `insert', and `move' 25 years ago
  Roberto Ierusalimschy 10b4799ce5 details 25 years ago
  Roberto Ierusalimschy a97f29f154 explicit stack control in the API 25 years ago
  Roberto Ierusalimschy ac12f4db4b C upvalues are the last arguments to a function 25 years ago
  Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago