Sat, 20 Aug 2011 06:35:43 -0700 huffman merged
Sat, 20 Aug 2011 06:34:51 -0700 huffman redefine constant 'trivial_limit' as an abbreviation
Sun, 21 Aug 2011 13:23:29 +0200 wenzelm purely functional task_queue.ML -- moved actual interrupt_unsynchronized to future.ML;
Sun, 21 Aug 2011 13:10:48 +0200 wenzelm refined Task_Queue.cancel: passive tasks are considered running due to pending abort operation;
Sat, 20 Aug 2011 23:36:18 +0200 wenzelm odd workaround for odd problem of load order in HOL/ex/ROOT.ML (!??);
Sat, 20 Aug 2011 23:35:30 +0200 wenzelm refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
Sat, 20 Aug 2011 22:46:19 +0200 wenzelm clarified get_imports -- should not rely on accidental order within graph;
Sat, 20 Aug 2011 22:28:53 +0200 wenzelm tuned Table.delete_safe: avoid potentially expensive attempt of delete;
Sat, 20 Aug 2011 20:24:12 +0200 wenzelm discontinued "Interrupt", which could disturb administrative tasks of the document model;
Sat, 20 Aug 2011 20:00:55 +0200 wenzelm more direct balanced version Ord_List.unions;
Sat, 20 Aug 2011 19:21:03 +0200 wenzelm reverted to join_bodies/join_proofs based on fold_body_thms to regain performance (escpecially of HOL-Proofs) -- see also aa9c1e9ef2ce and 4e2abb045eac;
Sat, 20 Aug 2011 18:11:17 +0200 wenzelm tuned future priorities (again);
Sat, 20 Aug 2011 16:06:27 +0200 wenzelm clarified fulfill_norm_proof: no join_thms yet;
Sat, 20 Aug 2011 15:52:29 +0200 wenzelm added Future.joins convenience;
Sat, 20 Aug 2011 09:42:34 +0200 haftmann merged
Sat, 20 Aug 2011 09:42:12 +0200 haftmann deactivated »unknown« nitpick example
Sat, 20 Aug 2011 09:30:23 +0200 haftmann merged
Sat, 20 Aug 2011 01:40:22 +0200 haftmann tuned proof
Sat, 20 Aug 2011 01:39:27 +0200 haftmann more uniform formatting of specifications
Sat, 20 Aug 2011 01:33:58 +0200 haftmann compatibility layer
Sat, 20 Aug 2011 01:21:22 +0200 haftmann merged
Fri, 19 Aug 2011 19:33:31 +0200 haftmann more concise definition for Inf, Sup on bool
Thu, 18 Aug 2011 13:37:41 +0200 noschinl do not call ghc with -fglasgow-exts
Fri, 19 Aug 2011 19:01:00 -0700 huffman remove some redundant simp rules about sqrt
Fri, 19 Aug 2011 18:42:41 -0700 huffman move sin_coeff and cos_coeff lemmas to Transcendental.thy; simplify some proofs
Fri, 19 Aug 2011 18:08:05 -0700 huffman remove unused lemma DERIV_sin_add
Fri, 19 Aug 2011 18:06:27 -0700 huffman remove redundant lemma lemma_DERIV_subst in favor of DERIV_cong
Fri, 19 Aug 2011 17:59:19 -0700 huffman remove redundant lemma exp_ln_eq in favor of ln_unique
Fri, 19 Aug 2011 16:55:43 -0700 huffman merged
Fri, 19 Aug 2011 15:54:43 -0700 huffman Lim.thy: legacy theorems
Fri, 19 Aug 2011 15:07:10 -0700 huffman SEQ.thy: legacy theorem names
Fri, 19 Aug 2011 14:46:45 -0700 huffman delete unused lemmas about limits
Fri, 19 Aug 2011 14:17:28 -0700 huffman Transcendental.thy: add tendsto_intros lemmas;
Fri, 19 Aug 2011 11:49:53 -0700 huffman add lemma isCont_tendsto_compose
Fri, 19 Aug 2011 23:48:18 +0200 wenzelm merged
Fri, 19 Aug 2011 10:46:54 -0700 huffman Transcendental.thy: remove several unused lemmas and simplify some proofs
Fri, 19 Aug 2011 08:40:15 -0700 huffman remove unused lemmas
Fri, 19 Aug 2011 08:39:43 -0700 huffman fold definitions of sin_coeff and cos_coeff in Maclaurin lemmas
Fri, 19 Aug 2011 07:45:22 -0700 huffman remove some redundant simp rules
Fri, 19 Aug 2011 23:25:47 +0200 wenzelm maintain recent future proofs at transaction boundaries;
Fri, 19 Aug 2011 21:40:52 +0200 wenzelm incremental Proofterm.join_body, with join_thms step in fulfill_norm_proof -- avoid full graph traversal of former Proofterm.join_bodies;
Fri, 19 Aug 2011 18:01:23 +0200 wenzelm tuned;
Fri, 19 Aug 2011 17:39:37 +0200 wenzelm tuned signature (again);
Fri, 19 Aug 2011 16:13:26 +0200 wenzelm tuned signature -- treat structure Task_Queue as private to implementation;
Fri, 19 Aug 2011 15:56:26 +0200 wenzelm refined Future.cancel: explicit future allows to join actual cancellation;
Fri, 19 Aug 2011 14:01:20 +0200 wenzelm Future.promise: explicit abort operation (like uninterruptible future job);
Fri, 19 Aug 2011 13:55:32 +0200 wenzelm editable raw text areas: allow user to clear content;
Fri, 19 Aug 2011 13:32:27 +0200 wenzelm more robust use of set_exn_serial, which is based on PolyML.raiseWithLocation internally;
Fri, 19 Aug 2011 12:51:14 +0200 wenzelm more focused use of Multithreading.interrupted: retain interrupts within task group boundary, without loss of information;
Fri, 19 Aug 2011 12:03:44 +0200 wenzelm clarified Future.cond_forks: more uniform handling of exceptional situations;
Fri, 19 Aug 2011 17:05:10 +0900 Cezary Kaliszyk Quotient_Examples: Cset, List_Cset: Lift Inf and Sup directly.
Thu, 18 Aug 2011 22:32:19 -0700 huffman merged
Thu, 18 Aug 2011 22:31:52 -0700 huffman define complex exponential 'expi' as abbreviation for 'exp'
Thu, 18 Aug 2011 21:23:31 -0700 huffman remove more bounded_linear locale interpretations (cf. f0de18b62d63)
Thu, 18 Aug 2011 19:53:03 -0700 huffman optimize some proofs
Thu, 18 Aug 2011 18:10:23 -0700 huffman add Multivariate_Analysis dependencies
Thu, 18 Aug 2011 18:08:43 -0700 huffman import Library/Sum_of_Squares instead of reloading positivstellensatz.ML
Thu, 18 Aug 2011 17:32:02 -0700 huffman declare euclidean_component_zero[simp] at the point it is proved
Fri, 19 Aug 2011 10:23:16 +0900 Cezary Kaliszyk Quotient Package: Regularization: do not fail if no progress is made, leave the subgoal to the user. Injection: try assumptions before extensionality to avoid looping.
Thu, 18 Aug 2011 23:43:22 +0200 wenzelm merged;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip