summaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use macros for 'getc'Roberto Ierusalimschy2001-07-161-2/+2
* new definition for headers of binary filesRoberto Ierusalimschy2001-07-121-3/+3
* new definition for `luaD_call' and `luaD_adjusttop'Roberto Ierusalimschy2001-06-081-35/+20
* detailsRoberto Ierusalimschy2001-06-051-12/+10
* new API functions to load (parse?) a chunk without running it.Roberto Ierusalimschy2001-04-111-26/+4
* small bug (when parser fails, there is no function on the stack...)Roberto Ierusalimschy2001-04-061-2/+4
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-2/+3
* better way to link callinfo's and stackRoberto Ierusalimschy2001-03-071-27/+20
* lower-case for macros with argumentsRoberto Ierusalimschy2001-03-021-9/+9
* details for wcharRoberto Ierusalimschy2001-02-231-2/+2
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-22/+22
* _ERRORMESSAGE called through get global tag methodRoberto Ierusalimschy2001-02-231-4/+3
* avoid '...' and "..." inside commentsRoberto Ierusalimschy2001-02-221-2/+2
* better encapsulation of some typesRoberto Ierusalimschy2001-02-221-5/+2
* better separation between basic typesRoberto Ierusalimschy2001-02-201-2/+2
* new way to handle top x L->topRoberto Ierusalimschy2001-02-071-9/+2
* loop of 'dostring' may never reclaim memoryRoberto Ierusalimschy2001-02-021-2/+4
* lock/unlock may use L + better structure for internal debug stuffRoberto Ierusalimschy2001-02-021-12/+12
* no need for tags in boxed values :-(Roberto Ierusalimschy2001-02-011-2/+1
* all boxed types start with their tagsRoberto Ierusalimschy2001-01-291-1/+2
* avoid the use of "reopen" (not that standard)Roberto Ierusalimschy2001-01-291-2/+3
* new macros + new names to facilitate compilation of threaded versionRoberto Ierusalimschy2001-01-261-9/+9
* macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua coreRoberto Ierusalimschy2001-01-241-9/+23
* thead-specific state separated from "global" stateRoberto Ierusalimschy2001-01-191-8/+8
* all accesses to TObjects done through macrosRoberto Ierusalimschy2001-01-181-14/+11
* specialized versions for luaH_set (numbers and strings)Roberto Ierusalimschy2001-01-101-2/+2
* new macro pushliteralRoberto Ierusalimschy2001-01-101-2/+2
* `free' gets size of the block: complete control over memory useRoberto Ierusalimschy2000-12-281-12/+14
* better support for 64-bit machines (avoid excessive use of longs)Roberto Ierusalimschy2000-11-241-2/+3
* all API functions are declared in a single line (to facilitate pre-processing).Roberto Ierusalimschy2000-10-301-3/+2
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-6/+6
* cannot change `filename' before eventual call to `freopen'Roberto Ierusalimschy2000-10-101-6/+6
* better treatment for errors inside _ERRORMETHODRoberto Ierusalimschy2000-10-091-4/+3
* better treatment for source namesRoberto Ierusalimschy2000-10-091-5/+7
* luaD_call is more uniformRoberto Ierusalimschy2000-10-061-21/+25
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-7/+8
* new definition for types-tagsRoberto Ierusalimschy2000-10-051-31/+25
* call hooks can only be called when `pc' is active (that is, insideRoberto Ierusalimschy2000-10-041-11/+10
* new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy2000-10-021-2/+2
* new API for garbage collectorRoberto Ierusalimschy2000-10-021-1/+4
* new way to count `nblocks' for GC (try to count bytes).Roberto Ierusalimschy2000-09-291-4/+7
* new version of protected executionRoberto Ierusalimschy2000-09-251-64/+104
* detailsRoberto Ierusalimschy2000-09-121-3/+3
* `lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy2000-09-111-2/+1
* new scheme for buffersRoberto Ierusalimschy2000-09-111-2/+3
* finish with parse data before doing main chunk.Roberto Ierusalimschy2000-09-041-36/+33
* `dohook' to abstract `callhook' and `linehook'Roberto Ierusalimschy2000-08-311-24/+18
* explicit stack control in the APIRoberto Ierusalimschy2000-08-291-9/+3
* new asserts for hooksRoberto Ierusalimschy2000-08-291-1/+3
* detailsRoberto Ierusalimschy2000-08-291-2/+2