Thu, 14 Jul 2005 19:28:12 +0200 improved 'oracle' command;
wenzelm [Thu, 14 Jul 2005 19:28:12 +0200] rev 16829
improved 'oracle' command;
Thu, 14 Jul 2005 17:21:35 +0200 tuned;
wenzelm [Thu, 14 Jul 2005 17:21:35 +0200] rev 16828
tuned;
Thu, 14 Jul 2005 17:16:52 +0200 accomodate change of real_of_XXX;
wenzelm [Thu, 14 Jul 2005 17:16:52 +0200] rev 16827
accomodate change of real_of_XXX;
Thu, 14 Jul 2005 14:05:48 +0200 - fixed bug concerning the renaming of axiom names
obua [Thu, 14 Jul 2005 14:05:48 +0200] rev 16826
- fixed bug concerning the renaming of axiom names - introduced new function Defs.fast_overloading_info
Thu, 14 Jul 2005 10:48:19 +0200 added ` combinator
haftmann [Thu, 14 Jul 2005 10:48:19 +0200] rev 16825
added ` combinator
Thu, 14 Jul 2005 10:32:01 +0200 (fix for smlnj)
haftmann [Thu, 14 Jul 2005 10:32:01 +0200] rev 16824
(fix for smlnj)
Thu, 14 Jul 2005 01:04:30 +0200 simplified proof of cont_Iwhen3
huffman [Thu, 14 Jul 2005 01:04:30 +0200] rev 16823
simplified proof of cont_Iwhen3
Wed, 13 Jul 2005 20:53:26 +0200 avoiding even more garbage
schirmer [Wed, 13 Jul 2005 20:53:26 +0200] rev 16822
avoiding even more garbage
Wed, 13 Jul 2005 20:07:01 +0200 Update PGIP packet handling, fixing unique session identifier.
aspinall [Wed, 13 Jul 2005 20:07:01 +0200] rev 16821
Update PGIP packet handling, fixing unique session identifier.
Wed, 13 Jul 2005 20:02:54 +0200 fixed typos in theorem names
avigad [Wed, 13 Jul 2005 20:02:54 +0200] rev 16820
fixed typos in theorem names
Wed, 13 Jul 2005 19:49:07 +0200 Additions to the Real (and Hyperreal) libraries:
avigad [Wed, 13 Jul 2005 19:49:07 +0200] rev 16819
Additions to the Real (and Hyperreal) libraries: RealDef.thy: lemmas relating nats, ints, and reals reversed direction of real_of_int_mult, etc. (now they agree with nat versions) SEQ.thy and Series.thy: various additions RComplete.thy: lemmas involving floor and ceiling introduced natfloor and natceiling Log.thy: various additions
Wed, 13 Jul 2005 16:47:23 +0200 tidied
paulson [Wed, 13 Jul 2005 16:47:23 +0200] rev 16818
tidied
Wed, 13 Jul 2005 16:32:15 +0200 Add ISABELLE_PID for proof_general.ML
aspinall [Wed, 13 Jul 2005 16:32:15 +0200] rev 16817
Add ISABELLE_PID for proof_general.ML
Wed, 13 Jul 2005 16:08:21 +0200 tuned msg;
wenzelm [Wed, 13 Jul 2005 16:08:21 +0200] rev 16816
tuned msg;
Wed, 13 Jul 2005 16:07:37 +0200 added print_state_hook;
wenzelm [Wed, 13 Jul 2005 16:07:37 +0200] rev 16815
added print_state_hook; renamed proof'' to actual_proof; tuned;
Wed, 13 Jul 2005 16:07:36 +0200 export previous;
wenzelm [Wed, 13 Jul 2005 16:07:36 +0200] rev 16814
export previous;
Wed, 13 Jul 2005 16:07:35 +0200 removed ad-hoc atp_hook, cal_atp;
wenzelm [Wed, 13 Jul 2005 16:07:35 +0200] rev 16813
removed ad-hoc atp_hook, cal_atp; removed depth_of; tuned;
Wed, 13 Jul 2005 16:07:34 +0200 Toplevel.actual_proof;
wenzelm [Wed, 13 Jul 2005 16:07:34 +0200] rev 16812
Toplevel.actual_proof;
Wed, 13 Jul 2005 16:07:33 +0200 avoid excessive exceptions;
wenzelm [Wed, 13 Jul 2005 16:07:33 +0200] rev 16811
avoid excessive exceptions;
Wed, 13 Jul 2005 16:07:32 +0200 Graph: fast_string_ord;
wenzelm [Wed, 13 Jul 2005 16:07:32 +0200] rev 16810
Graph: fast_string_ord;
Wed, 13 Jul 2005 16:07:30 +0200 export eq_brl;
wenzelm [Wed, 13 Jul 2005 16:07:30 +0200] rev 16809
export eq_brl;
Wed, 13 Jul 2005 16:07:29 +0200 added subtract;
wenzelm [Wed, 13 Jul 2005 16:07:29 +0200] rev 16808
added subtract; improved interface; tuned;
Wed, 13 Jul 2005 16:07:28 +0200 export eq_rrule;
wenzelm [Wed, 13 Jul 2005 16:07:28 +0200] rev 16807
export eq_rrule; improved Net interface;
Wed, 13 Jul 2005 16:07:27 +0200 removed obsolete delta stuff;
wenzelm [Wed, 13 Jul 2005 16:07:27 +0200] rev 16806
removed obsolete delta stuff;
Wed, 13 Jul 2005 16:07:26 +0200 open ReconPrelim Recon_Transfer;
wenzelm [Wed, 13 Jul 2005 16:07:26 +0200] rev 16805
open ReconPrelim Recon_Transfer;
Wed, 13 Jul 2005 16:07:25 +0200 open ReconPrelim ReconTranslateProof;
wenzelm [Wed, 13 Jul 2005 16:07:25 +0200] rev 16804
open ReconPrelim ReconTranslateProof; removed second copy of exception ASSERTION;
Wed, 13 Jul 2005 16:07:24 +0200 tuned;
wenzelm [Wed, 13 Jul 2005 16:07:24 +0200] rev 16803
tuned;
Wed, 13 Jul 2005 16:07:23 +0200 use Toplevel.print_state_hook instead of adhoc Proof.atp_hook;
wenzelm [Wed, 13 Jul 2005 16:07:23 +0200] rev 16802
use Toplevel.print_state_hook instead of adhoc Proof.atp_hook; added call_atp: bool ref; do 'setmp print_mode []', which is more robust than manual ref manipulation; added subtract_simpset, subtract_claset (supercede delta approximation);
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip