Age | Commit message (Expand) | Author | Files | Lines |
2004-02-20 | remove include of typechecker.h | johnvg | 1 | -1/+0 |
2004-02-20 | include typeconv.h instead of typechecker.h | johnvg | 1 | -1/+1 |
2004-02-20 | remove includes of typechecker.h and overloading.h | johnvg | 1 | -2/+0 |
2004-02-20 | move definition of UserDefinedArrayFunctions to this file | johnvg | 1 | -1/+1 |
2004-02-20 | move prototype of UserDefinedArrayFunctions to this file | johnvg | 1 | -0/+2 |
2004-02-20 | remove prototypes of removed functions, move some prototypes from | johnvg | 1 | -28/+3 |
2004-02-20 | remove prototypes of removed functions, add ListTypes prototype | johnvg | 1 | -18/+1 |
2004-02-20 | move some functions from typechecker or overloading to this file | johnvg | 1 | -4/+34 |
2004-02-20 | remove unused code | johnvg | 1 | -22/+0 |
2004-02-09 | initialise sdef_mark with 0 and remove fields from list of symbols, | johnvg | 1 | -14/+28 |
2003-12-15 | add foreign export | johnvg | 6 | -0/+78 |
2003-12-09 | fix generated code for strict or unboxed list constructor root node on a cycle | johnvg | 1 | -26/+50 |
2003-12-09 | propagate strictness to strict head and/or tail of a strict | johnvg | 1 | -1/+23 |
2003-12-01 | bug fix for strict and unboxed list constructors on a cycle in | johnvg | 1 | -2/+2 |
2003-10-27 | update backend version number for 2.1 release | ronny | 1 | -1/+1 |
2003-10-22 | move include of compiledefines.h, define TARGET_API_MAC_CARBON if KARBON | johnvg | 1 | -3/+3 |
2003-10-22 | remove double include of compiledefines.h | johnvg | 1 | -1/+0 |
2003-10-22 | use KARBON macro only if POWER is also defined | johnvg | 1 | -1/+1 |
2003-10-21 | #define KARBON instead of #undef KARBON | johnvg | 1 | -1/+1 |
2003-10-16 | add extra attribute argument to BEFlatType and | johnvg | 1 | -39/+33 |
2003-10-16 | add extra attribute argument to BEFlatType and | johnvg | 1 | -4/+4 |
2003-10-16 | enable tail recursion modulo cons optimisation | johnvg | 1 | -1/+1 |
2003-10-15 | update version to 2.1.0 alpha 0 | ronny | 1 | -1/+1 |
2003-10-06 | increase version number to 919 for Clean 2.1 | johnvg | 1 | -1/+1 |
2003-10-06 | use pattern_match_2.c instead of pattern_match.c | johnvg | 1 | -1/+1 |
2003-10-06 | use False instead of FALSE, doesn't compile on linux | johnvg | 1 | -1/+1 |
2003-06-19 | enable boxed records | johnvg | 1 | -1/+1 |
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-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 |