Fri, 25 Apr 2014 11:58:10 +0200 reintroduced '...' (nonexhaustive) syntax for SPASS-Pirate
blanchet [Fri, 25 Apr 2014 11:58:10 +0200] rev 56683
reintroduced '...' (nonexhaustive) syntax for SPASS-Pirate
Thu, 24 Apr 2014 21:00:00 +0200 really unfold
blanchet [Thu, 24 Apr 2014 21:00:00 +0200] rev 56682
really unfold
Thu, 24 Apr 2014 17:52:19 +0200 avoid non-standard simp default rule
haftmann [Thu, 24 Apr 2014 17:52:19 +0200] rev 56681
avoid non-standard simp default rule
Thu, 24 Apr 2014 10:33:17 +0200 now covered by AFP 3ddac3e572cf
haftmann [Thu, 24 Apr 2014 10:33:17 +0200] rev 56680
now covered by AFP 3ddac3e572cf
Thu, 24 Apr 2014 00:23:38 +0200 avoid name shadowing
blanchet [Thu, 24 Apr 2014 00:23:38 +0200] rev 56679
avoid name shadowing
Thu, 24 Apr 2014 00:08:48 +0200 spelling
blanchet [Thu, 24 Apr 2014 00:08:48 +0200] rev 56678
spelling
Wed, 23 Apr 2014 17:57:56 +0200 predicator simplification rules: support also partially specialized types e.g. 'a * nat
kuncar [Wed, 23 Apr 2014 17:57:56 +0200] rev 56677
predicator simplification rules: support also partially specialized types e.g. 'a * nat
Wed, 23 Apr 2014 17:57:56 +0200 all BNF tests can be part of a normal session because they are much faster now
kuncar [Wed, 23 Apr 2014 17:57:56 +0200] rev 56676
all BNF tests can be part of a normal session because they are much faster now
Wed, 23 Apr 2014 17:05:48 +0200 merged
wenzelm [Wed, 23 Apr 2014 17:05:48 +0200] rev 56675
merged
Wed, 23 Apr 2014 15:57:06 +0200 tuned;
wenzelm [Wed, 23 Apr 2014 15:57:06 +0200] rev 56674
tuned;
Wed, 23 Apr 2014 15:22:48 +0200 modernized Future/Promise implementation, bypassing old actors;
wenzelm [Wed, 23 Apr 2014 15:22:48 +0200] rev 56673
modernized Future/Promise implementation, bypassing old actors;
Wed, 23 Apr 2014 14:16:08 +0200 updated according to scala-2.11.0 recommendations;
wenzelm [Wed, 23 Apr 2014 14:16:08 +0200] rev 56672
updated according to scala-2.11.0 recommendations;
Wed, 23 Apr 2014 13:28:32 +0200 explicit Exn.error_message in accordance to Output.error_message in ML;
wenzelm [Wed, 23 Apr 2014 13:28:32 +0200] rev 56671
explicit Exn.error_message in accordance to Output.error_message in ML;
Wed, 23 Apr 2014 13:05:11 +0200 detect nested interrupts;
wenzelm [Wed, 23 Apr 2014 13:05:11 +0200] rev 56670
detect nested interrupts;
Wed, 23 Apr 2014 12:55:57 +0200 clarified message and return code, in accordance to ML version;
wenzelm [Wed, 23 Apr 2014 12:55:57 +0200] rev 56669
clarified message and return code, in accordance to ML version;
Wed, 23 Apr 2014 12:51:55 +0200 interruptible dependencies, which can take a few seconds;
wenzelm [Wed, 23 Apr 2014 12:51:55 +0200] rev 56668
interruptible dependencies, which can take a few seconds;
Wed, 23 Apr 2014 12:39:23 +0200 more abstract Exn.Interrupt and POSIX return code;
wenzelm [Wed, 23 Apr 2014 12:39:23 +0200] rev 56667
more abstract Exn.Interrupt and POSIX return code;
Wed, 23 Apr 2014 11:40:42 +0200 avoid accidental use of scala.language.reflectiveCalls;
wenzelm [Wed, 23 Apr 2014 11:40:42 +0200] rev 56666
avoid accidental use of scala.language.reflectiveCalls;
Wed, 23 Apr 2014 10:49:30 +0200 tuned options for scalac;
wenzelm [Wed, 23 Apr 2014 10:49:30 +0200] rev 56665
tuned options for scalac;
Wed, 23 Apr 2014 10:38:56 +0200 updated workaround;
wenzelm [Wed, 23 Apr 2014 10:38:56 +0200] rev 56664
updated workaround;
Tue, 22 Apr 2014 23:57:17 +0200 avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
wenzelm [Tue, 22 Apr 2014 23:57:17 +0200] rev 56663
avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Tue, 22 Apr 2014 23:49:15 +0200 avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
wenzelm [Tue, 22 Apr 2014 23:49:15 +0200] rev 56662
avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Tue, 22 Apr 2014 23:31:45 +0200 avoid octal escape literals -- deprecated in scala-2.11.0;
wenzelm [Tue, 22 Apr 2014 23:31:45 +0200] rev 56661
avoid octal escape literals -- deprecated in scala-2.11.0;
Tue, 22 Apr 2014 23:01:59 +0200 updated to scala-2.11.0 with classpath provided by its etc/settings;
wenzelm [Tue, 22 Apr 2014 23:01:59 +0200] rev 56660
updated to scala-2.11.0 with classpath provided by its etc/settings;
Tue, 22 Apr 2014 22:27:29 +0200 no need to copy jars, after regular use of classpath in 793a429c63e7;
wenzelm [Tue, 22 Apr 2014 22:27:29 +0200] rev 56659
no need to copy jars, after regular use of classpath in 793a429c63e7;
Tue, 22 Apr 2014 22:15:44 +0200 accomodate scala-2.11.0: evade somewhat erratic fix of ImmutableSetFactory in Scala/bfa70315d72d;
wenzelm [Tue, 22 Apr 2014 22:15:44 +0200] rev 56658
accomodate scala-2.11.0: evade somewhat erratic fix of ImmutableSetFactory in Scala/bfa70315d72d;
Wed, 23 Apr 2014 11:29:39 +0200 made SML/NJ happier
blanchet [Wed, 23 Apr 2014 11:29:39 +0200] rev 56657
made SML/NJ happier
Wed, 23 Apr 2014 10:23:27 +0200 size function for multisets
blanchet [Wed, 23 Apr 2014 10:23:27 +0200] rev 56656
size function for multisets
Wed, 23 Apr 2014 10:23:27 +0200 updated BNF docs
blanchet [Wed, 23 Apr 2014 10:23:27 +0200] rev 56655
updated BNF docs
Wed, 23 Apr 2014 10:23:27 +0200 qualify name
blanchet [Wed, 23 Apr 2014 10:23:27 +0200] rev 56654
qualify name
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip