aboutsummaryrefslogtreecommitdiff
path: root/backendC
AgeCommit message (Expand)AuthorFilesLines
2003-06-19enable boxed recordsjohnvg1-1/+1
2003-06-17removed unused functionsronny1-3/+3
2003-06-17removed unused functionsronny2-88/+37
2003-05-09improve printing of function names of case, lambda and if expressions for cle...johnvg1-30/+92
2003-02-20don't generate abc code to build dictionary for overloaded Niljohnvg2-4/+26
2003-01-24bug fixes: prevent crash in ReduceArguments and set e_hasindjohnvg1-10/+21
2003-01-09fix label names for unboxed lists of records with dynamicsjohnvg3-10/+21
2003-01-08bug fix: copy decons_expr in pattern when copying a function with stricter re...johnvg1-3/+8
2003-01-07fix generated labels for lazy record field selectors if ExportedLocalLabels==...johnvg2-15/+11
2003-01-07export labels if ExportLocalLabels==True for lazy record selectorsjohnvg2-12/+18
2002-12-10set im_def_module field so that the bit in .comp thatjohnvg1-2/+8
2002-11-26update project for CW 8johnvg1-0/+0
2002-11-21give the strictness analyser more memory for large modules,johnvg3-8/+11
2002-11-20fix crash that occurs if there is not enough memoryjohnvg1-1/+6
2002-11-18insert "lR" in type string for unboxed lists of recordsjohnvg1-2/+2
2002-11-13export label with t prefix for records for dynamicsjohnvg1-3/+8
2002-10-31bug fix for boxed records and ! record selectionsjohnvg1-1/+4
2002-10-31bug fix for boxed records and ! record selections,johnvg1-5/+8
2002-10-24disable destructive root updates of records without BOXED_RECORDSjohnvg1-9/+10
2002-10-22skip some code when not using BOXED_RECORDSjohnvg3-8/+10
2002-10-22add boxed recordsjohnvg9-275/+1169
2002-10-21add missing prototypesjohnvg1-0/+8
2002-10-21add boxed recordsjohnvg2-19/+65
2002-10-21print * for unique states, RecordObj, better layoutjohnvg1-8/+17
2002-10-21add new instructions for boxed recordsjohnvg2-2/+20
2002-10-21add boxed recordsjohnvg2-0/+27
2002-10-21repair initialisation with NULL of unused pointer fields in unionsjohnvg1-3/+1
2002-10-21add BOXED_RECORDS macrojohnvg1-1/+2
2002-10-21remove unused codejohnvg4-25/+0
2002-10-21add BEFlatTypeX and BERecordTypeX for boxed records andjohnvg2-4/+35
2002-10-21remove unused types and fieldsjohnvg1-146/+14
2002-10-21remove unused typesjohnvg1-207/+1
2002-09-03store record.field name in descriptor for record fields instead of just the f...johnvg1-15/+13
2002-07-15fix bug for functions with a case with a case and a default, forjohnvg1-3/+26
2002-06-20added clear_cachejohnvg1-0/+1
2002-06-19Different file finding method (now identical to windows_io method).ronny1-0/+78
2002-06-19added clear_cachejohnvg1-0/+9
2002-06-17use InterfaceLib instead of CarbonLibjohnvg1-0/+0
2002-06-17CleanCompilerLib.mcp for the macjohnvg1-0/+0
2002-06-17CleanCompilerLib.mcp.exp for the macjohnvg1-0/+126
2002-06-17smaller pattern_match.c for Clean 2.0johnvg1-0/+986
2002-06-06Unix versionronny1-0/+46
2002-06-05Unix versionronny5-15/+523
2002-04-19docommand.cjohnvg1-0/+16
2002-04-19no messagejohnvg1-0/+0
2002-04-19docommand.hjohnvg1-0/+12
2002-03-27don't try to add arguments to 'code' functionsjohnvg1-2/+4
2002-03-25synchronize version number with backend.dcljohnvg1-2/+2
2002-03-20set sdef_exported bit for sdefs in the main dcl module tojohnvg1-0/+2
2002-03-20bug fix for record updates in a lazy context with unboxed tuple fieldsjohnvg1-7/+48