- 18 Oct, 2000 1 commit
-
-
John van Groningen authored
-
- 04 Oct, 2000 1 commit
-
-
Martin Wierich authored
(changes are commented with "MW0")
-
- 27 Sep, 2000 1 commit
-
-
clean authored
-
- 12 Sep, 2000 1 commit
-
-
Martin Wierich authored
-
- 10 Aug, 2000 1 commit
-
-
Martin Wierich authored
-
- 02 Aug, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 01 Aug, 2000 2 commits
-
-
Sjaak Smetsers authored
-
Sjaak Smetsers authored
-
- 03 Jul, 2000 2 commits
-
-
Martin Wierich authored
-
clean authored
-
- 21 Jun, 2000 1 commit
-
-
Martin Wierich authored
#! x = y will be transformed into #! x = _dummyForStrictAlias y while checking. The new predefined symbol _dummyForStrictAlias has the type of the identity function. This application will be removed in the backend conversion phase. In this case x and y will simply get the same sequence number (see module backendpreprocess). Then the binding can be ignored.
-
- 16 Jun, 2000 2 commits
-
-
Martin Wierich authored
-
clean authored
-
- 14 Jun, 2000 1 commit
-
-
Martin Wierich authored
function that had the same name as the macro: ////////// module t5 import t6 Start = f f ///////// definition module t6 f x :== f x where f x = x ///////// caused an abort
-
- 31 May, 2000 1 commit
-
-
Martin Wierich authored
to solve the following bug: f # x = undef #! y = x | True = 2 = y After checking this will be like f # x = undef | True = 2 = x To really solve this bug we have to invent something new, because aliases like (#! y = x) are _not_ allowed. We could either introduce a dummy identity function: f # x = undef #! y = dummy_id x | True = 2 = y or we could introduce constructs like f # x = undef #! y | True = 2 = y
-
- 17 May, 2000 1 commit
-
-
Martin Wierich authored
-
- 16 May, 2000 1 commit
-
-
Martijn Vervoort authored
did not recognise a dynamic.
-
- 11 May, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 26 Apr, 2000 1 commit
-
-
Martin Wierich authored
-
- 24 Mar, 2000 1 commit
-
-
Martin Wierich authored
-
- 22 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
-
- 14 Mar, 2000 1 commit
-
-
Martin Wierich authored
bugfix
-
- 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
-
- 19 Jan, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 17 Jan, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 03 Dec, 1999 1 commit
-
-
Martin Wierich authored
completing Sjaak's changes in module trans caused by exchanging the transform and convertcases phases
-
- 01 Dec, 1999 1 commit
-
-
Sjaak Smetsers authored
- dictionary arguments added properly - coercion of function types
-
- 29 Nov, 1999 1 commit
-
-
Sjaak Smetsers authored
-
- 12 Nov, 1999 1 commit
-
-
Sjaak Smetsers authored
-
- 05 Nov, 1999 1 commit
-
-
Martin Wierich authored
-
- 18 Oct, 1999 1 commit
-
-
Martin Wierich authored
-
- 05 Oct, 1999 1 commit
-
-
Ronny Wichers Schreur authored
-