Age | Commit message (Expand) | Author | Files | Lines |
2001-06-29 | cleaning up | martinw | 1 | -41/+4 |
2001-06-22 | boolean for explicit cases (cases that are specified by the programmer) | ronny | 1 | -0/+3 |
2001-06-11 | Bug fix with array updates. Removed redundant code. Adjusted unification algo... | sjakie | 1 | -6/+9 |
2001-05-30 | in 'transform' of trans.icl also transform expressions in selections of an Up... | johnvg | 1 | -0/+17 |
2001-05-30 | added alternatives to function 'transform' for Update,RecordUpdate,TupleSelec... | johnvg | 1 | -1/+21 |
2001-05-11 | moving all switch macros to new module "compilerSwitches" | martinw | 1 | -1/+2 |
2001-05-08 | moved ImportedFunctions from convertcases to trans | ronny | 1 | -0/+1 |
2001-04-20 | bugfix concerning dictionaries that contain let expressions | martinw | 1 | -18/+18 |
2001-03-28 | uniqueness support is added to generics | alimarin | 1 | -6/+0 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -5/+7 |
2001-03-23 | fixing several bugs | martinw | 1 | -27/+41 |
2001-03-20 | Sjaak: fixed inheritance bugs and strictness attributes | sjakie | 1 | -48/+58 |
2001-03-15 | *** empty log message *** | martinw | 1 | -44/+108 |
2001-03-02 | bugfix for specialisations | martinw | 1 | -34/+64 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 1 | -21/+18 |
2001-01-19 | uniqueness unification for types of functions that are generated | martinw | 1 | -452/+632 |
2000-10-23 | renumber icl function and macro indices when unfolding | johnvg | 1 | -19/+20 |
2000-10-04 | -added position information for let bindings for better error messages | martinw | 1 | -69/+115 |
2000-09-27 | making compiler self compatible | martinw | 1 | -41/+69 |
2000-09-26 | removing stuff that once dealt with dynamics | martinw | 1 | -49/+14 |
2000-09-22 | fixed bug in type unification | martinw | 1 | -6/+10 |
2000-09-20 | improving bufix from revision 1.39 | martinw | 1 | -8/+3 |
2000-09-13 | fixed following bug: | martinw | 1 | -13/+12 |
2000-08-18 | dynamic type bug fixed; changes to support theorem prover | martijnv | 1 | -4/+22 |
2000-08-16 | restoring revision 1.35, revision 1.36 was unintended | martinw | 1 | -190/+2 |
2000-08-16 | ConsVariables were not handled correctly within improved type error messages | martinw | 1 | -1/+189 |
2000-08-10 | added position information to case defaults to improve type error messages | martinw | 1 | -1/+2 |
2000-08-04 | bugfix: types that were associated with case and let expressions were not | martinw | 1 | -29/+30 |
2000-07-10 | Restore correct version | clean | 1 | -75/+8 |
2000-07-03 | no message | clean | 1 | -8/+75 |
2000-06-16 | now the same type unification algorithm is used for inlining dictionaries | martinw | 1 | -75/+8 |
2000-06-14 | now higher order function elimination works also for imported functions | martinw | 1 | -14/+13 |
2000-06-13 | bugfix: the type unification algorithm used to generate types for new functio... | martinw | 1 | -97/+121 |
2000-06-09 | bugfix in trans. utilites: renaming of mapSt into map_st was necessary, other... | martinw | 1 | -57/+61 |
2000-06-05 | enabled higher order function elimination also for functions (producers) | martinw | 1 | -126/+185 |
2000-05-31 | fixed fusion bug: The algorithm that derived the type for the specialised fun... | martinw | 1 | -59/+100 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 1 | -51/+72 |
2000-03-20 | *** empty log message *** | sjakie | 1 | -45/+68 |
2000-03-17 | - making array patterns strict (strict lets were not properly handled | martinw | 1 | -16/+30 |
2000-03-14 | extended array patterns for muitidimensional arrays | martinw | 1 | -15/+17 |
2000-03-01 | bugfixes | martinw | 1 | -18/+9 |
2000-02-21 | - implemented comparison between redundant definitions in icl and dcl modules | martinw | 1 | -5/+1 |
2000-02-15 | added Boolean to FunctionKind to mark genetared functions | ronny | 1 | -1/+1 |
2000-01-19 | check.icl: improving bugfix that yielded revision 1.15 | martinw | 1 | -3/+4 |
2000-01-19 | bug fix (changed syntax tree) | sjakie | 1 | -13/+18 |
2000-01-13 | - check.icl: solved check-bug-11: | martinw | 1 | -0/+4 |
2000-01-03 | compile time pattern matching only took linearity into account but | martinw | 1 | -11/+14 |
1999-12-20 | fixing bug in module trans | martinw | 1 | -2/+45 |
1999-12-03 | completing Sjaak's changes in module trans caused by exchanging the transform... | martinw | 1 | -28/+51 |
1999-12-01 | Several bug fixes: | sjakie | 1 | -2/+2 |