2007-01-08 tuned signature;
wenzelm [Mon, 08 Jan 2007 12:26:13 +0100] rev 22030
tuned signature;
2007-01-07 print functions for typs and terms added
webertj [Sun, 07 Jan 2007 16:21:22 +0100] rev 22029
print functions for typs and terms added
2007-01-07 Be more chatty in PGIP file operations.
aspinall [Sun, 07 Jan 2007 14:05:44 +0100] rev 22028
Be more chatty in PGIP file operations.
2007-01-06 A few lemmas about relative primes when dividing trough gcd
chaieb [Sat, 06 Jan 2007 20:56:44 +0100] rev 22027
A few lemmas about relative primes when dividing trough gcd Definition of gcd on integers and a few lemmas.
2007-01-06 A few theorems on integer divisibily.
chaieb [Sat, 06 Jan 2007 20:47:09 +0100] rev 22026
A few theorems on integer divisibily.
2007-01-05 Introduction of a bound on DEPTH_ITER, to prevent the meson method from running forever
paulson [Fri, 05 Jan 2007 17:38:05 +0100] rev 22025
Introduction of a bound on DEPTH_ITER, to prevent the meson method from running forever
2007-01-05 reverted to v1.60 (PolyML 4.1.3 still has the wrong signature for Array.modifyi)
webertj [Fri, 05 Jan 2007 15:33:05 +0100] rev 22024
reverted to v1.60 (PolyML 4.1.3 still has the wrong signature for Array.modifyi)
2007-01-05 added codegen_func.ML
haftmann [Fri, 05 Jan 2007 14:32:07 +0100] rev 22023
added codegen_func.ML
2007-01-05 non-layout-sensitive syntax for Haskell
haftmann [Fri, 05 Jan 2007 14:31:51 +0100] rev 22022
non-layout-sensitive syntax for Haskell
2007-01-05 some cleanup
haftmann [Fri, 05 Jan 2007 14:31:50 +0100] rev 22021
some cleanup
2007-01-05 primitive definitions are always eta-expanded
haftmann [Fri, 05 Jan 2007 14:31:49 +0100] rev 22020
primitive definitions are always eta-expanded
2007-01-05 added block_enclose
haftmann [Fri, 05 Jan 2007 14:31:48 +0100] rev 22019
added block_enclose
2007-01-05 added CodeEval
haftmann [Fri, 05 Jan 2007 14:31:47 +0100] rev 22018
added CodeEval
2007-01-05 dealing with ml_string and char instances
haftmann [Fri, 05 Jan 2007 14:31:46 +0100] rev 22017
dealing with ml_string and char instances
2007-01-05 dealing with ml_string combinators
haftmann [Fri, 05 Jan 2007 14:31:45 +0100] rev 22016
dealing with ml_string combinators
2007-01-05 adaptions
haftmann [Fri, 05 Jan 2007 14:31:44 +0100] rev 22015
adaptions
2007-01-05 removed Toplevel.print_exn hook -- existing error_msg_fn does the job;
wenzelm [Fri, 05 Jan 2007 14:30:08 +0100] rev 22014
removed Toplevel.print_exn hook -- existing error_msg_fn does the job;
2007-01-05 RAW-ProofGeneral: more dependencies;
wenzelm [Fri, 05 Jan 2007 14:30:07 +0100] rev 22013
RAW-ProofGeneral: more dependencies;
2007-01-05 Proof.context now sent to watcher and used in type inference step of proof reconstruction
paulson [Fri, 05 Jan 2007 13:36:32 +0100] rev 22012
Proof.context now sent to watcher and used in type inference step of proof reconstruction
2007-01-04 tuned msg;
wenzelm [Thu, 04 Jan 2007 21:58:46 +0100] rev 22011
tuned msg;
2007-01-04 removed obsolete ProofGeneral/syntax_standalone.ML;
wenzelm [Thu, 04 Jan 2007 21:37:02 +0100] rev 22010
removed obsolete ProofGeneral/syntax_standalone.ML;
2007-01-04 approximate Syntax.read_int/nat by Int.fromString -- avoids dependency on Syntax module;
wenzelm [Thu, 04 Jan 2007 21:36:52 +0100] rev 22009
approximate Syntax.read_int/nat by Int.fromString -- avoids dependency on Syntax module;
2007-01-04 added mk_simproc': tuned interface;
wenzelm [Thu, 04 Jan 2007 21:18:05 +0100] rev 22008
added mk_simproc': tuned interface; tuned runtime context: merge with dynamic one;
2007-01-04 clarification
haftmann [Thu, 04 Jan 2007 20:01:02 +0100] rev 22007
clarification
2007-01-04 dropped function theorems are considered as deleted
haftmann [Thu, 04 Jan 2007 20:01:01 +0100] rev 22006
dropped function theorems are considered as deleted
2007-01-04 examples for evaluation oracle
haftmann [Thu, 04 Jan 2007 20:01:00 +0100] rev 22005
examples for evaluation oracle
2007-01-04 fixed eval oracle
haftmann [Thu, 04 Jan 2007 20:00:59 +0100] rev 22004
fixed eval oracle
2007-01-04 Be more chatty in PGIP file operations.proof_general_pgip.ML
aspinall [Thu, 04 Jan 2007 19:53:00 +0100] rev 22003
Be more chatty in PGIP file operations.proof_general_pgip.ML
2007-01-04 broken error handling for command syntax -- reverted to revision 1.9;
wenzelm [Thu, 04 Jan 2007 19:27:08 +0100] rev 22002
broken error handling for command syntax -- reverted to revision 1.9;
2007-01-04 Use warning fatality
aspinall [Thu, 04 Jan 2007 18:09:58 +0100] rev 22001
Use warning fatality
2007-01-04 Add warning fatality
aspinall [Thu, 04 Jan 2007 18:09:30 +0100] rev 22000
Add warning fatality
2007-01-04 improvements to proof reconstruction. Some files loaded in a different order
paulson [Thu, 04 Jan 2007 17:55:12 +0100] rev 21999
improvements to proof reconstruction. Some files loaded in a different order
2007-01-04 using Array.modifyi (no functional change)
webertj [Thu, 04 Jan 2007 17:52:28 +0100] rev 21998
using Array.modifyi (no functional change)
2007-01-04 run as RAW session;
wenzelm [Thu, 04 Jan 2007 17:49:43 +0100] rev 21997
run as RAW session;
2007-01-04 removed obsolete option -C;
wenzelm [Thu, 04 Jan 2007 17:49:42 +0100] rev 21996
removed obsolete option -C; added option -R: run RAW session;
2007-01-04 removed obsolete Pure-copied target;
wenzelm [Thu, 04 Jan 2007 17:49:41 +0100] rev 21995
removed obsolete Pure-copied target; added RAW, RAW-ProofGeneral to test target;
2007-01-04 updated manual
haftmann [Thu, 04 Jan 2007 17:17:48 +0100] rev 21994
updated manual
2007-01-04 updated manual
haftmann [Thu, 04 Jan 2007 17:11:09 +0100] rev 21993
updated manual
2007-01-04 obsolete sign_of calls removed
webertj [Thu, 04 Jan 2007 15:29:44 +0100] rev 21992
obsolete sign_of calls removed
2007-01-04 fixed output
haftmann [Thu, 04 Jan 2007 14:01:41 +0100] rev 21991
fixed output
2007-01-04 different handling of eta expansion
haftmann [Thu, 04 Jan 2007 14:01:40 +0100] rev 21990
different handling of eta expansion
2007-01-04 eta-expansion now only to common maximum number of arguments
haftmann [Thu, 04 Jan 2007 14:01:39 +0100] rev 21989
eta-expansion now only to common maximum number of arguments
2007-01-04 clarified code
haftmann [Thu, 04 Jan 2007 14:01:38 +0100] rev 21988
clarified code
2007-01-04 more term examples
haftmann [Thu, 04 Jan 2007 14:01:37 +0100] rev 21987
more term examples
2007-01-04 eliminated Option.app
haftmann [Thu, 04 Jan 2007 11:56:53 +0100] rev 21986
eliminated Option.app
2007-01-03 constants are unfolded, universal quantifiers are stripped, some minor changes
webertj [Thu, 04 Jan 2007 00:12:30 +0100] rev 21985
constants are unfolded, universal quantifiers are stripped, some minor changes
2007-01-03 Fix error reporting in Emacs to also match Isar command failure exactly.
aspinall [Wed, 03 Jan 2007 22:59:30 +0100] rev 21984
Fix error reporting in Emacs to also match Isar command failure exactly.
2007-01-03 Use Isar toplevel print_exn_fn for generating error responses instead of Output.error_msg.
aspinall [Wed, 03 Jan 2007 21:11:42 +0100] rev 21983
Use Isar toplevel print_exn_fn for generating error responses instead of Output.error_msg.
2007-01-03 Expose command failure recovery code for top level.
aspinall [Wed, 03 Jan 2007 21:09:13 +0100] rev 21982
Expose command failure recovery code for top level.
2007-01-03 Selected functions from syntax module
aspinall [Wed, 03 Jan 2007 21:00:24 +0100] rev 21981
Selected functions from syntax module
2007-01-03 x-symbol is no longer switched off in the ATP linkup
paulson [Wed, 03 Jan 2007 18:30:57 +0100] rev 21980
x-symbol is no longer switched off in the ATP linkup
2007-01-03 Improvements to proof reconstruction. Now "fixes" is inserted
paulson [Wed, 03 Jan 2007 18:29:46 +0100] rev 21979
Improvements to proof reconstruction. Now "fixes" is inserted
2007-01-03 Contains old Tools/ATP/AtpCommunication.ML, plus proof reconstruction
paulson [Wed, 03 Jan 2007 11:06:52 +0100] rev 21978
Contains old Tools/ATP/AtpCommunication.ML, plus proof reconstruction
2007-01-03 first version of structured proof reconstruction
paulson [Wed, 03 Jan 2007 10:59:06 +0100] rev 21977
first version of structured proof reconstruction
2007-01-02 Morphism.fact;
wenzelm [Tue, 02 Jan 2007 22:43:05 +0100] rev 21976
Morphism.fact;
2007-01-02 Term.lambda: abstract over arbitrary closed terms;
wenzelm [Tue, 02 Jan 2007 22:43:04 +0100] rev 21975
Term.lambda: abstract over arbitrary closed terms;
2006-12-31 Add standalone file to help porters
aspinall [Sun, 31 Dec 2006 15:57:58 +0100] rev 21974
Add standalone file to help porters
2006-12-31 Quote arguments in PGIP exceptions. Tune comment.
aspinall [Sun, 31 Dec 2006 15:34:21 +0100] rev 21973
Quote arguments in PGIP exceptions. Tune comment.
2006-12-31 Initialise parser at startup. Remove some obsolete ProofGeneral.XXX outer syntax, mapping PGIP commands directly to Isar.
aspinall [Sun, 31 Dec 2006 14:55:35 +0100] rev 21972
Initialise parser at startup. Remove some obsolete ProofGeneral.XXX outer syntax, mapping PGIP commands directly to Isar.
2006-12-31 Fix diagnostic kind (*are* spuriouscmd). Add init to get right table for logic at startup. Use theoryitem as default for unrecognised command.
aspinall [Sun, 31 Dec 2006 14:50:40 +0100] rev 21971
Fix diagnostic kind (*are* spuriouscmd). Add init to get right table for logic at startup. Use theoryitem as default for unrecognised command.
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip