Age | Commit message (Expand) | Author | Files | Lines |
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 | add BEBindSpecialType, BEOverloadedCaseNode and BEGetError | johnvg | 1 | -0/+3 |
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 | 3 | -0/+10 |
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 |
2006-11-03 | generate an eval_fill call as ea entry for lazy record selectors | johnvg | 1 | -1/+1 |
2006-11-03 | generate ea entry for boxed records, fixes jmp_eval_upd in lazy selectors | johnvg | 4 | -8/+64 |
2006-10-26 | change version number to 2.2 | johnvg | 1 | -3/+3 |
2006-07-18 | backend.dll makefile for 64 bit windows | johnvg | 1 | -0/+96 |
2006-07-18 | same as backend.link but without a space after /EXPORT: | johnvg | 1 | -0/+126 |
2006-07-17 | add 64 bit flag to .comp directive | johnvg | 1 | -5/+6 |
2006-04-07 | add BEGetIntFromArray | johnvg | 1 | -0/+1 |