aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* luaL_findstring -> luaL_checkoptionRoberto Ierusalimschy2005-05-251-5/+8
* several small detailsRoberto Ierusalimschy2005-05-171-5/+5
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-5/+7
* new API function `lua_tolstring'Roberto Ierusalimschy2005-05-161-5/+5
* new "primitive" getnRoberto Ierusalimschy2005-03-161-39/+10
* detailsRoberto Ierusalimschy2005-02-231-1/+2
* LUA_PATH_SEP -> LUA_PATHSEPRoberto Ierusalimschy2005-02-101-3/+3
* detailsRoberto Ierusalimschy2004-12-201-11/+14
* towards new package systemRoberto Ierusalimschy2004-09-291-17/+32
* new auxiliary functions to implement new package systemRoberto Ierusalimschy2004-09-211-3/+46
* detailRoberto Ierusalimschy2004-09-031-1/+2
* new way to handle _PATH (old LUA_PATH)Roberto Ierusalimschy2004-08-301-17/+2
* default state (created by `luaL_newstate´) has a default panic functionRoberto Ierusalimschy2004-08-131-2/+10
* small bugRoberto Ierusalimschy2004-07-131-3/+4
* new macro `luaL_typename'Roberto Ierusalimschy2004-07-091-2/+2
* `lua.c' also needs the default path, so auxlib should provide itRoberto Ierusalimschy2004-07-011-5/+17
* new interface for search-path functionRoberto Ierusalimschy2004-06-291-27/+28
* new scheme to search pathsRoberto Ierusalimschy2004-06-211-1/+51
* optional error for accesss to undefined variables/fieldsRoberto Ierusalimschy2004-06-171-1/+3
* `getn' uses binary search if it has to count elementsRoberto Ierusalimschy2004-06-021-8/+27
* better error messages for `loadfile'Roberto Ierusalimschy2004-06-021-6/+7
* `luaL_dofile' and `luaL_dostring' are deprecatedRoberto Ierusalimschy2004-05-311-49/+2
* code parameterized by LUA_FIRSTINDEX (first index of an array)Roberto Ierusalimschy2004-05-101-3/+3
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-3/+4
* detailRoberto Ierusalimschy2004-03-231-3/+2
* detailsRoberto Ierusalimschy2004-02-181-2/+2
* lua_(set)getglobal are ok to useRoberto Ierusalimschy2003-11-051-3/+3
* new semantics for setn/getn (no more changes to `n')Roberto Ierusalimschy2003-10-201-16/+9
* new functions `lua_getfield' and `lua_setfield'Roberto Ierusalimschy2003-10-101-26/+17
* new functions `lua_tointeger' and lua_pushinteger'Roberto Ierusalimschy2003-10-071-6/+21
* Lua kernel does not use malloc/free functions.Roberto Ierusalimschy2003-10-021-1/+18
* detail: `luaL_where' does not use the name informationRoberto Ierusalimschy2003-10-011-2/+2
* fully-weak tables are more efficientRoberto Ierusalimschy2003-05-161-3/+3
* `#!' is detected by loadfile, not by the lexerRoberto Ierusalimschy2003-05-151-3/+19
* luaL_getn/setn must operate correctly over negative indicesRoberto Ierusalimschy2003-04-071-2/+11
* warnings from several compilers (mainly typecasts when lua_Number is float)Roberto Ierusalimschy2003-04-031-4/+4
* error-message formatRoberto Ierusalimschy2003-04-011-4/+2
* `luaL_getmetafield' was leaving extra value on the stackRoberto Ierusalimschy2003-03-181-2/+5
* new auxiliary functions for `type' manipulationRoberto Ierusalimschy2003-03-181-14/+40
* auxiliary function to check userdata with typesRoberto Ierusalimschy2003-02-111-1/+14
* reference system also uses getn/setn (plus small corrections)Roberto Ierusalimschy2003-02-111-26/+21
* getn/setn in C moved to lauxlibRoberto Ierusalimschy2003-01-271-2/+83
* detailRoberto Ierusalimschy2003-01-231-6/+4
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
* better names for auxiliar functionsRoberto Ierusalimschy2002-11-141-23/+28
* print error on stderr when _ALERT is not definedRoberto Ierusalimschy2002-10-221-4/+9
* correct handling of opened files in presence of memory allocationRoberto Ierusalimschy2002-10-161-18/+22
* to avoid `strerror', define itself to something else;Roberto Ierusalimschy2002-10-041-7/+7
* `setmetatable' cannot change protected objectsRoberto Ierusalimschy2002-09-161-2/+9
* no more newlines at the end of error messagesRoberto Ierusalimschy2002-09-051-3/+2