Age | Commit message (Expand) | Author | Files | Lines |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -20/+16 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -2/+3 |
2001-10-18 | make source code clean 2.0 compatible | johnvg | 1 | -4/+4 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -461/+642 |
2001-10-02 | removed uniqueness errors | sjakie | 1 | -11/+14 |
2001-09-06 | remove fun_index from FunDef | johnvg | 1 | -2/+0 |
2001-08-31 | added code for OverloadedListPatterns | johnvg | 1 | -40/+38 |
2001-07-23 | expand macros with curried macro calls later, to prevent a bug if dcl caching... | johnvg | 1 | -3/+89 |
2001-06-22 | boolean for explicit cases (cases that are specified by the programmer) | ronny | 1 | -1/+4 |
2001-06-20 | optimise && and || | johnvg | 1 | -20/+41 |
2001-06-08 | mergeCases in separate module | ronny | 1 | -290/+1 |
2001-05-31 | added mechanism to generate a module id for each module. Fixed an index | martijnv | 1 | -5/+22 |
2001-05-10 | changed last field of CollectState into cos_used_dynamics which reflects | martijnv | 1 | -11/+11 |
2001-05-10 | bug fixes: | martijnv | 1 | -11/+58 |
2001-05-03 | added preliminary support for cons info by type | alimarin | 1 | -1/+0 |
2001-04-20 | 1. bugfix concerning dictionaries that contain let expressions | martinw | 1 | -8/+9 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -122/+393 |
2001-03-23 | fixing several bugs | martinw | 1 | -4/+4 |
2001-03-12 | fixes bug in mergeCases | johnvg | 1 | -21/+65 |
2001-03-02 | making compiler self compilable (this doesn't say anything about the | martinw | 1 | -7/+10 |
2000-10-23 | renumber icl function and macro indices when unfolding | johnvg | 1 | -179/+259 |
2000-10-18 | moved 3 arguments of expand to ExpandState | johnvg | 1 | -152/+147 |
2000-10-04 | -added position information for let bindings for better error messages | martinw | 1 | -24/+44 |
2000-09-27 | optimizations and caching of dcl modules (without trans.icl) | clean | 1 | -19/+67 |
2000-09-12 | small bugfix | martinw | 1 | -0/+9 |
2000-08-10 | added position information to case defaults to improve type error messages | martinw | 1 | -26/+47 |
2000-08-02 | comment MW3 removed; minor improvements | sjakie | 1 | -3/+16 |
2000-08-01 | forgotten te remove debugging statements | sjakie | 1 | -2/+2 |
2000-08-01 | bug fix in merging cases | sjakie | 1 | -46/+97 |
2000-07-03 | removing trace statement | martinw | 1 | -1/+1 |
2000-07-03 | no message | clean | 1 | -1/+1 |
2000-06-21 | solving the problem of strict aliases. Now a strict alias | martinw | 1 | -25/+48 |
2000-06-16 | accepting JVG's changes | martinw | 1 | -2/+1 |
2000-06-16 | small changes to reduce memory allocation | clean | 1 | -0/+2 |
2000-06-14 | bugfix: the compiler was unable to deal with macros that called a local | martinw | 1 | -2/+7 |
2000-05-31 | Added just a comment (beginning with "XXX") that indicates a change that has ... | martinw | 1 | -0/+1 |
2000-05-17 | accepting changes | martinw | 1 | -2/+0 |
2000-05-16 | bugfix in transform.icl (line 1306): the reference count in collectVariables | martijnv | 1 | -0/+5 |
2000-05-11 | bug fix in macros | sjakie | 1 | -3/+18 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 1 | -21/+22 |
2000-03-24 | bugfixes | martinw | 1 | -2/+3 |
2000-03-22 | *** empty log message *** | sjakie | 1 | -6/+7 |
2000-03-17 | - making array patterns strict (strict lets were not properly handled | martinw | 1 | -7/+17 |
2000-03-14 | extended array patterns for muitidimensional arrays | martinw | 1 | -5/+2 |
2000-02-21 | - implemented comparison between redundant definitions in icl and dcl modules | martinw | 1 | -6/+1 |
2000-01-19 | bug fix (changed syntax tree) | sjakie | 1 | -20/+31 |
2000-01-17 | Bug fixes | sjakie | 1 | -25/+17 |
1999-12-03 | completing Sjaak's changes in module trans caused by exchanging the transform... | martinw | 1 | -1/+0 |
1999-12-01 | Several bug fixes: | sjakie | 1 | -1/+1 |
1999-11-29 | bug fix | sjakie | 1 | -2/+3 |