summaryrefslogtreecommitdiff
path: root/compiler/blockutl.pas
Commit message (Expand)AuthorAgeFilesLines
* - remmoved doregister parameter from t*sym constructors, as the registrationjonas2019-09-141-3/+3
* * when creating wrappers, add a prefix to parameter names to prevent themjonas2018-12-241-1/+1
* * removed unused unitsflorian2017-05-091-2/+2
* Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capabi...svenbarth2015-11-201-2/+2
* * only write the parts of the unit localsymtables that are actually needed:jonas2015-10-251-4/+4
* + extend ttypesym with the possiblity to create it as unregisteredsvenbarth2015-09-111-1/+1
* + support for calling a method via a block: we capture the method as ajonas2014-07-181-7/+53
* * changed the syntax for block procvars from "xxx is block" tojonas2014-07-181-1/+1
* + support for http://en.wikipedia.org/wiki/Blocks_(C_language_extension)jonas2014-07-181-0/+339