82 Commits (be666a662b79e12c300dbf6d74d0a6626acac06f)

Author SHA1 Message Date
Roberto Ierusalimschy 027e9e99ca simpler implementation for userdata types 20 years ago
Roberto Ierusalimschy 16ddf86168 luaL_openlib -> luaL_register and new function luaL_loadstring 20 years ago
Roberto Ierusalimschy d6ff5d9f46 searchpath is "private affair" of loadlib 20 years ago
Roberto Ierusalimschy d628795940 lua_objsize -> lua_objlen (more compatible with use of `len´ in other 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy e8a7ecb982 luaL_findstring -> luaL_checkoption 20 years ago
Roberto Ierusalimschy 38da9d568a better use defined/undefined as flag values for macros 20 years ago
Roberto Ierusalimschy e6e543a534 better control for compatibility code 20 years ago
Roberto Ierusalimschy 6eb68ba57a all function declarations surround name with parentheses 20 years ago
Roberto Ierusalimschy e5cfa7a367 use of parentheses around macro parameters in call lists, to avoid 20 years ago
Roberto Ierusalimschy cf2a194edc better API for luaL_getfield/setfield 20 years ago
Roberto Ierusalimschy 6acfb91c8d new auxiliary functions to implement new package system 20 years ago
Roberto Ierusalimschy 7a796a0682 new macro `luaL_typename' 21 years ago
Roberto Ierusalimschy a6179adf12 detail 21 years ago
Roberto Ierusalimschy 753625c3f3 new interface for search-path function 21 years ago
Roberto Ierusalimschy 0c49857c1a new scheme to search paths 21 years ago
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