summaryrefslogtreecommitdiff
path: root/auxlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* function name is only needed *if* there is an error.Roberto Ierusalimschy1997-04-141-5/+5
|
* first implementation of "$if";Roberto Ierusalimschy1997-04-071-1/+13
| | | | new function "findstring" (useful in good places)
* luaL check functions do not need the function name (it can beRoberto Ierusalimschy1997-04-061-10/+15
| | | | accessed via luadebug interface).
* new header 'auxlib.h' + new function luaL_verrorRoberto Ierusalimschy1997-03-181-5/+22
|
* new module 'auxlib' centralizes functions to get/check parameters.Roberto Ierusalimschy1997-03-171-0/+47