summaryrefslogtreecommitdiff
path: root/lauxlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | errors
* to avoid `strerror', define itself to something else;Roberto Ierusalimschy2002-10-041-7/+7
| | | | nil has a special, fixed reference
* `setmetatable' cannot change protected objectsRoberto Ierusalimschy2002-09-161-2/+9
|
* no more newlines at the end of error messagesRoberto Ierusalimschy2002-09-051-3/+2
|
* avoid the use of "obvious" names in header files to avoid conflictsRoberto Ierusalimschy2002-08-301-10/+10
|
* external messages add their own extra informationRoberto Ierusalimschy2002-08-081-1/+17
|
* `luadebug.h' content now is included in `lua.h'Roberto Ierusalimschy2002-08-061-2/+1
|
* lua_Chunkreader gets a lua_State, to avoid future incompatibilitiesRoberto Ierusalimschy2002-08-061-3/+5
|
* new (old?) error handling schemeRoberto Ierusalimschy2002-08-061-4/+2
|
* new implementation for error handlingRoberto Ierusalimschy2002-08-051-8/+7
|
* `newproxy' uses its own weaktableRoberto Ierusalimschy2002-07-011-19/+1
|
* no more `lua_getn' functionRoberto Ierusalimschy2002-06-261-7/+10
|
* new `luaL_weakregistry' functionRoberto Ierusalimschy2002-06-251-2/+21
|
* new protocol for error handlingRoberto Ierusalimschy2002-06-181-35/+14
|
* `rawcall' -> `upcall' (unprotected call)Roberto Ierusalimschy2002-06-131-2/+2
|
* better error messagesRoberto Ierusalimschy2002-06-051-2/+9
|
* lua_load* defined in auxlib (and so renamed to luaL_load*)Roberto Ierusalimschy2002-06-031-25/+181
|
* new names for string formating functionsRoberto Ierusalimschy2002-05-161-14/+7
|
* new format for error messagesRoberto Ierusalimschy2002-05-151-1/+8
|
* new function `lua_vpushstr' to replace uses of `sprintf'Roberto Ierusalimschy2002-05-071-31/+3
|
* errors `return' int, to avoid warningsRoberto Ierusalimschy2002-05-061-15/+48
| | | | + home-made `sprintf' (first version)
* new way to handle errorsRoberto Ierusalimschy2002-05-011-14/+2
|
* detailsRoberto Ierusalimschy2002-04-161-2/+2
|
* correct #args for calls with self (a:foo(...))Roberto Ierusalimschy2002-04-041-1/+2
|
* better support for new librariesRoberto Ierusalimschy2002-04-021-6/+27
|
* when possible, library functions accept nil as noneRoberto Ierusalimschy2002-03-271-3/+3
|
* standard libraries in packagesRoberto Ierusalimschy2002-03-201-5/+16
|