Age | Commit message (Expand) | Author | Files | Lines |
2003-06-17 | removed unused functions | ronny | 2 | -88/+37 |
2003-05-09 | improve printing of function names of case, lambda and if expressions for cle... | johnvg | 1 | -30/+92 |
2003-02-20 | don't generate abc code to build dictionary for overloaded Nil | johnvg | 2 | -4/+26 |
2003-01-24 | bug fixes: prevent crash in ReduceArguments and set e_hasind | johnvg | 1 | -10/+21 |
2003-01-09 | fix label names for unboxed lists of records with dynamics | johnvg | 3 | -10/+21 |
2003-01-08 | bug fix: copy decons_expr in pattern when copying a function with stricter re... | johnvg | 1 | -3/+8 |
2003-01-07 | fix generated labels for lazy record field selectors if ExportedLocalLabels==... | johnvg | 2 | -15/+11 |
2003-01-07 | export labels if ExportLocalLabels==True for lazy record selectors | johnvg | 2 | -12/+18 |
2002-12-10 | set im_def_module field so that the bit in .comp that | johnvg | 1 | -2/+8 |
2002-11-26 | update project for CW 8 | johnvg | 1 | -0/+0 |
2002-11-21 | give the strictness analyser more memory for large modules, | johnvg | 3 | -8/+11 |
2002-11-20 | fix crash that occurs if there is not enough memory | johnvg | 1 | -1/+6 |
2002-11-18 | insert "lR" in type string for unboxed lists of records | johnvg | 1 | -2/+2 |
2002-11-13 | export label with t prefix for records for dynamics | johnvg | 1 | -3/+8 |
2002-10-31 | bug fix for boxed records and ! record selections | johnvg | 1 | -1/+4 |
2002-10-31 | bug fix for boxed records and ! record selections, | johnvg | 1 | -5/+8 |
2002-10-24 | disable destructive root updates of records without BOXED_RECORDS | johnvg | 1 | -9/+10 |
2002-10-22 | skip some code when not using BOXED_RECORDS | johnvg | 3 | -8/+10 |
2002-10-22 | add boxed records | johnvg | 9 | -275/+1169 |
2002-10-21 | add missing prototypes | johnvg | 1 | -0/+8 |
2002-10-21 | add boxed records | johnvg | 2 | -19/+65 |
2002-10-21 | print * for unique states, RecordObj, better layout | johnvg | 1 | -8/+17 |
2002-10-21 | add new instructions for boxed records | johnvg | 2 | -2/+20 |
2002-10-21 | add boxed records | johnvg | 2 | -0/+27 |
2002-10-21 | repair initialisation with NULL of unused pointer fields in unions | johnvg | 1 | -3/+1 |
2002-10-21 | add BOXED_RECORDS macro | johnvg | 1 | -1/+2 |
2002-10-21 | remove unused code | johnvg | 4 | -25/+0 |
2002-10-21 | add BEFlatTypeX and BERecordTypeX for boxed records and | johnvg | 2 | -4/+35 |
2002-10-21 | remove unused types and fields | johnvg | 1 | -146/+14 |
2002-10-21 | remove unused types | johnvg | 1 | -207/+1 |
2002-09-03 | store record.field name in descriptor for record fields instead of just the f... | johnvg | 1 | -15/+13 |
2002-07-15 | fix bug for functions with a case with a case and a default, for | johnvg | 1 | -3/+26 |
2002-06-20 | added clear_cache | johnvg | 1 | -0/+1 |
2002-06-19 | Different file finding method (now identical to windows_io method). | ronny | 1 | -0/+78 |
2002-06-19 | added clear_cache | johnvg | 1 | -0/+9 |
2002-06-17 | use InterfaceLib instead of CarbonLib | johnvg | 1 | -0/+0 |
2002-06-17 | CleanCompilerLib.mcp for the mac | johnvg | 1 | -0/+0 |
2002-06-17 | CleanCompilerLib.mcp.exp for the mac | johnvg | 1 | -0/+126 |
2002-06-17 | smaller pattern_match.c for Clean 2.0 | johnvg | 1 | -0/+986 |
2002-06-06 | Unix version | ronny | 1 | -0/+46 |
2002-06-05 | Unix version | ronny | 5 | -15/+523 |
2002-04-19 | docommand.c | johnvg | 1 | -0/+16 |
2002-04-19 | no message | johnvg | 1 | -0/+0 |
2002-04-19 | docommand.h | johnvg | 1 | -0/+12 |
2002-03-27 | don't try to add arguments to 'code' functions | johnvg | 1 | -2/+4 |
2002-03-25 | synchronize version number with backend.dcl | johnvg | 1 | -2/+2 |
2002-03-20 | set sdef_exported bit for sdefs in the main dcl module to | johnvg | 1 | -0/+2 |
2002-03-20 | bug fix for record updates in a lazy context with unboxed tuple fields | johnvg | 1 | -7/+48 |
2002-03-06 | bug fix in 'improved' tail recursion modulo cons optimisation | johnvg | 1 | -1/+1 |
2002-03-06 | improve tail recursion modulo cons optimisation | johnvg | 2 | -118/+163 |