aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* detailRoberto Ierusalimschy2002-10-211-3/+3
|
* free prototype in (more or less) the same order it is created byRoberto Ierusalimschy2002-10-211-3/+3
| | | | `undump'
* do not pretend that file is closed when close failsRoberto Ierusalimschy2002-10-211-3/+7
|
* correct handling of opened files in presence of memory allocationRoberto Ierusalimschy2002-10-162-43/+53
| | | | errors
* in case of memory allocation errors, sizecode and sizelineinfo canRoberto Ierusalimschy2002-10-165-11/+14
| | | | be different
* io.lines() iterate over the standard input fileRoberto Ierusalimschy2002-10-111-12/+23
|
* `undump' also uses private bufferRoberto Ierusalimschy2002-10-093-7/+10
|
* detailsRoberto Ierusalimschy2002-10-091-3/+8
|
* use of different buffers for scanner and concatenationRoberto Ierusalimschy2002-10-0815-110/+136
|
* new ANSI C does not assure that realloc(p,0) == free(p)Roberto Ierusalimschy2002-10-082-7/+15
|
* to avoid `strerror', define itself to something else;Roberto Ierusalimschy2002-10-041-7/+7
| | | | nil has a special, fixed reference
* small optimization for object comparisonRoberto Ierusalimschy2002-10-041-4/+5
|
* detailRoberto Ierusalimschy2002-10-041-3/+2
|
* easier to define `api_check' using `assert'Roberto Ierusalimschy2002-09-201-7/+12
|
* EXIT_SUCCESS may be different from 0Roberto Ierusalimschy2002-09-201-2/+2
|
* unification of __index & __gettable (and __newindex & __settable)Roberto Ierusalimschy2002-09-194-22/+18
|
* avoid `reclearing' weak tablesRoberto Ierusalimschy2002-09-191-10/+13
|
* state's buffer is used only for charsRoberto Ierusalimschy2002-09-196-14/+13
|
* new generators for reading a file line by lineRoberto Ierusalimschy2002-09-171-21/+69
|
* `setmetatable' cannot change protected objectsRoberto Ierusalimschy2002-09-163-12/+16
|
* detailsRoberto Ierusalimschy2002-09-161-2/+3
|
* avoid luaS_resize (which may need extra memory) during `main' activitiesRoberto Ierusalimschy2002-09-051-7/+8
|
* cannot raise memory error when realloc to smaller blockRoberto Ierusalimschy2002-09-051-2/+2
|
* no more newlines at the end of error messagesRoberto Ierusalimschy2002-09-056-25/+16
|
* no more reserved word "global"Roberto Ierusalimschy2002-09-032-4/+4
|
* avoid the use of "enum" in the API, as they do not have a fixed representationRoberto Ierusalimschy2002-09-023-9/+17
|
* detailsRoberto Ierusalimschy2002-09-024-32/+26
|
* avoid the use of "obvious" names in header files to avoid conflictsRoberto Ierusalimschy2002-08-303-62/+60
|
* new structure for collectable objects, sharing a common headerRoberto Ierusalimschy2002-08-3014-299/+273
|
* GC metamethod stored in a weak metatable being collected together withRoberto Ierusalimschy2002-08-301-0/+12
| | | | userdata may not be cleared properly
* `frontier' patternsRoberto Ierusalimschy2002-08-231-12/+27
|
* better line number for function definitionsRoberto Ierusalimschy2002-08-221-1/+2
|
* style for switch statementsRoberto Ierusalimschy2002-08-211-29/+49
|
* detailsRoberto Ierusalimschy2002-08-213-34/+22
|
* detailRoberto Ierusalimschy2002-08-211-2/+2
|
* new simetric format for ABC instructions, to avoid exchanging operandsRoberto Ierusalimschy2002-08-207-153/+131
| | | | for `commutative' operators
* detailsRoberto Ierusalimschy2002-08-162-5/+5
|
* names...Roberto Ierusalimschy2002-08-163-28/+28
|
* cleaning the stage for generational collectionRoberto Ierusalimschy2002-08-167-55/+54
|
* warning from Visual CRoberto Ierusalimschy2002-08-161-2/+2
|
* detailv5.0-alphaRoberto Ierusalimschy2002-08-141-3/+3
|
* angles in radians(!)Roberto Ierusalimschy2002-08-141-7/+7
|
* some corrections + angles in radiansRoberto Ierusalimschy2002-08-141-14/+29
|
* detailsRoberto Ierusalimschy2002-08-131-9/+11
|
* update of `debug' library (Lua binding)Roberto Ierusalimschy2002-08-131-53/+62
|
* new LUA_USERCONFIG to include user optionsRoberto Ierusalimschy2002-08-131-1/+9
|
* towards 5.0 (one more step)...Roberto Ierusalimschy2002-08-121-53/+72
|
* use a linear count for count hookRoberto Ierusalimschy2002-08-127-30/+28
|
* use of `LoadState' struct (instead of several separate arguments)Roberto Ierusalimschy2002-08-121-102/+109
|
* detailsRoberto Ierusalimschy2002-08-121-2/+2
|