Age | Commit message (Expand) | Author | Files | Lines |
2004-04-29 | bug fix: always print ';' in function descriptor names | ronny | 1 | -2/+3 |
2004-04-29 | removed analysis of ident names for instance types (pre-Clean 2.0 code) | ronny | 1 | -16/+0 |
2004-04-26 | convert file names for MachO | johnvg | 1 | -0/+27 |
2004-04-20 | added ')' to #ifdef to fix syntax error | ronny | 1 | -1/+1 |
2004-04-19 | port to gcc on Mac OS X | johnvg | 2 | -1/+12 |
2004-04-19 | port to gcc on Mac OS X | johnvg | 1 | -3/+26 |
2004-04-19 | port to gcc on Mac OS X | johnvg | 1 | -4/+53 |
2004-04-19 | remove TC; types | ronny | 1 | -6/+15 |
2004-04-14 | mark lazy and/or curried entries of cons for list of unboxed records | johnvg | 1 | -1/+9 |
2004-04-02 | implement foreign export with stdcall | johnvg | 4 | -3/+8 |
2004-03-19 | if ExportLocalLabels and strict constructor not used curried and not | johnvg | 1 | -4/+10 |
2004-03-05 | implement tuple result for foreign export / centry | johnvg | 1 | -1/+9 |
2004-02-20 | remove includes of typechecker.h and tctypes.t | johnvg | 1 | -3/+0 |
2004-02-20 | remove include of overloading.h | johnvg | 2 | -2/+0 |
2004-02-20 | remove calls of PrintTCType and InitTypeChecker, change #includes | johnvg | 1 | -15/+1 |
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 |