Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-01-04 | introduced new error message: "StdDynamics not imported" | martinw | 1 | -6/+41 |
1999-12-14 | Bug fix: infix pattern constructors | sjakie | 1 | -22/+20 |
1999-12-10 | bugfixes | martinw | 1 | -122/+130 |
1999-12-01 | Several bug fixes: | sjakie | 1 | -3/+3 |
1999-11-16 | bug fix: single unique selections of arrays adjusted | sjakie | 1 | -10/+21 |
1999-11-15 | bug fix: instance of < for Priority removed, | sjakie | 1 | -26/+45 |
1999-11-12 | bug fixes | martinw | 1 | -14/+26 |
1999-11-12 | minor bug fix, some code polishing | sjakie | 1 | -9/+10 |
1999-11-11 | extension: no longer necessary to repeat macros in icl-file | sjakie | 1 | -33/+58 |
1999-11-10 | extension: not necessary to repeat definitions of dcl-module in icl-module | sjakie | 1 | -291/+213 |
1999-10-18 | lots of changes in module trans to make fusion work. | martinw | 1 | -7/+12 |
1999-10-07 | bugfix: record selections in matchnodes | sjakie | 1 | -11/+19 |