Age | Commit message (Expand) | Author | Files | Lines |
2011-04-07 | fix bug in the memory allocator | johnvg | 1 | -7/+3 |
2011-03-18 | update files for the Mac after removing some unused fields and values on Windows | johnvg | 4 | -9/+2 |
2011-03-01 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1871 1f8540f1-abd... | johnvg | 3 | -1/+22 |
2011-03-01 | in BEConstructorSymbol store constructor index in symb_arity until BERecordTy... | johnvg | 1 | -14/+18 |
2011-03-01 | remove more unused fields and variables | johnvg | 6 | -86/+11 |
2011-02-25 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd... | johnvg | 17 | -442/+15 |
2011-02-25 | remove some unused fields and variables | johnvg | 13 | -173/+83 |
2011-02-01 | move some #includes, because of compile errors on Mac OS X | johnvg | 1 | -3/+4 |
2010-11-11 | prevent crash for tail recursive modulo cons function with overloaded case | johnvg | 1 | -0/+2 |
2010-10-07 | disable 'function may fail' warnings for Clean 2 | johnvg | 1 | -4/+7 |
2010-10-07 | convert negative line numbers to 0, | johnvg | 1 | -2/+2 |
2010-09-29 | prevent NULL pointer dereference | johnvg | 1 | -1/+1 |
2010-01-08 | remove AddStrictLhsNodeIdsToNodeDefs call for overloaded case node | johnvg | 1 | -2/+0 |
2009-12-22 | prevent crash if def_node==NULL (lhs strictness annotation) | johnvg | 1 | -2/+2 |
2009-12-22 | make strictly annotated variables in patterns strict (in case expressions) | johnvg | 1 | -0/+6 |
2009-10-12 | fix bug in implementation of seq | johnvg | 2 | -6/+37 |
2009-01-14 | add seq | johnvg | 15 | -17/+141 |
2008-12-19 | pass world to main function without argument | johnvg | 1 | -2/+2 |
2008-12-19 | remove BENrOfBasicTypes | johnvg | 1 | -1/+0 |
2008-12-19 | add integers and rationals | johnvg | 7 | -69/+226 |
2008-12-19 | add integers and rationals, allow use of main instead of Start | johnvg | 1 | -11/+67 |
2008-12-19 | add integers and rationals | johnvg | 4 | -11/+325 |
2008-12-19 | add integers and rationals | johnvg | 2 | -1/+51 |
2008-12-19 | add hsFile | johnvg | 2 | -1/+5 |
2008-12-19 | add AddStrictnessToExportedFunctionTypes | johnvg | 3 | -6/+50 |
2008-12-19 | add -seft, AddStrictnessToExportedFunctionTypes | johnvg | 1 | -0/+3 |
2008-12-19 | add BEGetError | johnvg | 1 | -0/+3 |
2008-12-19 | add ExitEnv_valid | johnvg | 1 | -0/+20 |
2008-12-19 | add ExitEnv_valid | johnvg | 2 | -4/+18 |
2008-12-19 | remove BENrOfBasicDenots | johnvg | 1 | -3/+1 |
2008-12-19 | remove NR_Of_Basic_Denots, BENrOfBasicDenots | johnvg | 1 | -1/+0 |
2008-12-19 | remove RecordNode, IdentNode, ApplyNode and ScopeNode | johnvg | 1 | -42/+0 |
2008-12-19 | add OverloadedCaseNode, integer_denot and rational_denot | johnvg | 1 | -4/+13 |
2008-12-19 | remove unused function NewRule | johnvg | 2 | -31/+0 |
2008-12-19 | remove Enum function ids | johnvg | 3 | -44/+0 |
2008-12-19 | remove unused field cl_exist_quant_typevars | johnvg | 1 | -1/+0 |
2008-12-19 | remove RecordNode, IdentNode, ApplyNode, ScopeNode and IndirectionNode | johnvg | 3 | -52/+0 |
2008-04-02 | fix bug in codegeneration for a redirection of an evaluated array to | johnvg | 1 | -2/+1 |
2007-09-04 | fix crash for let x=x*x in x, if the first argument of * is updated with Top, | johnvg | 1 | -0/+6 |
2007-09-03 | add ( , and ) in type string of .record to print unboxed tuples in constructo... | johnvg | 1 | -7/+32 |
2007-02-27 | add {#Int} and {#Real} for foreign export | johnvg | 1 | -3/+12 |
2007-02-21 | fix BEStartFunction type | johnvg | 1 | -1/+1 |
2007-02-21 | add BEStartFunction | johnvg | 2 | -0/+9 |
2007-01-12 | add support for strings in foreign export | johnvg | 1 | -0/+8 |
2007-01-10 | add passing Reals using foreign export | johnvg | 1 | -0/+3 |
2007-01-04 | Fix strictness analysis of a guard with no default, followed by a pattern match, | johnvg | 1 | -4/+1 |
2006-11-30 | use version number 920 on 64 bit platforms | johnvg | 1 | -4/+0 |
2006-11-16 | rename ea entry for record to eu, to prevent conflict with ea | johnvg | 3 | -9/+20 |
2006-11-08 | add makefile for 64 bit linux | johnvg | 1 | -0/+17 |
2006-11-03 | fix printing of _ label in .n directive for lazy record field selectors | johnvg | 1 | -2/+5 |