aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy2003-08-291-2/+26
* new form of long strings: `[***[...]***]'Roberto Ierusalimschy2003-08-291-24/+39
* simpler manipulation of buffer count in scannerRoberto Ierusalimschy2003-08-282-189/+178
* new function (generic) `load'Roberto Ierusalimschy2003-08-271-1/+43
* parser fully reentrant(!)Roberto Ierusalimschy2003-08-2710-65/+120
* reader runs outside core LuaRoberto Ierusalimschy2003-08-271-2/+7
* new auxiliary function `luaH_setstr'Roberto Ierusalimschy2003-08-263-6/+18
* ZIO passes Lua state to chunk readerRoberto Ierusalimschy2003-08-253-7/+9
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-259-27/+24
* bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy2003-08-252-12/+19
* newlines can be `\n', `\r', `\r\n', or `\n\r'Roberto Ierusalimschy2003-08-211-6/+17
* no more checks for non-default compilation options + luaU_dump hasRoberto Ierusalimschy2003-08-154-22/+14
* several bugs for Lua 5.0 + new format for bug entriesRoberto Ierusalimschy2003-07-291-1/+157
* no need for a maximum number of parameters (maximum number of localsRoberto Ierusalimschy2003-07-292-9/+2
* bug: userdata to be collected still counts into new GC threshold,Roberto Ierusalimschy2003-07-292-10/+16
* syntax `...=var' changed to `var=...'Roberto Ierusalimschy2003-07-291-25/+20
* detailsRoberto Ierusalimschy2003-07-281-5/+5
* we do not need a default panic (that does nothing anyway...)Roberto Ierusalimschy2003-07-162-13/+4
* new way to control `pc' of running functionsRoberto Ierusalimschy2003-07-169-147/+115
* opcode number may be invalidRoberto Ierusalimschy2003-07-101-1/+2
* more changes to reduce stack usage by the parserRoberto Ierusalimschy2003-07-092-9/+11
* small changes to reduce stack usage by the parserRoberto Ierusalimschy2003-07-092-25/+36
* detailsRoberto Ierusalimschy2003-07-092-6/+6
* correct handling when a thread turns on line hooks in another threadRoberto Ierusalimschy2003-07-071-4/+6
* `debug' library can operate over other threadsRoberto Ierusalimschy2003-07-071-42/+92
* Move nothing when there is nothing to moveRoberto Ierusalimschy2003-07-071-1/+2
* bug: file:close cannot be called without a file.Roberto Ierusalimschy2003-07-071-2/+2
* bug: C functions also may have stacks larger than current topRoberto Ierusalimschy2003-07-071-3/+2
* define a `lua_isthread' for completenessRoberto Ierusalimschy2003-07-071-1/+2
* detailRoberto Ierusalimschy2003-06-101-2/+9
* fully-weak tables are more efficientRoberto Ierusalimschy2003-05-162-6/+6
* (much) smarter way to clear weak tablesRoberto Ierusalimschy2003-05-161-57/+37
* commentsRoberto Ierusalimschy2003-05-151-6/+6
* `#!' is detected by loadfile, not by the lexerRoberto Ierusalimschy2003-05-152-9/+20
* LUA_SIGNATURE is publicRoberto Ierusalimschy2003-05-152-3/+4
* no more compatibility code (`lua_pushupvalues')Roberto Ierusalimschy2003-05-141-4/+1
* detailsRoberto Ierusalimschy2003-05-142-7/+4
* no more compatibility codeRoberto Ierusalimschy2003-05-142-21/+2
* no more compatibility code for 4.0Roberto Ierusalimschy2003-05-142-17/+2
* ok to use `#elif' and `#if defined()'Roberto Ierusalimschy2003-05-143-35/+9
* new function `setvbuf'Roberto Ierusalimschy2003-05-141-1/+13
* new function `string.reverse'Roberto Ierusalimschy2003-05-141-1/+13
* new syntax: `... [= name]'Roberto Ierusalimschy2003-05-141-16/+22
* better information about instruction behavior (use of arguments)Roberto Ierusalimschy2003-05-145-86/+100
* new semantics for "for" local variablesRoberto Ierusalimschy2003-05-135-50/+59
* new (internal) macros for error handlingRoberto Ierusalimschy2003-05-132-4/+28
* simpler implementation for valid/acceptable indicesRoberto Ierusalimschy2003-05-091-93/+81
* `getn' doesn't need this field (values cannot be nil)Roberto Ierusalimschy2003-05-071-5/+1
* inlining of `luaV_gettable' were too complex (dirty)Roberto Ierusalimschy2003-05-053-89/+43
* detailRoberto Ierusalimschy2003-04-301-4/+3