summaryrefslogtreecommitdiff
path: root/func.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* functions now may be declared with any "var" as a name;Roberto Ierusalimschy1995-10-261-0/+20
| | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that.
* Module to manipulate function headers.Roberto Ierusalimschy1995-10-041-0/+59