Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
  Roberto Ierusalimschy 6d4db86888 open functions are lua_Cfunctions 24 years ago
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
  Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
  Roberto Ierusalimschy 7e3d3e1f70 details 24 years ago
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 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 b892f0a877 new API function `createuserdata' 25 years ago
  Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 25 years ago
  Roberto Ierusalimschy f0b3cd1d6f new API functions `pop', `insert', and `move' 25 years ago
  Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
  Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
  Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
  Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
  Roberto Ierusalimschy acdb0b741e comments. 25 years ago
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 26 years ago
  Roberto Ierusalimschy 7d1499ba88 new macro luaL_openl 26 years ago
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
  Roberto Ierusalimschy 2a03170ebd random(0) and random(x,0) are wrong (0 is read as no argument!). 26 years ago
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
  Roberto Ierusalimschy 3f43aaa23f new RedHat defines PI :-( 26 years ago
  Roberto Ierusalimschy b5cd7d426f details 26 years ago
  Roberto Ierusalimschy 8278468041 comments 26 years ago
  Roberto Ierusalimschy 4fbb2531b3 don´t need the "+1", the "%" is enough to garantee r<1. 26 years ago
  Roberto Ierusalimschy 05d89b5c05 new option for function "random": random(a,b) returns a<=x<=b 26 years ago
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 26 years ago
  Roberto Ierusalimschy 4ccfb2f9bc "_TRIGMODE" was still being declared. 27 years ago
  Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 years ago
  Roberto Ierusalimschy 74719afc33 new functions "frexp" and "ldexp" 27 years ago