aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-09-12read patterns (deprecated) use new auxlib's buffer systemRoberto Ierusalimschy1-3/+6
2000-09-12error codes as strings for dofile and dostringRoberto Ierusalimschy1-2/+4
2000-09-12ERRORMESSAGE uses auxlib's buffer to build message stringRoberto Ierusalimschy1-18/+15
2000-09-12new function `luaL_addstring'Roberto Ierusalimschy2-2/+8
2000-09-12topointer handles only types that have no other "to" functionRoberto Ierusalimschy1-6/+1
2000-09-12detailsRoberto Ierusalimschy2-4/+5
2000-09-12_ALERT is used (and assumed) only by the libsRoberto Ierusalimschy2-4/+6
2000-09-11`lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy14-122/+134
2000-09-11API functions check stack overflowRoberto Ierusalimschy2-5/+7
2000-09-11`lua_newstate' renamed to `lua_open'Roberto Ierusalimschy4-9/+9
2000-09-11new scheme for buffersRoberto Ierusalimschy13-211/+376
2000-09-11obsolete moduleRoberto Ierusalimschy1-80/+0