74 Commits (2643da67c686bac5e29fdf94f54a06e33eb08dd0)

Author SHA1 Message Date
Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions 15 years ago
Roberto Ierusalimschy 3ca739b418 'math.random' uses lua_Number to manage its arguments (there is no 16 years ago
Roberto Ierusalimschy a1d0e1a11a 'log10' is deprecated now 16 years ago
Roberto Ierusalimschy 8975739839 better precision for log(x, 10) 16 years ago
Roberto Ierusalimschy 8d3dd04137 clearing some old compatibility code 18 years ago
Roberto Ierusalimschy 8e36e1fe49 details (randomseed calls rand once to dischard first value) 18 years ago
Roberto Ierusalimschy 5019b2dd20 math.log now accepts an optional base 19 years ago
Roberto Ierusalimschy 3390f9a35a detail 19 years ago
Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar 20 years ago
Roberto Ierusalimschy 289b5dc67a details (function list in alphabetical order) 20 years ago
Roberto Ierusalimschy 1f9f97e3cf 'math.mod' -> 'math.fmod' 20 years ago
Roberto Ierusalimschy 49f90ffdeb new functions (to complete math.h) 20 years ago
Roberto Ierusalimschy f61d435a7d a^b calls `pow´ (from math.h) directly 20 years ago
Roberto Ierusalimschy a17dd24b34 no more USE_DEGREES option 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy fa198197a0 lua_(set)getglobal are ok to use 21 years ago
Roberto Ierusalimschy 533737f26e new functions `lua_getfield' and `lua_setfield' 21 years ago
Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' 21 years ago
Roberto Ierusalimschy 4039bf457d ^ operator is defined by global `__pow' 22 years ago
Roberto Ierusalimschy 034de1fe73 new names for functions that open C libraries 22 years ago
Roberto Ierusalimschy 32fd039bb5 `openlib' functions return new module 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 097edd3884 better names for auxiliar functions 22 years ago
Roberto Ierusalimschy aa5b15f271 detail 23 years ago
Roberto Ierusalimschy 653416d5c0 angles in radians(!) 23 years ago
Roberto Ierusalimschy 00a40f4d6a ensure proper rounding 23 years ago
Roberto Ierusalimschy e182cf452f `^' operator is defined in registry.__pow 23 years ago
Roberto Ierusalimschy d8678edddc luaL_verror -> luaL_error 23 years ago
Roberto Ierusalimschy 5b8ee9fa8d new names for standard libraries 23 years ago
Roberto Ierusalimschy 71144e3ff0 errors `return' int, to avoid warnings 23 years ago
Roberto Ierusalimschy 85dcb411a8 all textual errors go through `luaL_verror' 23 years ago
Roberto Ierusalimschy a2e414d679 `pow' must be global (as the implementation of '^') 23 years ago
Roberto Ierusalimschy 13ab5a6bb1 details 23 years ago
Roberto Ierusalimschy 88c9bf99de standard libraries in packages 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
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) 24 years ago
Roberto Ierusalimschy 67c1afff59 lua_settagmethod does not return old tag method 24 years ago
Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 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