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);
Wed, 13 Jul 2005 16:07:22 +0200 tuned concat_with_and;
wenzelm [Wed, 13 Jul 2005 16:07:22 +0200] rev 16801
tuned concat_with_and; improved Net interface;
Wed, 13 Jul 2005 16:07:21 +0200 improved Net interface;
wenzelm [Wed, 13 Jul 2005 16:07:21 +0200] rev 16800
improved Net interface;
Wed, 13 Jul 2005 16:07:18 +0200 * Isar session: The initial use of ROOT.ML is now always timed;
wenzelm [Wed, 13 Jul 2005 16:07:18 +0200] rev 16799
* Isar session: The initial use of ROOT.ML is now always timed;
Wed, 13 Jul 2005 15:25:05 +0200 Add acceptedpgipelems message
aspinall [Wed, 13 Jul 2005 15:25:05 +0200] rev 16798
Add acceptedpgipelems message
Wed, 13 Jul 2005 15:19:13 +0200 auto update
paulson [Wed, 13 Jul 2005 15:19:13 +0200] rev 16797
auto update
Wed, 13 Jul 2005 15:06:20 +0200 generlization of some "nat" theorems
paulson [Wed, 13 Jul 2005 15:06:20 +0200] rev 16796
generlization of some "nat" theorems
Wed, 13 Jul 2005 15:06:04 +0200 relevance filtering is now optional
paulson [Wed, 13 Jul 2005 15:06:04 +0200] rev 16795
relevance filtering is now optional
Wed, 13 Jul 2005 15:05:48 +0200 tidied
paulson [Wed, 13 Jul 2005 15:05:48 +0200] rev 16794
tidied
Wed, 13 Jul 2005 14:56:00 +0200 fixed comment-out;
wenzelm [Wed, 13 Jul 2005 14:56:00 +0200] rev 16793
fixed comment-out;
Wed, 13 Jul 2005 12:24:39 +0200 fix
obua [Wed, 13 Jul 2005 12:24:39 +0200] rev 16792
fix
Wed, 13 Jul 2005 12:14:23 +0200 Add management for current working directory
aspinall [Wed, 13 Jul 2005 12:14:23 +0200] rev 16791
Add management for current working directory
Wed, 13 Jul 2005 11:30:37 +0200 (fix for an accidental commit)
haftmann [Wed, 13 Jul 2005 11:30:37 +0200] rev 16790
(fix for an accidental commit)
Wed, 13 Jul 2005 11:29:08 +0200 Note about theorem dependencies including themselves.
aspinall [Wed, 13 Jul 2005 11:29:08 +0200] rev 16789
Note about theorem dependencies including themselves.
Wed, 13 Jul 2005 11:28:09 +0200 Fix informtheoryloaded/retracted -> informfileloaded/retracted to match pgip.rnc
aspinall [Wed, 13 Jul 2005 11:28:09 +0200] rev 16788
Fix informtheoryloaded/retracted -> informfileloaded/retracted to match pgip.rnc
Wed, 13 Jul 2005 11:16:34 +0200 (intermediate commit)
haftmann [Wed, 13 Jul 2005 11:16:34 +0200] rev 16787
(intermediate commit)
Wed, 13 Jul 2005 10:48:21 +0200 (corrected wrong commit)
haftmann [Wed, 13 Jul 2005 10:48:21 +0200] rev 16786
(corrected wrong commit)
Wed, 13 Jul 2005 10:44:51 +0200 (intermediate commit)
haftmann [Wed, 13 Jul 2005 10:44:51 +0200] rev 16785
(intermediate commit)
Wed, 13 Jul 2005 09:53:50 +0200 - added cplex package to HOL/Matrix
obua [Wed, 13 Jul 2005 09:53:50 +0200] rev 16784
- added cplex package to HOL/Matrix
Tue, 12 Jul 2005 23:42:11 +0200 avoid some garbage
schirmer [Tue, 12 Jul 2005 23:42:11 +0200] rev 16783
avoid some garbage
Tue, 12 Jul 2005 21:49:38 +0200 - use TableFun instead of homebrew binary tree in am_interpreter.ML
obua [Tue, 12 Jul 2005 21:49:38 +0200] rev 16782
- use TableFun instead of homebrew binary tree in am_interpreter.ML - add Floats to HOL/Real
Tue, 12 Jul 2005 19:29:52 +0200 - introduce Pure/Tools directory
obua [Tue, 12 Jul 2005 19:29:52 +0200] rev 16781
- introduce Pure/Tools directory - add compute oracle to Pure/Tools
Tue, 12 Jul 2005 19:18:55 +0200 fold_map -> fold_yield, added transformator combinators, added selector combinator
haftmann [Tue, 12 Jul 2005 19:18:55 +0200] rev 16780
fold_map -> fold_yield, added transformator combinators, added selector combinator
Tue, 12 Jul 2005 18:44:32 +0200 changed orientation of bind_assoc rule
huffman [Tue, 12 Jul 2005 18:44:32 +0200] rev 16779
changed orientation of bind_assoc rule
Tue, 12 Jul 2005 18:28:36 +0200 use qualified names for all constants
huffman [Tue, 12 Jul 2005 18:28:36 +0200] rev 16778
use qualified names for all constants
Tue, 12 Jul 2005 18:26:44 +0200 added lemmas sfst_defined_iff, ssnd_defined_iff, sfst_defined, ssnd_defined
huffman [Tue, 12 Jul 2005 18:26:44 +0200] rev 16777
added lemmas sfst_defined_iff, ssnd_defined_iff, sfst_defined, ssnd_defined
Tue, 12 Jul 2005 18:20:44 +0200 generalized types of monadic operators to class cpo; added match function for UU
huffman [Tue, 12 Jul 2005 18:20:44 +0200] rev 16776
generalized types of monadic operators to class cpo; added match function for UU
Tue, 12 Jul 2005 17:56:03 +0200 added lemmas to OrderedGroup.thy (reasoning about signs, absolute value, triangle inequalities)
avigad [Tue, 12 Jul 2005 17:56:03 +0200] rev 16775
added lemmas to OrderedGroup.thy (reasoning about signs, absolute value, triangle inequalities) added lemmas to Ring_and_Field.thy (reasoning about signs, fractions, etc.) renamed simplification rules for abs (abs_of_pos, etc.) renamed rules for multiplication and signs (mult_pos_pos, etc.) moved lemmas involving fractions from NatSimprocs.thy added setsum_mono3 to FiniteSet.thy added simplification rules for powers to Parity.thy
Tue, 12 Jul 2005 12:49:46 +0200 experimental code to reduce the amount of type information in blast
paulson [Tue, 12 Jul 2005 12:49:46 +0200] rev 16774
experimental code to reduce the amount of type information in blast
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip