Age | Commit message (Expand) | Author | Files | Lines |
2001-03-08 | Normalizing | martijnv | 1 | -11/+29 |
2001-03-02 | bugfix: the compiler gave "index out of range" when an instance was declared | martinw | 1 | -2/+4 |
2001-03-02 | making compiler self compilable (this doesn't say anything about the | martinw | 1 | -1/+4 |
2001-02-23 | including porting facilities | martinw | 1 | -183/+5 |
2001-02-22 | bugfix: explicit imports of instances did not work in conjunction with dcl | martinw | 1 | -0/+18 |
2001-02-19 | bugfix: a function that made some types in StdArray.dcl more strict had | martinw | 1 | -34/+45 |
2001-02-15 | DynamicTemp added to the compiler. You will be needing a new | martijnv | 1 | -2/+12 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 1 | -130/+166 |
2001-01-19 | bugfixing dcl cashing, expanding synonym types after a whole module component | martinw | 1 | -196/+205 |
2001-01-12 | New algorithm for explicit imports that also works with cyclic module depende... | martinw | 1 | -260/+918 |
2000-11-01 | improved code for explicit imports, | martinw | 1 | -25/+16 |
2000-10-27 | moving huge part of code out of check into new module checkFunctionBodies | martinw | 1 | -1966/+11 |
2000-10-26 | bug fix in copying abstract types from dcl module to icl module | johnvg | 1 | -7/+8 |
2000-10-26 | added new error messages | martinw | 1 | -3/+4 |
2000-10-23 | renumber icl function and macro indices when unfolding | johnvg | 1 | -14/+49 |
2000-10-11 | added error messages | martinw | 1 | -1/+12 |
2000-10-04 | -added position information for let bindings for better error messages | martinw | 1 | -79/+97 |
2000-09-27 | making compiler self compatible | martinw | 1 | -16/+19 |
2000-09-27 | optimizations and caching of dcl modules (without trans.icl) | clean | 1 | -203/+501 |
2000-09-20 | improving error messages: | martinw | 1 | -9/+31 |
2000-09-13 | added position information for better error messages | martinw | 1 | -14/+23 |
2000-08-15 | improved typing error messages: type variables are printed like "a" instead | martinw | 1 | -8/+8 |
2000-08-10 | added position information to case defaults to improve type error messages | martinw | 1 | -15/+24 |
2000-08-09 | added position information to case alternatives and changed the typing | martinw | 1 | -77/+106 |
2000-08-01 | improving error messages | martinw | 1 | -11/+16 |
2000-07-14 | De predefined symbols worden in check.icl aangepast. Het | martijnv | 1 | -0/+3 |
2000-07-10 | optimised consequence checking for explicit imports | martinw | 1 | -20/+43 |
2000-07-03 | no message | clean | 1 | -1/+4 |
2000-07-03 | no message | clean | 1 | -4/+1 |
2000-06-21 | solving the problem of strict aliases. Now a strict alias | martinw | 1 | -19/+23 |
2000-06-16 | added error message "not a record constructor", e.g. in the following case: | martinw | 1 | -0/+3 |
2000-06-16 | small changes to reduce memory allocation | clean | 1 | -10/+14 |
2000-06-14 | optimisation: compareDefImp now only compares those definitions that are | martinw | 1 | -2/+9 |
2000-05-31 | readableizing error messages | martinw | 1 | -3/+4 |
2000-05-26 | bugfix: The following let | martinw | 1 | -1/+2 |
2000-05-03 | bugfix | martinw | 1 | -6/+7 |
2000-04-26 | bugfix | martinw | 1 | -2/+1 |
2000-04-26 | Merge Martin/ Sjaak & Ronny branches | clean | 1 | -8/+30 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 1 | -169/+220 |
2000-03-30 | comparision of redundant macro definitions | martinw | 1 | -2/+8 |
2000-03-24 | bugfixes | martinw | 1 | -22/+25 |
2000-03-17 | - making array patterns strict (strict lets were not properly handled | martinw | 1 | -30/+26 |
2000-03-14 | extended array patterns for muitidimensional arrays | martinw | 1 | -15/+25 |
2000-02-21 | - implemented comparison between redundant definitions in icl and dcl modules | martinw | 1 | -224/+351 |
2000-02-15 | bug fix (unboxed arrrays of records) | ronny | 1 | -0/+2 |
2000-01-19 | check.icl: improving bugfix that yielded revision 1.15 | martinw | 1 | -83/+34 |
2000-01-19 | bug fix (changed syntax tree) | sjakie | 1 | -6/+8 |
2000-01-17 | Bug fixes | sjakie | 1 | -113/+13 |
2000-01-17 | removing some abort statements in check | martinw | 1 | -24/+15 |
2000-01-13 | - check.icl: solved check-bug-11: | martinw | 1 | -33/+211 |