Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago
  Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
  Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
  Roberto Ierusalimschy 71144e3ff0 errors `return' int, to avoid warnings 23 years ago
  Roberto Ierusalimschy 751cd867d3 new way to handle errors 23 years ago
  Roberto Ierusalimschy 13230c451b details 23 years ago
  Roberto Ierusalimschy f438d00ef3 correct #args for calls with self (a:foo(...)) 23 years ago
  Roberto Ierusalimschy cd99bbcd0d better support for new libraries 23 years ago
  Roberto Ierusalimschy d1f220217b when possible, library functions accept nil as none 23 years ago
  Roberto Ierusalimschy 88c9bf99de standard libraries in packages 23 years ago
  Roberto Ierusalimschy c16a35d669 `lua_stackspace' replaced by `lua_checkstack' 23 years ago
  Roberto Ierusalimschy b3ffaca638 details 23 years ago
  Roberto Ierusalimschy 86a4de256e no more lua_[gs]etstr 23 years ago
  Roberto Ierusalimschy d070506a25 new function luaL_errstr 23 years ago
  Roberto Ierusalimschy 09e15692f3 rename of lua_isnull to lua_isnone 23 years ago
  Roberto Ierusalimschy 9cd36059ad new API functions lua_getstr/lua_setstr 24 years ago
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables 24 years ago
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 24 years ago
  Roberto Ierusalimschy 46347d768e `ref' support goes to auxlib 24 years ago
  Roberto Ierusalimschy 070204300c more consistent names for auxlib functions 24 years ago
  Roberto Ierusalimschy ae1cf64348 better names for type-related functions 24 years ago
  Roberto Ierusalimschy 572a69b6af name changes 24 years ago
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
  Roberto Ierusalimschy 5d9b8b7cdc more secure definition for lua_concat 24 years ago
  Roberto Ierusalimschy 7e3d3e1f70 details 24 years ago
  Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 25 years ago
  Roberto Ierusalimschy e42a219eeb `lua_typename' accepts LUA_TNONE 25 years ago
  Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). 25 years ago