Age | Commit message (Expand) | Author | Files | Lines |
2000-06-06 | see previous revision | martinw | 1 | -3/+1 |
2000-06-06 | added simple hacky preprocessor facility. The following source | martinw | 2 | -12/+48 |
2000-06-05 | enabled higher order function elimination also for functions (producers) | martinw | 4 | -134/+195 |
2000-06-05 | removed ---> application | martijnv | 1 | -1/+1 |
2000-05-31 | readableizing error messages | martinw | 6 | -18/+28 |
2000-05-31 | setting defaultPrio to 9 according to bug report from Ronny | martinw | 1 | -1/+1 |
2000-05-31 | Added just a comment (beginning with "XXX") that indicates a change that has ... | martinw | 1 | -0/+1 |
2000-05-31 | fixed fusion bug: The algorithm that derived the type for the specialised fun... | martinw | 1 | -59/+100 |
2000-05-30 | fixed bugs; partially implemented type dependent functions | martijnv | 7 | -138/+367 |
2000-05-26 | bugfix: The following let | martinw | 1 | -1/+2 |
2000-05-22 | improved dynamics | sjakie | 4 | -35/+85 |
2000-05-17 | accepting changes | martinw | 1 | -2/+0 |
2000-05-17 | bugfix | martinw | 1 | -5/+12 |
2000-05-16 | bugfix in transform.icl (line 1306): the reference count in collectVariables | martijnv | 1 | -0/+5 |
2000-05-11 | bug fix (uniqueness attributes) | sjakie | 1 | -3/+13 |
2000-05-11 | bug fix in macros | sjakie | 1 | -3/+18 |
2000-05-11 | fixed basic types in dynamics and | pieter | 1 | -16/+27 |
2000-05-03 | made order of local definitions the same as in icl module (compareDefImp takes | martinw | 1 | -1/+1 |
2000-05-03 | bugfix | martinw | 3 | -17/+17 |
2000-05-03 | bug fix | sjakie | 1 | -6/+7 |
2000-04-26 | bugfix | martinw | 2 | -3/+8 |
2000-04-26 | sorry for that! | martinw | 1 | -10/+0 |
2000-04-26 | fixed convert_reduced_context_to_expression | clean | 1 | -1/+1 |
2000-04-26 | Merge Martin/ Sjaak & Ronny branches | clean | 14 | -357/+364 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 39 | -1278/+1485 |
2000-04-12 | small bugfix | martinw | 1 | -0/+5 |
2000-03-30 | removing record field "lei_strict" that became superflous due to the last rev... | martinw | 3 | -16/+6 |
2000-03-30 | comparision of redundant macro definitions | martinw | 5 | -50/+66 |
2000-03-24 | bugfixes | martinw | 8 | -141/+101 |
2000-03-22 | *** empty log message *** | sjakie | 1 | -6/+7 |
2000-03-20 | *** empty log message *** | sjakie | 3 | -80/+99 |
2000-03-20 | Bug fix in printing routine | sjakie | 1 | -67/+141 |
2000-03-20 | *** empty log message *** | sjakie | 9 | -500/+583 |
2000-03-17 | - making array patterns strict (strict lets were not properly handled | martinw | 11 | -98/+135 |
2000-03-16 | use error code from parsing dcl files | clean | 1 | -12/+11 |
2000-03-14 | added Update alternative for consequences (Expression) | clean | 1 | -1/+4 |
2000-03-14 | extended array patterns for muitidimensional arrays | martinw | 8 | -44/+60 |
2000-03-09 | no message | pieter | 1 | -43/+87 |
2000-03-09 | optimized by John | pieter | 2 | -246/+556 |
2000-03-01 | bugfixes | martinw | 6 | -117/+136 |
2000-02-24 | Removed debug modules (they moved to separate directory) | ronny | 8 | -1068/+0 |
2000-02-22 | Bug fixes escaped characters in character and string denotations | ronny | 1 | -5/+32 |
2000-02-21 | - implemented comparison between redundant definitions in icl and dcl modules | martinw | 21 | -364/+1479 |
2000-02-18 | Commiting changes in syntax tree to enable backend adaption. New added constr... | martinw | 2 | -23/+8 |
2000-02-16 | removed PE_Array from syntax tree | ronny | 3 | -5/+2 |
2000-02-16 | buf fix (dictionary types in dcl modules) | sjakie | 4 | -11/+17 |
2000-02-15 | added Boolean to FunctionKind to mark genetared functions | ronny | 6 | -11/+16 |
2000-02-15 | bug fix (unboxed arrrays of records) | ronny | 12 | -18/+118 |
2000-02-14 | comprehensions: (re)introduced code duplication in transformation to work aro... | ronny | 1 | -4/+5 |
2000-02-14 | fixed bugs in comprehensions (manifested as type error and abort in check) | ronny | 1 | -87/+66 |