wenzelm [Sun, 21 Aug 2011 20:42:26 +0200] rev 44357
tuned Parse.group: delayed failure message;
wenzelm [Sun, 21 Aug 2011 20:25:49 +0200] rev 44356
avoid actual Color.white, which would be turned into Color.black by org.gjt.sp.jedit.print.BufferPrintable;
wenzelm [Sun, 21 Aug 2011 20:04:02 +0200] rev 44355
default style for user fonts -- to prevent org.gjt.sp.jedit.print.BufferPrintable from choking on null;
wenzelm [Sun, 21 Aug 2011 19:32:20 +0200] rev 44354
tuned;
wenzelm [Sun, 21 Aug 2011 14:16:44 +0200] rev 44353
discontinued somewhat pointless Par_List.map_name -- most of the time is spent in tokenization;
wenzelm [Sun, 21 Aug 2011 13:42:55 +0200] rev 44352
discontinued obsolete Thy_Syntax.report_span -- information can be reproduced in Isabelle/Scala;
wenzelm [Sun, 21 Aug 2011 13:36:23 +0200] rev 44351
merged
huffman [Sat, 20 Aug 2011 15:19:35 -0700] rev 44350
replace lemma realpow_two_diff with new lemma square_diff_square_factored
huffman [Sat, 20 Aug 2011 15:54:26 -0700] rev 44349
remove redundant lemma real_0_le_divide_iff in favor or zero_le_divide_iff
huffman [Sat, 20 Aug 2011 13:07:00 -0700] rev 44348
move lemma add_eq_0_iff to Groups.thy
huffman [Sat, 20 Aug 2011 12:51:15 -0700] rev 44347
remove redundant lemma realpow_two_disj, use square_eq_iff or power2_eq_iff instead
huffman [Sat, 20 Aug 2011 10:08:47 -0700] rev 44346
rename real_squared_diff_one_factored to square_diff_one_factored and move to Rings.thy
huffman [Sat, 20 Aug 2011 09:59:28 -0700] rev 44345
add lemma power2_eq_iff
huffman [Sat, 20 Aug 2011 07:09:44 -0700] rev 44344
remove some over-specific rules from the simpset
huffman [Sat, 20 Aug 2011 06:35:43 -0700] rev 44343
merged
huffman [Sat, 20 Aug 2011 06:34:51 -0700] rev 44342
redefine constant 'trivial_limit' as an abbreviation
wenzelm [Sun, 21 Aug 2011 13:23:29 +0200] rev 44341
purely functional task_queue.ML -- moved actual interrupt_unsynchronized to future.ML;
wenzelm [Sun, 21 Aug 2011 13:10:48 +0200] rev 44340
refined Task_Queue.cancel: passive tasks are considered running due to pending abort operation;
wenzelm [Sat, 20 Aug 2011 23:36:18 +0200] rev 44339
odd workaround for odd problem of load order in HOL/ex/ROOT.ML (!??);
wenzelm [Sat, 20 Aug 2011 23:35:30 +0200] rev 44338
refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
wenzelm [Sat, 20 Aug 2011 22:46:19 +0200] rev 44337
clarified get_imports -- should not rely on accidental order within graph;
wenzelm [Sat, 20 Aug 2011 22:28:53 +0200] rev 44336
tuned Table.delete_safe: avoid potentially expensive attempt of delete;
wenzelm [Sat, 20 Aug 2011 20:24:12 +0200] rev 44335
discontinued "Interrupt", which could disturb administrative tasks of the document model;
wenzelm [Sat, 20 Aug 2011 20:00:55 +0200] rev 44334
more direct balanced version Ord_List.unions;
wenzelm [Sat, 20 Aug 2011 19:21:03 +0200] rev 44333
reverted to join_bodies/join_proofs based on fold_body_thms to regain performance (escpecially of HOL-Proofs) -- see also aa9c1e9ef2ce and 4e2abb045eac;
wenzelm [Sat, 20 Aug 2011 18:11:17 +0200] rev 44332
tuned future priorities (again);
wenzelm [Sat, 20 Aug 2011 16:06:27 +0200] rev 44331
clarified fulfill_norm_proof: no join_thms yet;
clarified priority of fulfill_proof_future, which is followed by explicit join_thms;
explicit Thm.future_body_of without join yet;
tuned Thm.future_result: join_promises without fulfill_norm_proof;
wenzelm [Sat, 20 Aug 2011 15:52:29 +0200] rev 44330
added Future.joins convenience;
clarified Future.map: based on Future.cond_forks;
haftmann [Sat, 20 Aug 2011 09:42:34 +0200] rev 44329
merged
haftmann [Sat, 20 Aug 2011 09:42:12 +0200] rev 44328
deactivated »unknown« nitpick example
haftmann [Sat, 20 Aug 2011 09:30:23 +0200] rev 44327
merged
haftmann [Sat, 20 Aug 2011 01:40:22 +0200] rev 44326
tuned proof
haftmann [Sat, 20 Aug 2011 01:39:27 +0200] rev 44325
more uniform formatting of specifications
haftmann [Sat, 20 Aug 2011 01:33:58 +0200] rev 44324
compatibility layer
haftmann [Sat, 20 Aug 2011 01:21:22 +0200] rev 44323
merged
haftmann [Fri, 19 Aug 2011 19:33:31 +0200] rev 44322
more concise definition for Inf, Sup on bool
noschinl [Thu, 18 Aug 2011 13:37:41 +0200] rev 44321
do not call ghc with -fglasgow-exts
huffman [Fri, 19 Aug 2011 19:01:00 -0700] rev 44320
remove some redundant simp rules about sqrt
huffman [Fri, 19 Aug 2011 18:42:41 -0700] rev 44319
move sin_coeff and cos_coeff lemmas to Transcendental.thy; simplify some proofs
huffman [Fri, 19 Aug 2011 18:08:05 -0700] rev 44318
remove unused lemma DERIV_sin_add
huffman [Fri, 19 Aug 2011 18:06:27 -0700] rev 44317
remove redundant lemma lemma_DERIV_subst in favor of DERIV_cong
huffman [Fri, 19 Aug 2011 17:59:19 -0700] rev 44316
remove redundant lemma exp_ln_eq in favor of ln_unique
huffman [Fri, 19 Aug 2011 16:55:43 -0700] rev 44315
merged
huffman [Fri, 19 Aug 2011 15:54:43 -0700] rev 44314
Lim.thy: legacy theorems
huffman [Fri, 19 Aug 2011 15:07:10 -0700] rev 44313
SEQ.thy: legacy theorem names
huffman [Fri, 19 Aug 2011 14:46:45 -0700] rev 44312
delete unused lemmas about limits
huffman [Fri, 19 Aug 2011 14:17:28 -0700] rev 44311
Transcendental.thy: add tendsto_intros lemmas;
new isCont theorems;
simplify some proofs.
huffman [Fri, 19 Aug 2011 11:49:53 -0700] rev 44310
add lemma isCont_tendsto_compose
wenzelm [Fri, 19 Aug 2011 23:48:18 +0200] rev 44309
merged
huffman [Fri, 19 Aug 2011 10:46:54 -0700] rev 44308
Transcendental.thy: remove several unused lemmas and simplify some proofs
huffman [Fri, 19 Aug 2011 08:40:15 -0700] rev 44307
remove unused lemmas
huffman [Fri, 19 Aug 2011 08:39:43 -0700] rev 44306
fold definitions of sin_coeff and cos_coeff in Maclaurin lemmas
huffman [Fri, 19 Aug 2011 07:45:22 -0700] rev 44305
remove some redundant simp rules
wenzelm [Fri, 19 Aug 2011 23:25:47 +0200] rev 44304
maintain recent future proofs at transaction boundaries;
wenzelm [Fri, 19 Aug 2011 21:40:52 +0200] rev 44303
incremental Proofterm.join_body, with join_thms step in fulfill_norm_proof -- avoid full graph traversal of former Proofterm.join_bodies;
wenzelm [Fri, 19 Aug 2011 18:01:23 +0200] rev 44302
tuned;
wenzelm [Fri, 19 Aug 2011 17:39:37 +0200] rev 44301
tuned signature (again);
tuned;
wenzelm [Fri, 19 Aug 2011 16:13:26 +0200] rev 44300
tuned signature -- treat structure Task_Queue as private to implementation;
wenzelm [Fri, 19 Aug 2011 15:56:26 +0200] rev 44299
refined Future.cancel: explicit future allows to join actual cancellation;
Document.cancel_execution: join nested future groups as well;
wenzelm [Fri, 19 Aug 2011 14:01:20 +0200] rev 44298
Future.promise: explicit abort operation (like uninterruptible future job);
explicit cancel_scala message -- still unused;