aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* towards 5.0 alpha...Roberto Ierusalimschy2002-08-091-136/+179
|
* detailsRoberto Ierusalimschy2002-08-081-2/+2
|
* external messages add their own extra informationRoberto Ierusalimschy2002-08-086-19/+40
|
* detailRoberto Ierusalimschy2002-08-071-2/+2
|
* ensure proper roundingRoberto Ierusalimschy2002-08-071-3/+3
|
* ensure fixed order for library initializationRoberto Ierusalimschy2002-08-071-9/+10
|
* (much) cleaner way to control function statesRoberto Ierusalimschy2002-08-076-42/+54
|
* warnings in other compilersRoberto Ierusalimschy2002-08-073-25/+24
|
* small bugs when stack is reallocatedRoberto Ierusalimschy2002-08-072-15/+17
|
* the usual...Roberto Ierusalimschy2002-08-061-41/+46
|
* towards 5.0 alpha...Roberto Ierusalimschy2002-08-061-726/+811
|
* any Lua closure has a table of globals (not only active functions)Roberto Ierusalimschy2002-08-063-36/+38
|
* `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
|