nipkow [Mon, 03 Sep 2012 15:50:41 +0200] rev 49096
merged
nipkow [Mon, 03 Sep 2012 15:41:06 +0200] rev 49095
added annotations after condition in if and while
wenzelm [Mon, 03 Sep 2012 13:19:52 +0200] rev 49094
merge, resolving trivial conflict;
Christian Sternagel [Thu, 30 Aug 2012 15:44:03 +0900] rev 49093
forgot to add lemmas
Christian Sternagel [Thu, 30 Aug 2012 13:44:15 +0900] rev 49092
hide newly introduced constant Sublist.sub to allow for name sub in TreeFsetI
Christian Sternagel [Thu, 30 Aug 2012 13:39:43 +0900] rev 49091
reverted (accidentally commited) changes from changeset fd4aef9bc7a9
Christian Sternagel [Thu, 30 Aug 2012 13:39:30 +0900] rev 49090
reverted (accidentally commited) changes from changeset fd4aef9bc7a9
Christian Sternagel [Thu, 30 Aug 2012 13:38:27 +0900] rev 49089
added theory instantiating type class order for list prefixes
Christian Sternagel [Thu, 30 Aug 2012 13:06:04 +0900] rev 49088
Main is implicitly imported via Sublist
Christian Sternagel [Thu, 30 Aug 2012 13:05:11 +0900] rev 49087
added author
Christian Sternagel [Thu, 30 Aug 2012 13:03:03 +0900] rev 49086
List is implicitly imported by Main
Christian Sternagel [Wed, 29 Aug 2012 16:25:35 +0900] rev 49085
introduced "sub" as abbreviation for "emb (op =)";
Sublist_Order is now based on Sublist.sub;
simplified and moved most lemmas on sub from Sublist_Order to Sublist;
Sublist_Order merely contains ord and order instances for sub plus some lemmas on the strict part of the order
Christian Sternagel [Wed, 29 Aug 2012 12:24:26 +0900] rev 49084
base Sublist_Order on Sublist (using a simplified form of embedding as sublist relation)
Christian Sternagel [Wed, 29 Aug 2012 12:23:14 +0900] rev 49083
dropped ord and bot instance for list prefixes (use locale interpretation instead, which allows users to decide what order to use on lists)
Christian Sternagel [Wed, 29 Aug 2012 11:05:44 +0900] rev 49082
more lemmas on suffixes and embedding
Christian Sternagel [Wed, 29 Aug 2012 10:57:24 +0900] rev 49081
changed arguement order of suffixeq (to facilitate reading "suffixeq xs ys" as "xs is a (possibly empty) suffix of ys)
Christian Sternagel [Wed, 29 Aug 2012 10:48:28 +0900] rev 49080
added embedding for lists (constant emb)
Christian Sternagel [Wed, 29 Aug 2012 10:46:11 +0900] rev 49079
renamed (in Sublist): postfix ~> suffixeq, and dropped infix syntax >>=
Christian Sternagel [Wed, 29 Aug 2012 10:35:05 +0900] rev 49078
renamed (in Sublist): prefix ~> prefixeq, strict_prefix ~> prefix
Christian Sternagel [Wed, 29 Aug 2012 10:27:56 +0900] rev 49077
renamed theory List_Prefix into Sublist (since it is not only about prefixes)
blanchet [Mon, 03 Sep 2012 11:54:21 +0200] rev 49076
compile
blanchet [Mon, 03 Sep 2012 11:54:21 +0200] rev 49075
rearrange dependencies
blanchet [Mon, 03 Sep 2012 11:54:21 +0200] rev 49074
renamed three BNF/(co)datatype-related commands
wenzelm [Mon, 03 Sep 2012 11:30:29 +0200] rev 49073
tuned boundary cases of command-line;
adhoc removal of PDFs stemming from base sessions;
wenzelm [Mon, 03 Sep 2012 11:09:25 +0200] rev 49072
"isabelle logo" produces EPS and PDF format simultaneously;
more robust invocation of epstopdf: avoid filter mode;
wenzelm [Mon, 03 Sep 2012 10:17:17 +0200] rev 49071
actually reset output when there is no valid command span here (especially relevant at very end of jEdit buffer, which lacks the terminating newline);
wenzelm [Mon, 03 Sep 2012 09:15:58 +0200] rev 49070
tuned proofs;
wenzelm [Mon, 03 Sep 2012 09:15:40 +0200] rev 49069
some parallel ML;
wenzelm [Sun, 02 Sep 2012 21:24:33 +0200] rev 49068
proper classpath on windows;
wenzelm [Sun, 02 Sep 2012 21:07:50 +0200] rev 49067
proper classpath for Java FX;
wenzelm [Sun, 02 Sep 2012 21:01:11 +0200] rev 49066
basic setup for HTML5 panel;
more JFX_Thread.operations;
wenzelm [Sun, 02 Sep 2012 19:26:05 +0200] rev 49065
basic support for Java FX;
wenzelm [Sun, 02 Sep 2012 14:02:05 +0200] rev 49064
maintain stable state of node entries from last round -- bypass slightly different Thm.join_theory_proofs;
wenzelm [Sat, 01 Sep 2012 19:46:21 +0200] rev 49063
removed unused material;
wenzelm [Sat, 01 Sep 2012 19:43:18 +0200] rev 49062
discontinued complicated/unreliable notion of recent proofs within context;
wenzelm [Sat, 01 Sep 2012 19:27:28 +0200] rev 49061
central management of forked goals wrt. transaction id;
clarified stable_exec_id: consider ragular failure as stable;
more robust counting of forked proofs, with global reset after cancellation due to document editing;
wenzelm [Fri, 31 Aug 2012 22:34:37 +0200] rev 49060
merged
wenzelm [Fri, 31 Aug 2012 22:25:06 +0200] rev 49059
always register proofs, even for empty binding;
wenzelm [Fri, 31 Aug 2012 22:24:14 +0200] rev 49058
tuned signature;
blanchet [Fri, 31 Aug 2012 16:07:06 +0200] rev 49057
made parser a bit more flexible
blanchet [Fri, 31 Aug 2012 16:07:06 +0200] rev 49056
tuning
blanchet [Fri, 31 Aug 2012 16:07:06 +0200] rev 49055
pad the selectors' list with default names
blanchet [Fri, 31 Aug 2012 16:07:06 +0200] rev 49054
generate default names for selectors
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49053
renamed "disc_disjoint" property "disj_exclus"
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49052
optimized "mk_split_tac" + use "notes"
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49051
optimized "mk_case_disc_tac" further
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49050
optimized "mk_case_disc_tac"
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49049
tuning
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49048
rationalized data structure for distinctness theorems
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49047
optimized "case_cong" proof
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49046
allow default names for selectors via wildcard (_) + fix wrong index (k)
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49045
minor fixes (for compatibility with existing datatype package)
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49044
generate "split_asm" property
blanchet [Fri, 31 Aug 2012 15:04:03 +0200] rev 49043
generate "split" property
wenzelm [Fri, 31 Aug 2012 16:35:30 +0200] rev 49042
more precise register_proofs for local goals;
tuned signature;
wenzelm [Fri, 31 Aug 2012 15:25:26 +0200] rev 49041
more informative error message from failed goal forks (violating old-style TTY protocol!);
wenzelm [Fri, 31 Aug 2012 15:24:26 +0200] rev 49040
avoid empty tooltips;
wenzelm [Fri, 31 Aug 2012 15:03:44 +0200] rev 49039
clarified command status (again);
wenzelm [Fri, 31 Aug 2012 14:52:29 +0200] rev 49038
recovered ScrollPane from d899be1cfe6d;
wenzelm [Fri, 31 Aug 2012 14:35:04 +0200] rev 49037
more markup for failed goal forks, reusing "bad";
wenzelm [Fri, 31 Aug 2012 13:23:25 +0200] rev 49036
further refinement of command status, to accomodate forked proofs;
wenzelm [Thu, 30 Aug 2012 22:38:12 +0200] rev 49035
merged;
blanchet [Thu, 30 Aug 2012 17:22:34 +0200] rev 49034
make parallel list indexing possible for inject theorems
blanchet [Thu, 30 Aug 2012 17:02:48 +0200] rev 49033
generate "weak_case_cong" property
blanchet [Thu, 30 Aug 2012 16:50:03 +0200] rev 49032
generate "case_cong" property
blanchet [Thu, 30 Aug 2012 15:57:14 +0200] rev 49031
generate "case_disc" property
blanchet [Thu, 30 Aug 2012 14:52:39 +0200] rev 49030
generate "ctr_sels" theorems
blanchet [Thu, 30 Aug 2012 14:27:26 +0200] rev 49029
generate "disc_exhaust" property
blanchet [Thu, 30 Aug 2012 13:42:05 +0200] rev 49028
generate "disc_distinct" theorems
blanchet [Thu, 30 Aug 2012 11:31:47 +0200] rev 49027
added discriminator theorems
blanchet [Thu, 30 Aug 2012 11:31:20 +0200] rev 49026
adjust example
blanchet [Thu, 30 Aug 2012 09:48:27 +0200] rev 49025
more work on sugar
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49024
updated Java-related error message
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49023
changed order of arguments to "bnf_sugar"
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49022
define selectors and discriminators
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49021
tuning
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49020
more work on BNF sugar -- up to derivation of nchotomy
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49019
more work on BNF sugar
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49018
renamed ML function for consistency
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49017
started work on datatype sugar
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49016
killed obsolete "bnf_of_typ" command
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49015
removed dead code
blanchet [Thu, 30 Aug 2012 09:47:46 +0200] rev 49014
have "bnf_of_typ" command seal the BNF
wenzelm [Thu, 30 Aug 2012 21:50:49 +0200] rev 49013
register proofs of Isar goals, to enable recovery from unstable command states after interactive cancellation;
wenzelm [Thu, 30 Aug 2012 21:23:04 +0200] rev 49012
refined treatment of forked proofs at transaction boundaries, including proof commands (see also 7ee000ce5390);
stretched meaning of Goal.parallel_proofs to enable future_terminal_proofs in interactive document model, despite its lack for regular forking of proofs;
wenzelm [Thu, 30 Aug 2012 19:18:49 +0200] rev 49011
some support for registering forked proofs within Proof.state, using its bottom context;
tuned signature;
wenzelm [Thu, 30 Aug 2012 16:39:50 +0200] rev 49010
tuned signature;
wenzelm [Thu, 30 Aug 2012 15:26:37 +0200] rev 49009
refined status of forked goals;
wenzelm [Thu, 30 Aug 2012 15:22:21 +0200] rev 49008
proper merge of promises to avoid exponential blow-up in pathologic situations (e.g. lack of PThm wrapping);
wenzelm [Wed, 29 Aug 2012 22:18:33 +0200] rev 49007
tuned message;
wenzelm [Wed, 29 Aug 2012 21:31:45 +0200] rev 49006
discontinued old init_components script, superseded by init_components shell function as explained in README_REPOSITORY;
wenzelm [Wed, 29 Aug 2012 21:27:32 +0200] rev 49005
approximative build of pdf documents in 1 pass instead of 3;
wenzelm [Wed, 29 Aug 2012 21:20:46 +0200] rev 49004
more formal isabelle makedist from repository;
wenzelm [Wed, 29 Aug 2012 21:01:05 +0200] rev 49003
removed remains of generated material, which tends to rot;
wenzelm [Wed, 29 Aug 2012 20:54:49 +0200] rev 49002
one more round to ensure that base images are already there, without producing document output themselves;
wenzelm [Wed, 29 Aug 2012 20:46:47 +0200] rev 49001
more robust document setup;
wenzelm [Wed, 29 Aug 2012 20:16:22 +0200] rev 49000
provide polyml-5.4.1 as regular component;
discontinued old-style choosefrom settings with hardwired defaults;
wenzelm [Wed, 29 Aug 2012 17:19:48 +0200] rev 48999
clarified handling of raw output messages;
wenzelm [Wed, 29 Aug 2012 14:29:38 +0200] rev 48998
no attempt to build documentation for now -- requires ML_HOME etc. which is not present here;
wenzelm [Wed, 29 Aug 2012 13:08:51 +0200] rev 48997
command 'use' is legacy;
wenzelm [Wed, 29 Aug 2012 12:55:41 +0200] rev 48996
clarified separated_chunks vs. space_explode;
wenzelm [Wed, 29 Aug 2012 12:18:21 +0200] rev 48995
more precise indentation;
wenzelm [Wed, 29 Aug 2012 12:07:57 +0200] rev 48994
modernized specifications;
wenzelm [Wed, 29 Aug 2012 12:07:45 +0200] rev 48993
tuned signature;
wenzelm [Wed, 29 Aug 2012 11:48:45 +0200] rev 48992
renamed Position.str_of to Position.here;
wenzelm [Wed, 29 Aug 2012 11:31:07 +0200] rev 48991
init components from local clone that is used to produce the test distribition, which itself lacks Admin;
wenzelm [Tue, 28 Aug 2012 22:16:06 +0200] rev 48990
discontinued centralistic changelog;
wenzelm [Tue, 28 Aug 2012 20:16:11 +0200] rev 48989
discontinued odd copy of eps logos (cf. 8fc3828fdc8a);
wenzelm [Tue, 28 Aug 2012 20:10:53 +0200] rev 48988
prefer cp over mv, to reduce assumptions about file-system boundaries and GNU vs. non-GNU tools;
wenzelm [Tue, 28 Aug 2012 19:24:32 +0200] rev 48987
removed odd left-over file;
wenzelm [Tue, 28 Aug 2012 19:02:41 +0200] rev 48986
update on "isabelle build" and "isabelle build_doc";
wenzelm [Tue, 28 Aug 2012 18:57:32 +0200] rev 48985
renamed doc-src to src/Doc;
renamed TutorialI to Tutorial;
wenzelm [Tue, 28 Aug 2012 18:46:15 +0200] rev 48984
do not hardwire document output options -- to be provided by the user;
wenzelm [Tue, 28 Aug 2012 17:57:47 +0200] rev 48983
more permanent update of keywords (cf. 3517d6f50b12);
wenzelm [Tue, 28 Aug 2012 17:53:08 +0200] rev 48982
merged
blanchet [Tue, 28 Aug 2012 17:36:20 +0200] rev 48981
updated keywords
blanchet [Tue, 28 Aug 2012 17:24:53 +0200] rev 48980
fixed import paths in examples
blanchet [Tue, 28 Aug 2012 17:19:59 +0200] rev 48979
fixed import paths
blanchet [Tue, 28 Aug 2012 17:17:41 +0200] rev 48978
tuning
blanchet [Tue, 28 Aug 2012 17:17:25 +0200] rev 48977
updated NEWS and CONTRIBUTORS