Age | Commit message (Expand) | Author | Files | Lines |
2001-02-23 | dummy stub for porting facilities. The module that actually does | martinw | 2 | -0/+46 |
2001-02-23 | temporary hack: redirect basic type Dynamic to DynamicTemp from StdDynamic | ronny | 5 | -6/+37 |
2001-02-23 | including porting facilities | martinw | 4 | -190/+18 |
2001-02-23 | temporary hack: redirect basic type Dynamic to DynamicTemp from StdDynamic | ronny | 4 | -3/+36 |
2001-02-23 | absolutely unimportant | martinw | 1 | -1/+1 |
2001-02-22 | bugfix: explicit imports of instances did not work in conjunction with dcl | martinw | 3 | -10/+22 |
2001-02-19 | bugfix: a function that made some types in StdArray.dcl more strict had | martinw | 1 | -34/+45 |
2001-02-16 | just removing comment | martinw | 1 | -1/+1 |
2001-02-15 | DynamicTemp added to the compiler. You will be needing a new | martijnv | 4 | -28/+179 |
2001-02-14 | bugfix: the algorithm couldn't handle applications that were (curried) | martinw | 1 | -4/+12 |
2001-02-14 | just setting the switch for import syntax from "2.0" back to "1.3" | martinw | 2 | -2/+2 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 16 | -416/+310 |
2001-02-09 | Removed pretty printing of types in instances | ronny | 2 | -2/+9 |
2001-01-19 | uniqueness unification for types of functions that are generated | martinw | 12 | -727/+1023 |
2001-01-19 | bugfixing dcl cashing, expanding synonym types after a whole module component | martinw | 1 | -196/+205 |
2001-01-19 | refactoring | martinw | 10 | -234/+301 |
2001-01-19 | exploiting "reuse unique nodes" option | martinw | 2 | -36/+78 |
2001-01-16 | Sjaak: No idea | sjakie | 1 | -33/+2 |
2001-01-16 | bug fix: some type context were not explicitly checked | sjakie | 1 | -48/+24 |
2001-01-12 | New algorithm for explicit imports that also works with cyclic module depende... | martinw | 18 | -926/+2202 |
2000-11-29 | more node_number=0 statements | clean | 1 | -0/+4 |
2000-11-23 | restored binary commit | ronny | 1 | -0/+0 |
2000-11-23 | exclude symbols from current dcl module from im_symbols (prevents multiple re... | ronny | 3 | -1/+10 |
2000-11-14 | small bugfix | martinw | 1 | -1/+2 |
2000-11-13 | Added initialisations of node_number field | ronny | 1 | -0/+5 |
2000-11-02 | optimizing performance of explicitimports | martinw | 4 | -139/+152 |
2000-11-02 | Sjaak: Bug in instance types removed, | sjakie | 1 | -32/+23 |
2000-11-02 | Sjaak: uniqueness bug (concerning hio-types) removed | sjakie | 1 | -2/+4 |
2000-11-01 | improved code for explicit imports, | martinw | 13 | -629/+490 |
2000-11-01 | changes were necessary due to different numberings due to caching of dcl | martinw | 1 | -6/+15 |
2000-11-01 | no message | johnvg | 7 | -58/+476 |
2000-10-31 | bug fix in determining SK_LocalMacroFunction (instead of SK_Function) | johnvg | 3 | -15/+15 |
2000-10-31 | Sjaak: Bug in instance types removed, | sjakie | 2 | -213/+67 |
2000-10-27 | moving huge part of code out of check into new module checkFunctionBodies | martinw | 6 | -1975/+2075 |
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 | 3 | -10/+46 |
2000-10-26 | added new macro "unsafeFold2St" | martinw | 2 | -0/+16 |
2000-10-26 | removed trace | martinw | 1 | -1/+1 |
2000-10-26 | added error message e.g. | martinw | 1 | -4/+56 |
2000-10-25 | return cache if compilation stops after a certain phase (for Maarten) | johnvg | 1 | -7/+7 |
2000-10-25 | now correct position information is given for error message | martinw | 1 | -18/+28 |
2000-10-25 | improved storing position information | martinw | 1 | -1/+1 |
2000-10-25 | removing some superflous numbers from error messages | martinw | 1 | -6/+6 |
2000-10-25 | adding error message:left root * attribute expected | martinw | 1 | -2/+78 |
2000-10-23 | no message | clean | 1 | -0/+16 |
2000-10-23 | bug fix in adjustArrayFunctions | clean | 1 | -16/+33 |
2000-10-23 | renumber icl function and macro indices when unfolding | johnvg | 12 | -430/+549 |
2000-10-18 | improving filename and line number for the following error messages: | martinw | 1 | -4/+8 |
2000-10-18 | moved 3 arguments of expand to ExpandState | johnvg | 2 | -209/+151 |
2000-10-11 | added error messages | martinw | 2 | -2/+14 |