Age | Commit message (Expand) | Author | Files | Lines |
2002-07-22 | rebuilt auxiliary dynamics administration | ronny | 1 | -140/+130 |
2002-07-16 | add code for DclFunCall to fix a bug if an exported macro | johnvg | 1 | -11/+28 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -1/+1 |
2002-03-26 | set the explicit flag for cases generated for && and || to True | johnvg | 1 | -14/+5 |
2002-03-25 | new implementation of generics | alimarin | 1 | -1/+18 |
2002-01-31 | remove RWSDebug import | ronny | 1 | -1/+1 |
2002-01-23 | bug fix: adapted collect_used_dynamics which didn't eliminate all unused | martijnv | 1 | -8/+8 |
2002-01-21 | bug fix: unused dynamics were not recursively removed from fi_dynamics | martijnv | 1 | -1/+2 |
2002-01-21 | bug fix: unused dynamics were not recursively removed from fi_dynamics | martijnv | 1 | -3/+13 |
2002-01-18 | removed unused undefined record field, to make the module compilable with Cle... | ronny | 1 | -1/+1 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -51/+23 |
2002-01-10 | bug fix: move merge cases to transform, because it assumes local funcitons | ronny | 1 | -1/+40 |
2001-12-20 | remove RWSDebug dependency | ronny | 1 | -2/+0 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -9/+9 |
2001-12-13 | Lifting of dynamic expressions repaired | sjakie | 1 | -0/+11 |
2001-12-12 | removed RWSDebug import | ronny | 1 | -2/+0 |
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 |