aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2002-10-25C needs "union" (unlike C++)Roberto Ierusalimschy1-2/+2
2002-10-25assertion must be always valid (not only in debug mode)Roberto Ierusalimschy2-3/+3
2002-10-25threads now are real Lua objects, subject to garbage collectionRoberto Ierusalimschy12-204/+246
2002-10-23optional limits for table.concatRoberto Ierusalimschy1-4/+6
2002-10-23detailsRoberto Ierusalimschy1-3/+3
2002-10-22field `__globals' protect global tablesRoberto Ierusalimschy1-2/+15
2002-10-22tests for compatibility functions lua_dostring/lua_dofileRoberto Ierusalimschy1-1/+13
2002-10-22print error on stderr when _ALERT is not definedRoberto Ierusalimschy1-4/+9
2002-10-22only one instance of registry and default metatable per global stateRoberto Ierusalimschy3-26/+23
2002-10-22avoid too much precision when printing numbersRoberto Ierusalimschy1-2/+2
2002-10-22small changes in type configuration facilitiesRoberto Ierusalimschy5-13/+23
2002-10-22better tokens for error messagesRoberto Ierusalimschy1-6/+4
2002-10-21detailRoberto Ierusalimschy1-3/+3
2002-10-21free prototype in (more or less) the same order it is created byRoberto Ierusalimschy1-3/+3
2002-10-21do not pretend that file is closed when close failsRoberto Ierusalimschy1-3/+7
2002-10-16correct handling of opened files in presence of memory allocationRoberto Ierusalimschy2-43/+53
2002-10-16in case of memory allocation errors, sizecode and sizelineinfo canRoberto Ierusalimschy5-11/+14
2002-10-11io.lines() iterate over the standard input fileRoberto Ierusalimschy1-12/+23
2002-10-09`undump' also uses private bufferRoberto Ierusalimschy3-7/+10
2002-10-09detailsRoberto Ierusalimschy1-3/+8
2002-10-08use of different buffers for scanner and concatenationRoberto Ierusalimschy15-110/+136
2002-10-08new ANSI C does not assure that realloc(p,0) == free(p)Roberto Ierusalimschy2-7/+15
2002-10-04to avoid `strerror', define itself to something else;Roberto Ierusalimschy1-7/+7
2002-10-04small optimization for object comparisonRoberto Ierusalimschy1-4/+5
2002-10-04detailRoberto Ierusalimschy1-3/+2
2002-09-20easier to define `api_check' using `assert'Roberto Ierusalimschy1-7/+12
2002-09-20EXIT_SUCCESS may be different from 0Roberto Ierusalimschy1-2/+2
2002-09-19unification of __index & __gettable (and __newindex & __settable)Roberto Ierusalimschy4-22/+18
2002-09-19avoid `reclearing' weak tablesRoberto Ierusalimschy1-10/+13
2002-09-19state's buffer is used only for charsRoberto Ierusalimschy6-14/+13
2002-09-17new generators for reading a file line by lineRoberto Ierusalimschy1-21/+69
2002-09-16`setmetatable' cannot change protected objectsRoberto Ierusalimschy3-12/+16
2002-09-16detailsRoberto Ierusalimschy1-2/+3
2002-09-05avoid luaS_resize (which may need extra memory) during `main' activitiesRoberto Ierusalimschy1-7/+8
2002-09-05cannot raise memory error when realloc to smaller blockRoberto Ierusalimschy1-2/+2
2002-09-05no more newlines at the end of error messagesRoberto Ierusalimschy6-25/+16
2002-09-03no more reserved word "global"Roberto Ierusalimschy2-4/+4
2002-09-02avoid the use of "enum" in the API, as they do not have a fixed representationRoberto Ierusalimschy3-9/+17
2002-09-02detailsRoberto Ierusalimschy4-32/+26
2002-08-30avoid the use of "obvious" names in header files to avoid conflictsRoberto Ierusalimschy3-62/+60
2002-08-30new structure for collectable objects, sharing a common headerRoberto Ierusalimschy14-299/+273
2002-08-30GC metamethod stored in a weak metatable being collected together withRoberto Ierusalimschy1-0/+12
2002-08-23`frontier' patternsRoberto Ierusalimschy1-12/+27
2002-08-22better line number for function definitionsRoberto Ierusalimschy1-1/+2
2002-08-21style for switch statementsRoberto Ierusalimschy1-29/+49
2002-08-21detailsRoberto Ierusalimschy3-34/+22
2002-08-21detailRoberto Ierusalimschy1-2/+2
2002-08-20new simetric format for ABC instructions, to avoid exchanging operandsRoberto Ierusalimschy7-153/+131
2002-08-16detailsRoberto Ierusalimschy2-5/+5
2002-08-16names...Roberto Ierusalimschy3-28/+28