Age | Commit message (Expand) | Author | Files | Lines |
2013-10-21 | rename parameter inline to inlineFlag, because it is now a keyword (since c99) | johnvg | 1 | -1/+1 |
2013-08-23 | bug fix: generate jmp_eval_upd entry for update function for boxed records | johnvg | 1 | -37/+21 |
2013-08-22 | bug fix: don't use jmp_eval_upd for record fields of an abstract type | johnvg | 1 | -1/+5 |
2013-04-09 | in lazy record selector offsets for the garbage collector, swap the offsets, | johnvg | 1 | -0/+8 |
2013-03-20 | restore some code for reopening files that was accidently removed | johnvg | 1 | -2/+8 |
2013-03-19 | use / instead of \ after Clean System Files in paths | johnvg | 1 | -1/+1 |
2013-03-18 | use / instead of \ in paths | johnvg | 1 | -3/+3 |
2013-03-18 | add hierarchical modules | johnvg | 1 | -14/+83 |
2012-09-21 | add hierarchical modules | johnvg | 1 | -15/+84 |
2012-09-21 | don't try to remove file extension in BEGenerateCode, | johnvg | 1 | -29/+0 |
2012-07-27 | optimize is constructor functions | johnvg | 6 | -32/+143 |
2012-07-09 | remove limit on the size of the converted syntax tree in the strictness analyzer | johnvg | 2 | -10/+29 |
2012-06-19 | reallocate (enlarge) gCurrentNodeIds array if necessary | johnvg | 1 | -17/+26 |
2012-06-19 | increase available memory (1000 instead of 200 blocks of 16k) for the strictn... | johnvg | 1 | -15/+15 |
2012-06-11 | fix function InstantiateExp2, prevent crash | johnvg | 1 | -46/+48 |
2012-05-15 | thunk lift partial function arguments, | johnvg | 1 | -29/+122 |
2012-05-09 | modify search paths, for some reason the C compiler couldn't find some files ... | johnvg | 1 | -0/+0 |
2011-09-06 | add BEExtendableAlgebraicType | johnvg | 4 | -0/+25 |
2011-07-04 | fix small bug in merging Deps or Lubs | johnvg | 1 | -15/+13 |
2011-05-10 | don't use freopen to redirect stdout and stderror, | johnvg | 4 | -94/+79 |
2011-04-11 | add BETypeSymbolNoMark to the 64 bit version | johnvg | 1 | -0/+1 |
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 | remove many unused generic dictionaries from the abc code (previous commit), | johnvg | 1 | -0/+1 |
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 | 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 |