summaryrefslogtreecommitdiff
path: root/lapi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* name: lua_pushCclosure -> lua_pushcclosure.Roberto Ierusalimschy1998-06-051-2/+2
|
* better use of "ASSERT".Roberto Ierusalimschy1998-03-091-2/+2
|
* new names for "lua_pushlstr" and "lua_getstrlen"Roberto Ierusalimschy1998-03-061-4/+4
|
* support for strings with '\0'Roberto Ierusalimschy1998-03-061-9/+21
|
* usefull macros also available as functionsRoberto Ierusalimschy1998-02-121-1/+22
|
* BUG: "lua_getstring" may create a new string, so should check GCRoberto Ierusalimschy1998-01-271-1/+3
|
* small optimizations in switch orderRoberto Ierusalimschy1998-01-091-5/+5
|
* back to upavalues as extra arguments for C closures; this way it'sRoberto Ierusalimschy1998-01-071-10/+1
| | | | trivial to make currying.
* LUA_COMPAT2.5 may use #ifdef instead of #ifRoberto Ierusalimschy1998-01-021-2/+2
|
* small bugs in error reportRoberto Ierusalimschy1997-12-221-3/+3
|
* back to "lua_upvalue"... (seems better choice)Roberto Ierusalimschy1997-12-181-1/+10
|
* otimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-151-33/+66
|
* better treatment of MARKs and DEBUG cases.Roberto Ierusalimschy1997-12-111-19/+33
|
* details (mainly error messages)Roberto Ierusalimschy1997-12-091-3/+3
|
* store "functofind" in stack top, so doesn't need this field inRoberto Ierusalimschy1997-11-281-6/+6
| | | | global state.
* other access method for C upvalues (as arguments)Roberto Ierusalimschy1997-11-271-24/+8
|
* no more 'globalbag'Roberto Ierusalimschy1997-11-271-7/+1
|
* small details by lint.Roberto Ierusalimschy1997-11-261-3/+3
|
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-2/+2
|
* make sure there is no mem problems, using %.ns instead of %s for luaV_error.Roberto Ierusalimschy1997-11-191-2/+2
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-97/+82
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-1/+14
|
* first version of Cclosures.Roberto Ierusalimschy1997-10-241-53/+62
|
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-11/+11
|
* auxiliar functions from Lua APIRoberto Ierusalimschy1997-09-161-0/+564