66 Commits (75057dfcedf9fb99660eed490c399ab3143e62c1)

Author SHA1 Message Date
Roberto Ierusalimschy f4718544de what is provided by lauxlib.c should be defined at lauxlib.h 21 years ago
Roberto Ierusalimschy 1e0aaf2156 `luaL_dofile' and `luaL_dostring' are deprecated 21 years ago
Roberto Ierusalimschy 763b8fba1b more stuff goes to configuration file 21 years ago
Roberto Ierusalimschy 9804467eeb detail 21 years ago
Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' 21 years ago
Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. 21 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy 40cfb0691e new auxiliary functions for `type' manipulation 22 years ago
Roberto Ierusalimschy 2fef8c772b auxiliary function to check userdata with types 22 years ago
Roberto Ierusalimschy 41ed3c4771 getn/setn in C moved to lauxlib 22 years ago
Roberto Ierusalimschy c499442e5f compatibility macros must be available by default 22 years ago
Roberto Ierusalimschy 097edd3884 better names for auxiliar functions 22 years ago
Roberto Ierusalimschy 32a5d96dfc `setmetatable' cannot change protected objects 22 years ago
Roberto Ierusalimschy 2c670baf24 avoid the use of "obvious" names in header files to avoid conflicts 23 years ago
Roberto Ierusalimschy 9998082839 external messages add their own extra information 23 years ago
Roberto Ierusalimschy aa3da1605c `newproxy' uses its own weaktable 23 years ago
Roberto Ierusalimschy 89b102bd1d new `luaL_weakregistry' function 23 years ago
Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 years ago
Roberto Ierusalimschy ad7103ea3a lua_load* defined in auxlib (and so renamed to luaL_load*) 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 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 cd99bbcd0d better support for new libraries 23 years ago
Roberto Ierusalimschy 88c9bf99de standard libraries in packages 23 years ago
Roberto Ierusalimschy d070506a25 new function luaL_errstr 23 years ago
Roberto Ierusalimschy 34df9976a9 some compatibility macros 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 46347d768e `ref' support goes to auxlib 23 years ago
Roberto Ierusalimschy 070204300c more consistent names for auxlib functions 23 years ago
Roberto Ierusalimschy 45b173cbf8 warnings/details 24 years ago
Roberto Ierusalimschy 2a50188269 avoid use of l_char outside INTERNALs (use lua_char instead) 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 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) 24 years ago
Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). 24 years ago
Roberto Ierusalimschy 2cbbf3933a new macro LUALIB_API (so the lib can be a separate DLL) 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
Roberto Ierusalimschy 4ef14ba280 new function `luaL_addstring' 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 cad91499dd no more support for single state 25 years ago
Roberto Ierusalimschy a97f29f154 explicit stack control in the API 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 ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 4fbe775154 details 25 years ago