- 20 Mar, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 17 Mar, 2000 1 commit
-
-
Martin Wierich authored
in "convertCasesOfFunctionsIntoPatterns" and "collectVariables") - new switch "SwitchUniquenessBug" in module checksupport - several bugfixes
-
- 16 Mar, 2000 1 commit
-
-
clean authored
fixed bug in arity check for local functions
-
- 14 Mar, 2000 2 commits
-
-
clean authored
-
Martin Wierich authored
bugfix
-
- 09 Mar, 2000 2 commits
-
-
Pieter Koopman authored
-
Pieter Koopman authored
-
- 01 Mar, 2000 1 commit
-
-
Martin Wierich authored
-
- 24 Feb, 2000 6 commits
-
-
clean authored
-
clean authored
-
clean authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 23 Feb, 2000 2 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 22 Feb, 2000 3 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 21 Feb, 2000 1 commit
-
-
Martin Wierich authored
(new module: comparedefimp) - implemented array patterns. Further work: arrays are in lazy context (should be strict), currently only one dimensional arrays - optimised memory usage for explicit imports
-
- 18 Feb, 2000 1 commit
-
-
Martin Wierich authored
TVI_Atype, AVI_CorrespondenceNumber, PE_ArrayPattern
-
- 17 Feb, 2000 1 commit
-
-
Ronny Wichers Schreur authored
-
- 16 Feb, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 15 Feb, 2000 2 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 14 Feb, 2000 2 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 11 Feb, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 09 Feb, 2000 2 commits
-
-
Ronny Wichers Schreur authored
removed old RWS comments
-
Ronny Wichers Schreur authored
-
- 07 Feb, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 03 Feb, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 24 Jan, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 19 Jan, 2000 2 commits
-
-
Martin Wierich authored
trans.icl: improving sjaaks changes that yielded revision 1.17 parse.icl: bugfix: The following program led into "could not determine the type of this record" module t5 :: R1 = { f :: Int } :: R2 = { f :: Int } :: R3 = { g :: R1 } g x = { x & g.R1.f = 1 }
-
Sjaak Smetsers authored
-
- 18 Jan, 2000 1 commit
-
-
Martin Wierich authored
character
-
- 17 Jan, 2000 2 commits
-
-
Sjaak Smetsers authored
-
Martin Wierich authored
-
- 13 Jan, 2000 1 commit
-
-
Martin Wierich authored
Check Error [case_bug.icl,18,f]:"_" illegal combination of patterns f t = case t of {(a,2) -> 1; _ | False -> 2; (a,b) -> 3;}; - typesupport.icl: small typo - trans.icl: small optimisation
-
- 12 Jan, 2000 1 commit
-
-
Pieter Koopman authored
-