summaryrefslogtreecommitdiff
path: root/lauxlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* new macro `luaL_typename'Roberto Ierusalimschy2004-07-091-1/+2
* detailRoberto Ierusalimschy2004-06-301-3/+1
* new interface for search-path functionRoberto Ierusalimschy2004-06-291-4/+4
* new scheme to search pathsRoberto Ierusalimschy2004-06-211-1/+6
* what is provided by lauxlib.c should be defined at lauxlib.hRoberto Ierusalimschy2004-06-021-1/+18
* `luaL_dofile' and `luaL_dostring' are deprecatedRoberto Ierusalimschy2004-05-311-12/+1
* more stuff goes to configuration fileRoberto Ierusalimschy2004-05-031-10/+1
* detailRoberto Ierusalimschy2004-03-131-3/+3
* new functions `lua_tointeger' and lua_pushinteger'Roberto Ierusalimschy2003-10-071-18/+9
* Lua kernel does not use malloc/free functions.Roberto Ierusalimschy2003-10-021-1/+3
* warnings from several compilers (mainly typecasts when lua_Number is float)Roberto Ierusalimschy2003-04-031-3/+3
* new auxiliary functions for `type' manipulationRoberto Ierusalimschy2003-03-181-4/+7
* auxiliary function to check userdata with typesRoberto Ierusalimschy2003-02-111-1/+2
* getn/setn in C moved to lauxlibRoberto Ierusalimschy2003-01-271-1/+4
* compatibility macros must be available by defaultRoberto Ierusalimschy2003-01-171-3/+3
* better names for auxiliar functionsRoberto Ierusalimschy2002-11-141-22/+31
* `setmetatable' cannot change protected objectsRoberto Ierusalimschy2002-09-161-1/+2
* avoid the use of "obvious" names in header files to avoid conflictsRoberto Ierusalimschy2002-08-301-13/+11
* external messages add their own extra informationRoberto Ierusalimschy2002-08-081-1/+2
* `newproxy' uses its own weaktableRoberto Ierusalimschy2002-07-011-3/+1
* new `luaL_weakregistry' functionRoberto Ierusalimschy2002-06-251-1/+3
* new protocol for error handlingRoberto Ierusalimschy2002-06-181-3/+3
* lua_load* defined in auxlib (and so renamed to luaL_load*)Roberto Ierusalimschy2002-06-031-1/+11
* new names for string formating functionsRoberto Ierusalimschy2002-05-161-2/+1
* errors `return' int, to avoid warningsRoberto Ierusalimschy2002-05-061-5/+5
* new way to handle errorsRoberto Ierusalimschy2002-05-011-3/+1
* better support for new librariesRoberto Ierusalimschy2002-04-021-3/+4
* standard libraries in packagesRoberto Ierusalimschy2002-03-201-3/+4
* new function luaL_errstrRoberto Ierusalimschy2002-02-051-0/+4
* some compatibility macrosRoberto Ierusalimschy2002-01-031-0/+9
* tag system replaced by event tablesRoberto Ierusalimschy2001-12-051-4/+2
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-18/+18
* `ref' support goes to auxlibRoberto Ierusalimschy2001-10-311-1/+4
* more consistent names for auxlib functionsRoberto Ierusalimschy2001-10-261-4/+4
* warnings/detailsRoberto Ierusalimschy2001-07-211-2/+2
* avoid use of l_char outside INTERNALs (use lua_char instead)Roberto Ierusalimschy2001-04-061-15/+20
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-15/+15
* detailsRoberto Ierusalimschy2001-02-021-4/+4
* first implementation for type namesRoberto Ierusalimschy2001-01-251-1/+2
* lua_Number defined in lua.h (1st version)Roberto Ierusalimschy2000-12-041-3/+3
* all API functions are declared in a single line (to facilitate pre-processing).Roberto Ierusalimschy2000-10-301-3/+2
* new macro LUALIB_API (so the lib can be a separate DLL)Roberto Ierusalimschy2000-10-271-18/+23
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-19/+21
* new definition for types-tagsRoberto Ierusalimschy2000-10-051-2/+2
* new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy2000-10-021-2/+3
* new function `luaL_addstring'Roberto Ierusalimschy2000-09-121-1/+2
* `lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy2000-09-111-2/+1
* new scheme for buffersRoberto Ierusalimschy2000-09-111-11/+36
* no more support for single stateRoberto Ierusalimschy2000-09-041-41/+1
* explicit stack control in the APIRoberto Ierusalimschy2000-08-291-2/+3