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;
Thu, 18 Aug 2011 14:08:39 -0700 huffman merged
Thu, 18 Aug 2011 13:36:58 -0700 huffman remove bounded_(bi)linear locale interpretations, to avoid duplicating so many lemmas
Thu, 18 Aug 2011 22:50:28 +0200 haftmann merged
Thu, 18 Aug 2011 22:50:17 +0200 haftmann merged
Thu, 18 Aug 2011 14:01:06 +0200 haftmann avoid duplicated simp add option
Thu, 18 Aug 2011 13:55:26 +0200 haftmann observe distinction between sets and predicates more properly
Thu, 18 Aug 2011 13:25:17 +0200 haftmann moved fundamental lemma fun_eq_iff to theory HOL; tuned whitespace
Thu, 18 Aug 2011 13:10:24 +0200 haftmann avoid case-sensitive name for example theory
Thu, 18 Aug 2011 17:42:35 +0200 nipkow merged
Thu, 18 Aug 2011 17:42:18 +0200 nipkow case_names NEWS
Thu, 18 Aug 2011 17:00:15 +0200 bulwahn adding documentation about simps equation in the inductive package
Thu, 18 Aug 2011 12:06:17 +0200 bulwahn activating narrowing-based quickcheck by default
Thu, 18 Aug 2011 18:07:40 +0200 wenzelm more precise treatment of exception nesting and serial numbers;
Thu, 18 Aug 2011 17:53:32 +0200 wenzelm more careful treatment of exception serial numbers, with propagation to message channel;
Thu, 18 Aug 2011 17:30:47 +0200 wenzelm updated sequential version (cf. b94951f06e48);
Thu, 18 Aug 2011 16:07:58 +0200 wenzelm tuned comments;
Thu, 18 Aug 2011 15:51:34 +0200 wenzelm tuned document;
Thu, 18 Aug 2011 15:39:00 +0200 wenzelm clarified Par_Exn.release_first: prefer plain exn, before falling back on full pack of parallel exceptions;
Thu, 18 Aug 2011 15:37:01 +0200 wenzelm export Par_List.managed_results, to enable specific treatment of results apart from default Par_Exn.release_first;
Thu, 18 Aug 2011 15:15:43 +0200 wenzelm tune Par_Exn.make: balance merge;
Thu, 18 Aug 2011 16:52:19 +0900 Cezary Kaliszyk Quotient_Examples/DList: explicit proof of remdups_eq_member_eq needed for explicit set type.
Wed, 17 Aug 2011 15:12:34 -0700 huffman merged
Wed, 17 Aug 2011 15:03:30 -0700 huffman HOL-IMP: respect set/pred distinction
Wed, 17 Aug 2011 15:02:17 -0700 huffman Determinants.thy: avoid using mem_def/Collect_def
Wed, 17 Aug 2011 14:42:59 -0700 huffman Wfrec.thy: respect set/pred distinction
Thu, 18 Aug 2011 00:02:44 +0200 wenzelm follow updates of Isabelle/Pure;
Wed, 17 Aug 2011 23:41:47 +0200 wenzelm merged
Wed, 17 Aug 2011 14:32:48 -0700 huffman IsaMakefile: target HOLCF-Library now compiles HOL/HOLCF/Library instead of HOL/Library
Wed, 17 Aug 2011 13:10:49 -0700 huffman merged
Wed, 17 Aug 2011 13:10:11 -0700 huffman Lim.thy: generalize and simplify proofs of LIM/LIMSEQ theorems
Wed, 17 Aug 2011 11:39:09 -0700 huffman add lemma tendsto_compose_eventually; use it to shorten some proofs
Wed, 17 Aug 2011 11:07:32 -0700 huffman Topology_Euclidean_Space.thy: simplify some proofs
Wed, 17 Aug 2011 11:06:39 -0700 huffman add lemma metric_tendsto_imp_tendsto
Wed, 17 Aug 2011 09:59:10 -0700 huffman simplify proofs of lemmas open_interval, closed_interval
Wed, 17 Aug 2011 23:37:23 +0200 wenzelm identify parallel exceptions where they emerge first -- to achieve unique results within evaluation graph;
Wed, 17 Aug 2011 22:25:00 +0200 wenzelm clarified Par_Exn.release_first: traverse topmost list structure only, not arbitrary depths of nested Par_Exn;
Wed, 17 Aug 2011 22:14:22 +0200 wenzelm more systematic handling of parallel exceptions;
Wed, 17 Aug 2011 20:08:36 +0200 wenzelm tuned signature;
Wed, 17 Aug 2011 18:52:21 +0200 haftmann merged
Wed, 17 Aug 2011 18:51:27 +0200 haftmann merged
Wed, 17 Aug 2011 07:13:13 +0200 haftmann merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip