Tue, 21 Jul 2009 15:44:30 +0200 UNIV_code now named UNIV_apply
haftmann [Tue, 21 Jul 2009 15:44:30 +0200] rev 32121
UNIV_code now named UNIV_apply
Tue, 21 Jul 2009 14:38:07 +0200 attempt for more concise setup of non-etacontracting binders
haftmann [Tue, 21 Jul 2009 14:38:07 +0200] rev 32120
attempt for more concise setup of non-etacontracting binders
Tue, 21 Jul 2009 14:36:26 +0200 moved abstract algebra section to the end
haftmann [Tue, 21 Jul 2009 14:36:26 +0200] rev 32119
moved abstract algebra section to the end
Tue, 21 Jul 2009 11:13:47 +0200 merged
haftmann [Tue, 21 Jul 2009 11:13:47 +0200] rev 32118
merged
Tue, 21 Jul 2009 11:09:50 +0200 Set.thy: prefer = over == where possible; tuned ML setup; dropped (moved) ML legacy
haftmann [Tue, 21 Jul 2009 11:09:50 +0200] rev 32117
Set.thy: prefer = over == where possible; tuned ML setup; dropped (moved) ML legacy
Tue, 21 Jul 2009 07:55:56 +0200 merged
haftmann [Tue, 21 Jul 2009 07:55:56 +0200] rev 32116
merged
Tue, 21 Jul 2009 07:54:44 +0200 swapped bootstrap order of UNION/Union and INTER/Inter in theory Set
haftmann [Tue, 21 Jul 2009 07:54:44 +0200] rev 32115
swapped bootstrap order of UNION/Union and INTER/Inter in theory Set
Mon, 20 Jul 2009 16:50:59 +0200 merged
haftmann [Mon, 20 Jul 2009 16:50:59 +0200] rev 32114
merged
Mon, 20 Jul 2009 16:49:05 +0200 dropped add_registration interface in locale
haftmann [Mon, 20 Jul 2009 16:49:05 +0200] rev 32113
dropped add_registration interface in locale
Tue, 21 Jul 2009 14:08:58 +0200 Made dvd/gcd/lcm a complete lattice by introducing Gcd/GCD/Lcm/LCM
nipkow [Tue, 21 Jul 2009 14:08:58 +0200] rev 32112
Made dvd/gcd/lcm a complete lattice by introducing Gcd/GCD/Lcm/LCM
Tue, 21 Jul 2009 11:01:07 +0200 Tests for executability of "prime"
nipkow [Tue, 21 Jul 2009 11:01:07 +0200] rev 32111
Tests for executability of "prime"
Wed, 22 Jul 2009 10:48:25 +0200 less ambitious settings;
wenzelm [Wed, 22 Jul 2009 10:48:25 +0200] rev 32110
less ambitious settings;
Wed, 22 Jul 2009 10:46:35 +0200 future_job: more robust Exn.capture outside thread attribute change;
wenzelm [Wed, 22 Jul 2009 10:46:35 +0200] rev 32109
future_job: more robust Exn.capture outside thread attribute change;
Wed, 22 Jul 2009 10:45:35 +0200 shutdown future scheduler after (failed) SAT_Examples, to workaround interference problem with follow-up theory loading;
wenzelm [Wed, 22 Jul 2009 10:45:35 +0200] rev 32108
shutdown future scheduler after (failed) SAT_Examples, to workaround interference problem with follow-up theory loading;
Tue, 21 Jul 2009 23:42:29 +0200 future_job: tight scope for interrupts, to prevent shooting ourselves in the foot via cancel_group;
wenzelm [Tue, 21 Jul 2009 23:42:29 +0200] rev 32107
future_job: tight scope for interrupts, to prevent shooting ourselves in the foot via cancel_group; control combinators: paranoia eta-expansion to ensure proper operational semantics;
Tue, 21 Jul 2009 20:37:32 +0200 maintain Future.worker_group as management data;
wenzelm [Tue, 21 Jul 2009 20:37:32 +0200] rev 32106
maintain Future.worker_group as management data; cancel_thy: refer to proper task group; tuned;
Tue, 21 Jul 2009 20:37:32 +0200 join_proofs: implicit exception;
wenzelm [Tue, 21 Jul 2009 20:37:32 +0200] rev 32105
join_proofs: implicit exception; removed obsolete cancel_proofs, cf. cancel_thy in thy_info.ML; tuned;
Tue, 21 Jul 2009 20:37:32 +0200 simultaneous join_proofs;
wenzelm [Tue, 21 Jul 2009 20:37:32 +0200] rev 32104
simultaneous join_proofs; removed obsolete promises_of;
Tue, 21 Jul 2009 20:37:31 +0200 map: subgroup of worker_group;
wenzelm [Tue, 21 Jul 2009 20:37:31 +0200] rev 32103
map: subgroup of worker_group;
Tue, 21 Jul 2009 20:37:31 +0200 added worker_group;
wenzelm [Tue, 21 Jul 2009 20:37:31 +0200] rev 32102
added worker_group; fork: default to subgroup of worker_group; removed obsolete fork_local; join/get_result: cumulative flattened exceptions; map: subgroup of worker_group;
Tue, 21 Jul 2009 20:37:31 +0200 support for nested groups -- cancellation is propagated to peers and subgroups;
wenzelm [Tue, 21 Jul 2009 20:37:31 +0200] rev 32101
support for nested groups -- cancellation is propagated to peers and subgroups; added is_canceled; tuned;
Tue, 21 Jul 2009 20:24:02 +0200 added flatten/flatten_list -- supercedes internal plain_exns;
wenzelm [Tue, 21 Jul 2009 20:24:02 +0200] rev 32100
added flatten/flatten_list -- supercedes internal plain_exns; represent empty failure as EXCEPTIONS [] instead of Interrupt;
Tue, 21 Jul 2009 15:25:22 +0200 propagate exceptions within future groups;
wenzelm [Tue, 21 Jul 2009 15:25:22 +0200] rev 32099
propagate exceptions within future groups; Future.map: inherit group;
Tue, 21 Jul 2009 13:46:18 +0200 less ambitious ML_OPTIONS;
wenzelm [Tue, 21 Jul 2009 13:46:18 +0200] rev 32098
less ambitious ML_OPTIONS;
Tue, 21 Jul 2009 13:44:07 +0200 disabled macbroy6 -- hardware repair;
wenzelm [Tue, 21 Jul 2009 13:44:07 +0200] rev 32097
disabled macbroy6 -- hardware repair;
Tue, 21 Jul 2009 13:42:48 +0200 tuned;
wenzelm [Tue, 21 Jul 2009 13:42:48 +0200] rev 32096
tuned;
Tue, 21 Jul 2009 11:30:12 +0200 tuned tracing;
wenzelm [Tue, 21 Jul 2009 11:30:12 +0200] rev 32095
tuned tracing; provide spare worker threads to saturate hardware while other workers wait during join;
Tue, 21 Jul 2009 10:24:57 +0200 prefer simultaneous join -- for improved scheduling;
wenzelm [Tue, 21 Jul 2009 10:24:57 +0200] rev 32094
prefer simultaneous join -- for improved scheduling;
Tue, 21 Jul 2009 10:23:16 +0200 tuned dequeu_towards: try immediate tasks before expensive all_preds;
wenzelm [Tue, 21 Jul 2009 10:23:16 +0200] rev 32093
tuned dequeu_towards: try immediate tasks before expensive all_preds;
Tue, 21 Jul 2009 01:05:10 +0200 Display.pretty_thm now requires a proper context;
wenzelm [Tue, 21 Jul 2009 01:05:10 +0200] rev 32092
Display.pretty_thm now requires a proper context;
Tue, 21 Jul 2009 01:03:18 +0200 proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
wenzelm [Tue, 21 Jul 2009 01:03:18 +0200] rev 32091
proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Tue, 21 Jul 2009 00:56:19 +0200 moved ProofContext.pretty_thm to Display.pretty_thm etc.;
wenzelm [Tue, 21 Jul 2009 00:56:19 +0200] rev 32090
moved ProofContext.pretty_thm to Display.pretty_thm etc.; explicit old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.; removed some very old thm print operations;
Mon, 20 Jul 2009 21:20:09 +0200 moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
wenzelm [Mon, 20 Jul 2009 21:20:09 +0200] rev 32089
moved pretty_goals etc. to Display_Goal (required by tracing tacticals); load display.ML after assumption.ML, to accomodate proper contextual theorem display;
Mon, 20 Jul 2009 20:03:19 +0200 removed obsolete CVS Ids;
wenzelm [Mon, 20 Jul 2009 20:03:19 +0200] rev 32088
removed obsolete CVS Ids;
Mon, 20 Jul 2009 19:58:11 +0200 merged
wenzelm [Mon, 20 Jul 2009 19:58:11 +0200] rev 32087
merged
Mon, 20 Jul 2009 17:14:06 +0200 merged
haftmann [Mon, 20 Jul 2009 17:14:06 +0200] rev 32086
merged
Mon, 20 Jul 2009 16:11:00 +0200 deftab: only process theorems on demand
haftmann [Mon, 20 Jul 2009 16:11:00 +0200] rev 32085
deftab: only process theorems on demand
Mon, 20 Jul 2009 14:34:39 +0200 no SAME exceptions in uncritical code
krauss [Mon, 20 Jul 2009 14:34:39 +0200] rev 32084
no SAME exceptions in uncritical code
Mon, 20 Jul 2009 15:24:31 +0200 merged
haftmann [Mon, 20 Jul 2009 15:24:31 +0200] rev 32083
merged
Mon, 20 Jul 2009 15:24:15 +0200 less digestible
haftmann [Mon, 20 Jul 2009 15:24:15 +0200] rev 32082
less digestible
Mon, 20 Jul 2009 11:47:17 +0200 refined outline structure
haftmann [Mon, 20 Jul 2009 11:47:17 +0200] rev 32081
refined outline structure
Mon, 20 Jul 2009 19:57:32 +0200 replaced usedir option -Q by more fine-grained -q;
wenzelm [Mon, 20 Jul 2009 19:57:32 +0200] rev 32080
replaced usedir option -Q by more fine-grained -q;
Mon, 20 Jul 2009 13:52:27 +0200 merged
wenzelm [Mon, 20 Jul 2009 13:52:27 +0200] rev 32079
merged
Mon, 20 Jul 2009 09:52:09 +0200 merged
haftmann [Mon, 20 Jul 2009 09:52:09 +0200] rev 32078
merged
Mon, 20 Jul 2009 08:31:12 +0200 closer relation of sets and complete lattices; corresponding consts, defs and syntax at similar places in theory text
haftmann [Mon, 20 Jul 2009 08:31:12 +0200] rev 32077
closer relation of sets and complete lattices; corresponding consts, defs and syntax at similar places in theory text
Wed, 15 Jul 2009 16:00:06 +0200 merged
haftmann [Wed, 15 Jul 2009 16:00:06 +0200] rev 32076
merged
Mon, 20 Jul 2009 08:32:07 +0200 merged
haftmann [Mon, 20 Jul 2009 08:32:07 +0200] rev 32075
merged
Wed, 15 Jul 2009 18:20:08 +0200 simplification of locale interfaces
haftmann [Wed, 15 Jul 2009 18:20:08 +0200] rev 32074
simplification of locale interfaces
Wed, 15 Jul 2009 10:11:13 +0200 additional preprocessor rule
haftmann [Wed, 15 Jul 2009 10:11:13 +0200] rev 32073
additional preprocessor rule
Tue, 14 Jul 2009 16:27:34 +0200 added code_unfold_post attribute
haftmann [Tue, 14 Jul 2009 16:27:34 +0200] rev 32072
added code_unfold_post attribute
Tue, 14 Jul 2009 16:27:33 +0200 more accessors to unfold simpset
haftmann [Tue, 14 Jul 2009 16:27:33 +0200] rev 32071
more accessors to unfold simpset
Tue, 14 Jul 2009 16:27:33 +0200 clarified code
haftmann [Tue, 14 Jul 2009 16:27:33 +0200] rev 32070
clarified code
Tue, 14 Jul 2009 16:27:32 +0200 prefer code_inline over code_unfold; use code_unfold_post where appropriate
haftmann [Tue, 14 Jul 2009 16:27:32 +0200] rev 32069
prefer code_inline over code_unfold; use code_unfold_post where appropriate
Tue, 14 Jul 2009 16:27:31 +0200 tuned code annotations
haftmann [Tue, 14 Jul 2009 16:27:31 +0200] rev 32068
tuned code annotations
Tue, 14 Jul 2009 16:27:30 +0200 more canonical import
haftmann [Tue, 14 Jul 2009 16:27:30 +0200] rev 32067
more canonical import
Tue, 14 Jul 2009 15:55:27 +0200 merged
haftmann [Tue, 14 Jul 2009 15:55:27 +0200] rev 32066
merged
Tue, 14 Jul 2009 15:54:51 +0200 merged
haftmann [Tue, 14 Jul 2009 15:54:51 +0200] rev 32065
merged
Tue, 14 Jul 2009 15:54:19 +0200 refinement of lattice classes
haftmann [Tue, 14 Jul 2009 15:54:19 +0200] rev 32064
refinement of lattice classes
Mon, 13 Jul 2009 08:25:43 +0200 removed outdated comment
haftmann [Mon, 13 Jul 2009 08:25:43 +0200] rev 32063
removed outdated comment
Mon, 20 Jul 2009 00:37:39 +0200 Proof.future_proof: declare all assumptions as well;
wenzelm [Mon, 20 Jul 2009 00:37:39 +0200] rev 32062
Proof.future_proof: declare all assumptions as well; Proof.future_proof: removed spurious exception_trace (which might cause crash-by-interrupt); replaced Future.fork_local by Future.fork_pri (again, until group exceptions are propagated properly);
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip