wenzelm [Fri, 22 Aug 2014 11:28:51 +0200] rev 58030
made SML/NJ happy;
wenzelm [Thu, 21 Aug 2014 23:54:27 +0200] rev 58029
clarified Method.section: explicit declaration with static closure;
wenzelm [Thu, 21 Aug 2014 22:48:39 +0200] rev 58028
tuned signature -- define some elementary operations earlier;
wenzelm [Thu, 21 Aug 2014 13:46:29 +0200] rev 58027
discontinued odd "temporary" workaround from 2006 (6ac7a4fc32a0), which has no measurable relevance;
wenzelm [Thu, 21 Aug 2014 13:31:31 +0200] rev 58026
tuned;
wenzelm [Thu, 21 Aug 2014 10:07:06 +0200] rev 58025
tuned;
wenzelm [Thu, 21 Aug 2014 09:48:59 +0200] rev 58024
tuned;
haftmann [Fri, 22 Aug 2014 08:43:14 +0200] rev 58023
generic euclidean algorithm (due to Manuel Eberl)
haftmann [Thu, 21 Aug 2014 14:41:08 +0200] rev 58022
integrated appendix theory into main theory;
tuned ML
haftmann [Thu, 21 Aug 2014 14:41:05 +0200] rev 58021
dropped dead file
desharna [Thu, 21 Aug 2014 13:59:45 +0200] rev 58020
fix tactic failure with rel_induct0
minimal example:
datatype_new 'a A1 = A1 nat
and 'a A2 = A2 'a
wenzelm [Wed, 20 Aug 2014 20:50:28 +0200] rev 58019
added jdk-8u20 (inactive);
wenzelm [Wed, 20 Aug 2014 17:30:43 +0200] rev 58018
proper static closure of ML tactic -- data slot is used twice, for ML compiler and transformed declaration;
wenzelm [Wed, 20 Aug 2014 17:23:47 +0200] rev 58017
support for declaration within token source;
wenzelm [Wed, 20 Aug 2014 16:06:10 +0200] rev 58016
more uniform data slot;
wenzelm [Wed, 20 Aug 2014 15:12:32 +0200] rev 58015
default command position is only valid for default text chunk (amending dcb758188aa6);
wenzelm [Wed, 20 Aug 2014 11:54:17 +0200] rev 58014
tuned -- more total;
wenzelm [Wed, 20 Aug 2014 11:51:39 +0200] rev 58013
tuned;
wenzelm [Wed, 20 Aug 2014 11:05:41 +0200] rev 58012
support for nested Token.src within Token.T;
tuned signature;
wenzelm [Tue, 19 Aug 2014 23:17:51 +0200] rev 58011
tuned signature -- moved type src to Token, without aliases;
wenzelm [Tue, 19 Aug 2014 18:21:29 +0200] rev 58010
merged
wenzelm [Tue, 19 Aug 2014 18:11:04 +0200] rev 58009
clarified modules;
wenzelm [Tue, 19 Aug 2014 17:00:44 +0200] rev 58008
added PARALLEL_ALLGOALS convenience;
wenzelm [Tue, 19 Aug 2014 16:46:07 +0200] rev 58007
just one context for Method.evaluate (in contrast to a989bdaf8121, but in accordance to old global situation);