summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* `luadebug.h' content now is included in `lua.h'Roberto Ierusalimschy2002-08-0612-80/+63
* lua_Chunkreader gets a lua_State, to avoid future incompatibilitiesRoberto Ierusalimschy2002-08-063-7/+9
* new API for weak modeRoberto Ierusalimschy2002-08-069-65/+88
* new (old?) error handling schemeRoberto Ierusalimschy2002-08-0612-160/+94
* small bug: basic `ci' must have a valid func (base - 1)Roberto Ierusalimschy2002-08-051-1/+2
* internal namesRoberto Ierusalimschy2002-08-053-9/+6
* new implementation for error handlingRoberto Ierusalimschy2002-08-059-259/+279
* new implementation for tailcallRoberto Ierusalimschy2002-08-051-3/+3
* new API for error handlingRoberto Ierusalimschy2002-08-051-4/+2
* new implementation for tailcalls and error handlingRoberto Ierusalimschy2002-08-052-40/+35
* new macros `ttis*'Roberto Ierusalimschy2002-08-056-55/+71
* tailcall is executed together with callRoberto Ierusalimschy2002-08-051-2/+2
* new function xpcallRoberto Ierusalimschy2002-08-051-18/+31
* xpcall now is builtin + new macros `ttis*'Roberto Ierusalimschy2002-08-051-35/+8
* new names for light userdata operationsRoberto Ierusalimschy2002-07-1713-44/+47
* CallInfo has different fields for C functions and Lua functionsRoberto Ierusalimschy2002-07-165-62/+71
* `isdst' should be a boolean (and not 0/1!!)Roberto Ierusalimschy2002-07-121-6/+21
* ^D in interactive mode finish interaction (no questions asked)Roberto Ierusalimschy2002-07-101-5/+4
* new way to handle macros read_line/save_lineRoberto Ierusalimschy2002-07-101-38/+47
* bug: chunk can end just after a '\' in a stringRoberto Ierusalimschy2002-07-101-1/+2
* LUA_ALERT is no longer usedRoberto Ierusalimschy2002-07-091-3/+1
* new options; no more _ALERT; no more getargsRoberto Ierusalimschy2002-07-091-144/+120
* detailsRoberto Ierusalimschy2002-07-091-12/+5
* new macro `lua_isudataval' (for completude)Roberto Ierusalimschy2002-07-092-2/+6
* hook count is quadraticRoberto Ierusalimschy2002-07-086-12/+15
* new interface for debug hooksRoberto Ierusalimschy2002-07-0810-129/+165
* details to allow compilation of Lua as a single fileRoberto Ierusalimschy2002-07-081-4/+5
* C++ warningRoberto Ierusalimschy2002-07-081-2/+2
* optimizations for gettable (temporary)Roberto Ierusalimschy2002-07-052-34/+69
* new priority for and/orRoberto Ierusalimschy2002-07-041-7/+7
* strings are always `strong' in weaktablesRoberto Ierusalimschy2002-07-042-7/+8
* details (error messages)Roberto Ierusalimschy2002-07-041-3/+3
* use of NaN as key breaks some invariantsRoberto Ierusalimschy2002-07-021-1/+3
* detailsRoberto Ierusalimschy2002-07-021-3/+3
* only tables need `lua_number2int'Roberto Ierusalimschy2002-07-012-11/+11
* new `getn' (and `setn')Roberto Ierusalimschy2002-07-011-30/+97
* `newproxy' uses its own weaktableRoberto Ierusalimschy2002-07-013-35/+24
* weak keys are removed only after finalizationRoberto Ierusalimschy2002-07-013-15/+53
* getglobals(0) is the C global tableRoberto Ierusalimschy2002-06-261-2/+2
* no more `lua_getn' functionRoberto Ierusalimschy2002-06-264-53/+27
* `concat' goes to `table' libraryRoberto Ierusalimschy2002-06-261-21/+1
* details (temporary?)Roberto Ierusalimschy2002-06-261-5/+2
* detailsRoberto Ierusalimschy2002-06-265-13/+13
* two new bugs in 4.0 :-( (both were already corrected in 5.0 :-)Roberto Ierusalimschy2002-06-251-0/+9
* new functions `dofile' and `pairs'; correct way to check proxiesRoberto Ierusalimschy2002-06-251-22/+50
* `lua_upcall' -> `lua_call'Roberto Ierusalimschy2002-06-255-13/+13
* error message ends with `\n' (is already formatted)Roberto Ierusalimschy2002-06-251-2/+2
* userdata are removed from weaktables before invoking their GC fallbacksRoberto Ierusalimschy2002-06-251-3/+3
* `__weakmode' -> `__mode'Roberto Ierusalimschy2002-06-252-5/+5
* new `luaL_weakregistry' functionRoberto Ierusalimschy2002-06-252-3/+24