aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small optimizationsRoberto Ierusalimschy2002-01-031-3/+1
|
* small optimizationsRoberto Ierusalimschy2001-12-201-10/+0
|
* first version of stackless LuaRoberto Ierusalimschy2001-12-201-47/+72
|
* LUA_ERRERR also cannot generate error messageRoberto Ierusalimschy2001-12-131-4/+2
|
* it doesn't pay to optimize absence when it is an errorRoberto Ierusalimschy2001-12-101-1/+1
|
* tag system replaced by event tablesRoberto Ierusalimschy2001-12-051-9/+12
|
* new implementation for lua upvalues (sugested by E.T.): simpler and solvesRoberto Ierusalimschy2001-11-291-1/+0
| | | | a bug for multi-stacks
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-20/+19
|
* detailsRoberto Ierusalimschy2001-11-271-3/+2
|
* new API for registry and C upvalues + new implementation for referencesRoberto Ierusalimschy2001-10-171-6/+7
|
* new definitions for closure structuresRoberto Ierusalimschy2001-10-021-7/+8
|
* small bug when closing closures in error conditionsRoberto Ierusalimschy2001-09-251-3/+4
|
* first implementation of unrestricted static scopingRoberto Ierusalimschy2001-09-071-9/+19
|
* better syntax for type castsRoberto Ierusalimschy2001-08-311-3/+3
|
* 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
|