aboutsummaryrefslogtreecommitdiff
path: root/ldo.h (unfollow)
Commit message (Expand)AuthorFilesLines
2000-08-22simpler way to access _INPUT and _OUTPUTRoberto Ierusalimschy1-66/+46
2000-08-22new way to store local-variable information.Roberto Ierusalimschy5-61/+49
2000-08-21detailsRoberto Ierusalimschy1-4/+5
2000-08-17`pushref' is more efficient (and probably more useful) than `getref'.Roberto Ierusalimschy2-10/+13
2000-08-15new name for globaltable.Roberto Ierusalimschy1-2/+2
2000-08-15commentsRoberto Ierusalimschy6-20/+20
2000-08-14new name for `lua_[sg]etglobaltable'Roberto Ierusalimschy5-23/+23
2000-08-14cannot run symbolic execution for non-active functionsRoberto Ierusalimschy1-2/+2
2000-08-14small bug in symbolic executionRoberto Ierusalimschy3-19/+28
2000-08-14lua_state may not existRoberto Ierusalimschy1-6/+5
2000-08-14detailsRoberto Ierusalimschy2-94/+85
2000-08-11still more debug informationRoberto Ierusalimschy5-23/+61
2000-08-10still better error messagesRoberto Ierusalimschy5-66/+67
2000-08-09default now is multi-stateRoberto Ierusalimschy30-210/+228
2000-08-09first version of manual for 4.0 betaRoberto Ierusalimschy1-393/+332
2000-08-09obsolete module; not part of the oficial distributionRoberto Ierusalimschy1-14/+2
2000-08-09bug: lastpc was not initializedRoberto Ierusalimschy1-1/+2
2000-08-09better code for unary/binary operatorsRoberto Ierusalimschy3-71/+114
2000-08-08syntax "function foo (...)" can be nestedRoberto Ierusalimschy1-3/+1
2000-08-08no more options for debug information: it is always onRoberto Ierusalimschy13-75/+40
2000-08-08new structure for line informationRoberto Ierusalimschy9-29/+84
2000-08-07new algorithm for traversing in GC to avoid deep recursion callsRoberto Ierusalimschy8-112/+143
2000-08-07(much) better handling of memory alloction errorsRoberto Ierusalimschy4-11/+21
2000-08-04(much) better handling of memory alloction errorsRoberto Ierusalimschy10-88/+137
2000-06-30no varargs in Lua APIRoberto Ierusalimschy4-38/+12
2000-06-30remove dummy argument in LUA_ASSERTRoberto Ierusalimschy12-62/+62
2000-06-30symbolic execution must handle return and tailcallRoberto Ierusalimschy1-4/+17
2000-06-28better error messagesRoberto Ierusalimschy10-104/+230
2000-06-28local is valid only after adjustRoberto Ierusalimschy1-2/+2
2000-06-28tests for locals and line numbersRoberto Ierusalimschy1-19/+40
2000-06-28error messageRoberto Ierusalimschy1-3/+3
2000-06-28better (?) treatment for 16-bit machinesRoberto Ierusalimschy1-19/+43
2000-06-27detailsRoberto Ierusalimschy1-10/+8
2000-06-26new version of debug systemRoberto Ierusalimschy15-159/+201
2000-06-21new way to generate SETLINEsRoberto Ierusalimschy5-57/+41
2000-06-21detailsRoberto Ierusalimschy3-5/+6
2000-06-20better control over use of `errno'Roberto Ierusalimschy1-3/+4
2000-06-19no more labelsRoberto Ierusalimschy1-41/+5
2000-06-19better control of source nameRoberto Ierusalimschy3-11/+13
2000-06-19commentRoberto Ierusalimschy1-2/+4
2000-06-19detailsRoberto Ierusalimschy1-2/+2
2000-06-16optimizations for "while 1", "until nil", and the likeRoberto Ierusalimschy2-54/+102
2000-06-16function lua_userinit is used only in single-state mode (by lua.c)Roberto Ierusalimschy2-15/+13
2000-06-16small changes to allow redefinition of some buffer sizes.Roberto Ierusalimschy3-7/+15
2000-06-1532 characteres are more than enough for a good hashRoberto Ierusalimschy1-2/+2
2000-06-12detailsRoberto Ierusalimschy1-4/+6
2000-06-12`lua.h' is included before any other Lua header fileRoberto Ierusalimschy28-44/+82
2000-06-08access to `values' in TObject always through macrosRoberto Ierusalimschy11-48/+48
2000-06-06new signature for `luaH_set'Roberto Ierusalimschy6-61/+55
2000-06-060 (in MAX_SIZET) may be shorter than size_tRoberto Ierusalimschy1-2/+2