summaryrefslogtreecommitdiff
path: root/lualib.h
Commit message (Collapse)AuthorAgeFilesLines
* 'lua_assert' moved from 'lualib.h' to 'lauxlib.h'Roberto Ierusalimschy2020-12-031-6/+0
| | | | | | The macro is useful also in 'lauxlib.c', which does not include 'lualib.h'. Also, the definition was corrected to be "on" when LUAI_ASSERT is defined.
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
| | | | | Version numbers and dates (mostly wrong) from RCS keyword strings removed from all source files; only the file name are kept.
* removed compatibility code with older versionsRoberto Ierusalimschy2018-02-271-4/+1
|
* Handling of LUA_PATH/LUA_CPATH moved back to 'package' libraryRoberto Ierusalimschy2017-01-121-1/+4
| | | | to avoid incompatibilites with previous releases
* new library: utf8Roberto Ierusalimschy2014-02-061-1/+4
|
* removed redundant definition for FILEHANDLERoberto Ierusalimschy2011-12-081-4/+1
|
* avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler andRoberto Ierusalimschy2011-05-251-2/+2
| | | | more powerful)
* bitlib renamed to 'bit32' + new function for arithmetic shiftRoberto Ierusalimschy2010-10-251-3/+3
|
* 'coroutine' library separated from 'baselib'Roberto Ierusalimschy2010-06-101-2/+4
|
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-10/+10
|
* new module 'lbitlib.c' for bitwise operationsRoberto Ierusalimschy2009-07-011-1/+4
|
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-2/+2
|
* lua_assert is an internal matter, not to be configuredRoberto Ierusalimschy2005-12-271-1/+7
|
* correct name to open package libraryRoberto Ierusalimschy2005-08-101-2/+2
|
* new protocol to open standard librariesRoberto Ierusalimschy2005-04-131-3/+3
|
* no more `lua_userinit' macroRoberto Ierusalimschy2005-01-101-10/+10
|
* separation between io lib and os libRoberto Ierusalimschy2004-07-091-2/+4
|
* back with an "open all libs" functionRoberto Ierusalimschy2004-07-091-10/+4
|
* other modules may need FILEHANDLE definitionRoberto Ierusalimschy2004-05-281-1/+5
|
* detailsRoberto Ierusalimschy2004-03-241-10/+1
|
* detailRoberto Ierusalimschy2003-03-181-2/+2
|
* first version of `loadlib'Roberto Ierusalimschy2003-03-171-1/+4
|
* new names for functions that open C librariesRoberto Ierusalimschy2003-03-111-7/+16
|
* LUA_ALERT is no longer usedRoberto Ierusalimschy2002-07-091-3/+1
|
* better tests (assertions) for debug hooksRoberto Ierusalimschy2002-06-181-1/+6
|
* new names for standard librariesRoberto Ierusalimschy2002-06-051-1/+13
|
* `baselib' splited in `baselib' and `tablib'Roberto Ierusalimschy2002-04-091-1/+2
|
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-25/+2
|
* open functions are lua_CfunctionsRoberto Ierusalimschy2001-03-061-6/+6
|
* detailRoberto Ierusalimschy2001-02-231-2/+2
|
* details for wcharRoberto Ierusalimschy2001-02-231-1/+3
|
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-1/+11
|
* better encapsulation of some typesRoberto Ierusalimschy2001-02-221-1/+12
|
* some cleaningRoberto Ierusalimschy2000-11-231-7/+1
|
* new macro LUALIB_API (so the lib can be a separate DLL)Roberto Ierusalimschy2000-10-271-6/+11
|
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-6/+6
|
* _ALERT is used (and assumed) only by the libsRoberto Ierusalimschy2000-09-121-1/+4
|
* new version for APIRoberto Ierusalimschy2000-09-051-21/+2
|
* default now is multi-stateRoberto Ierusalimschy2000-08-091-2/+2
|
* function lua_userinit is used only in single-state mode (by lua.c)Roberto Ierusalimschy2000-06-161-5/+5
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-12/+21
|
* "const" !!!Roberto Ierusalimschy1999-08-161-3/+3
|
* new implementation for '*' in patterns + new option '+'Roberto Ierusalimschy1999-05-051-2/+3
|
* new library for debbugingRoberto Ierusalimschy1999-01-081-2/+3
|
* small corrections in commentsRoberto Ierusalimschy1998-06-191-2/+2
|
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-171-4/+1
|
* small details by lint.Roberto Ierusalimschy1997-11-261-2/+1
|
* Lua standard librariesRoberto Ierusalimschy1997-09-161-9/+18
|
* new (internal?) functions to manipulate userdataRoberto Ierusalimschy1997-03-261-3/+4
|
* new header 'auxlib.h' + new function luaL_verrorRoberto Ierusalimschy1997-03-181-7/+2
|