Fri, 19 Jan 2001 23:28:50 +0100 updated;
wenzelm [Fri, 19 Jan 2001 23:28:50 +0100] rev 10942
updated;
Fri, 19 Jan 2001 19:26:02 +0100 more bugs;
wenzelm [Fri, 19 Jan 2001 19:26:02 +0100] rev 10941
more bugs;
Fri, 19 Jan 2001 13:35:11 +0100 forget RPM;
wenzelm [Fri, 19 Jan 2001 13:35:11 +0100] rev 10940
forget RPM;
Fri, 19 Jan 2001 11:53:21 +0100 convert legacy tactic scripts to Isabelle/Isar tactic emulation;
wenzelm [Fri, 19 Jan 2001 11:53:21 +0100] rev 10939
convert legacy tactic scripts to Isabelle/Isar tactic emulation;
Thu, 18 Jan 2001 21:41:36 +0100 made SML/XL happy;
wenzelm [Thu, 18 Jan 2001 21:41:36 +0100] rev 10938
made SML/XL happy;
Thu, 18 Jan 2001 20:40:47 +0100 tuned;
wenzelm [Thu, 18 Jan 2001 20:40:47 +0100] rev 10937
tuned;
Thu, 18 Jan 2001 20:40:33 +0100 show(_i): check goal;
wenzelm [Thu, 18 Jan 2001 20:40:33 +0100] rev 10936
show(_i): check goal;
Thu, 18 Jan 2001 20:39:53 +0100 show/thus: check_goal;
wenzelm [Thu, 18 Jan 2001 20:39:53 +0100] rev 10935
show/thus: check_goal;
Thu, 18 Jan 2001 20:38:58 +0100 show/thus: Toplevel.proof';
wenzelm [Thu, 18 Jan 2001 20:38:58 +0100] rev 10934
show/thus: Toplevel.proof';
Thu, 18 Jan 2001 20:38:32 +0100 infix \\\\;
wenzelm [Thu, 18 Jan 2001 20:38:32 +0100] rev 10933
infix \\\\;
Thu, 18 Jan 2001 20:37:38 +0100 added exists_stamp;
wenzelm [Thu, 18 Jan 2001 20:37:38 +0100] rev 10932
added exists_stamp; added PureN, CPureN;
Thu, 18 Jan 2001 20:36:57 +0100 use Sign.PureN, Sign.CPureN;
wenzelm [Thu, 18 Jan 2001 20:36:57 +0100] rev 10931
use Sign.PureN, Sign.CPureN;
Thu, 18 Jan 2001 20:36:31 +0100 Sign.exists_stamp;
wenzelm [Thu, 18 Jan 2001 20:36:31 +0100] rev 10930
Sign.exists_stamp;
Thu, 18 Jan 2001 20:36:08 +0100 tuned \<And> and \<Or>;
wenzelm [Thu, 18 Jan 2001 20:36:08 +0100] rev 10929
tuned \<And> and \<Or>;
Thu, 18 Jan 2001 20:35:39 +0100 generate index.html for pdf docs;
wenzelm [Thu, 18 Jan 2001 20:35:39 +0100] rev 10928
generate index.html for pdf docs;
Thu, 18 Jan 2001 20:23:51 +0100 splitted Loop rule
oheimb [Thu, 18 Jan 2001 20:23:51 +0100] rev 10927
splitted Loop rule
Thu, 18 Jan 2001 18:39:43 +0100 removed redundant proof
paulson [Thu, 18 Jan 2001 18:39:43 +0100] rev 10926
removed redundant proof
Thu, 18 Jan 2001 17:38:56 +0100 is_class and class now as defs (rather than translations); corrected Digest.thy
oheimb [Thu, 18 Jan 2001 17:38:56 +0100] rev 10925
is_class and class now as defs (rather than translations); corrected Digest.thy
Tue, 16 Jan 2001 21:54:43 +0100 use_output: proper handling of non-ASCII symbols;
wenzelm [Tue, 16 Jan 2001 21:54:43 +0100] rev 10924
use_output: proper handling of non-ASCII symbols;
Tue, 16 Jan 2001 21:53:57 +0100 export plain_output;
wenzelm [Tue, 16 Jan 2001 21:53:57 +0100] rev 10923
export plain_output;
Tue, 16 Jan 2001 19:22:13 +0100 Store.thy is obsolete (newref isn't used any more)
kleing [Tue, 16 Jan 2001 19:22:13 +0100] rev 10922
Store.thy is obsolete (newref isn't used any more)
Tue, 16 Jan 2001 19:21:21 +0100 removed obsolete MicroJava/JVM/Store.thy
kleing [Tue, 16 Jan 2001 19:21:21 +0100] rev 10921
removed obsolete MicroJava/JVM/Store.thy
Tue, 16 Jan 2001 15:56:34 +0100 newref -> new_Addr
kleing [Tue, 16 Jan 2001 15:56:34 +0100] rev 10920
newref -> new_Addr
Tue, 16 Jan 2001 12:20:52 +0100 renamings: real_of_nat, real_of_int -> (overloaded) real
paulson [Tue, 16 Jan 2001 12:20:52 +0100] rev 10919
renamings: real_of_nat, real_of_int -> (overloaded) real inf_close -> approx SReal -> Reals SNat -> Nats
Tue, 16 Jan 2001 00:40:57 +0100 renamed Product_Type.split to split_conv;
wenzelm [Tue, 16 Jan 2001 00:40:57 +0100] rev 10918
renamed Product_Type.split to split_conv;
Tue, 16 Jan 2001 00:38:59 +0100 use Syntax.read_xnum;
wenzelm [Tue, 16 Jan 2001 00:38:59 +0100] rev 10917
use Syntax.read_xnum;
Tue, 16 Jan 2001 00:38:25 +0100 tuned examples;
wenzelm [Tue, 16 Jan 2001 00:38:25 +0100] rev 10916
tuned examples;
Tue, 16 Jan 2001 00:37:41 +0100 * HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm [Tue, 16 Jan 2001 00:37:41 +0100] rev 10915
* HOL/datatype: induction rule for arbitrarily branching datatypes is now expressed as a proper nested rule (old-style tactic scripts may require atomize_strip_tac to cope with non-atomic premises); * HOL: renamed theory "Prod" to "Product_Type", renamed "split" rule to "split_conv" (old name still available for compatibility); * HOL: improved concrete syntax for strings (e.g. allows translation rules with string literals);
Tue, 16 Jan 2001 00:35:50 +0100 use_text etc.: proper output of error messages;
wenzelm [Tue, 16 Jan 2001 00:35:50 +0100] rev 10914
use_text etc.: proper output of error messages;
Tue, 16 Jan 2001 00:35:18 +0100 export fold_ast etc.;
wenzelm [Tue, 16 Jan 2001 00:35:18 +0100] rev 10913
export fold_ast etc.;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip