summaryrefslogtreecommitdiff
path: root/lbaselib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* error messages in lower case.Roberto Ierusalimschy2000-09-201-2/+2
|
* new API function lua_rawgetRoberto Ierusalimschy2000-09-141-10/+7
|
* re-implementation of deprecated functions (wiht compiler option)Roberto Ierusalimschy2000-09-131-10/+41
|
* better standard error messagesRoberto Ierusalimschy2000-09-121-7/+14
|
* error codes as strings for dofile and dostringRoberto Ierusalimschy2000-09-121-2/+4
|
* late `lbuiltin.c', now implemented through the official API (andRoberto Ierusalimschy2000-09-051-0/+599
therefore distributed as a regular library).