Wed, 10 Nov 2010 17:53:41 +0100 wenzelm use official/portable Multithreading.max_threads_value, which is also subject to user preferences (NB: Thread.numProcessors is apt to lead to surprises like very high numbers for systems with hyperthreading);
Wed, 10 Nov 2010 18:45:48 -0800 huffman section headings
Wed, 10 Nov 2010 18:37:11 -0800 huffman reorder chapters for generated document
Wed, 10 Nov 2010 18:30:17 -0800 huffman merge Representable.thy into Domain.thy
Wed, 10 Nov 2010 18:15:21 -0800 huffman move stuff from Domain.thy to Domain_Aux.thy
Wed, 10 Nov 2010 17:56:08 -0800 huffman move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
Wed, 10 Nov 2010 14:59:52 -0800 huffman allow unpointed lazy arguments for definitional domain package
Wed, 10 Nov 2010 14:20:47 -0800 huffman add lemmas lub_below, below_lub; simplify some proofs; remove some unused lemmas
Wed, 10 Nov 2010 13:22:39 -0800 huffman merged
Wed, 10 Nov 2010 13:08:42 -0800 huffman removed unused lemma chain_mono2
Wed, 10 Nov 2010 11:42:35 -0800 huffman rename class 'bifinite' to 'domain'
Wed, 10 Nov 2010 09:59:08 -0800 huffman instance sum :: (predomain, predomain) predomain
Wed, 10 Nov 2010 09:52:50 -0800 huffman configure sum type for fixrec
Wed, 10 Nov 2010 08:18:32 -0800 huffman add class liftdomain, for bifinite domains where DEFL('a u) = u_defl('a)
Wed, 10 Nov 2010 06:02:37 -0800 huffman instance prod :: (predomain, predomain) predomain
Tue, 09 Nov 2010 19:37:11 -0800 huffman adapt isodefl proof script to unpointed types
Tue, 09 Nov 2010 16:37:13 -0800 huffman add 'predomain' class: unpointed version of bifinite
Tue, 09 Nov 2010 08:41:36 -0800 huffman add bifiniteness check for domain_isomorphism command
Tue, 09 Nov 2010 05:23:34 -0800 huffman implement map_of_typ using Pattern.rewrite_term
Tue, 09 Nov 2010 04:47:46 -0800 huffman avoid using stale theory
Mon, 08 Nov 2010 15:13:45 -0800 huffman implement defl_of_typ using Pattern.rewrite_term instead of DeflData theory data
Mon, 08 Nov 2010 14:36:17 -0800 huffman add function the_sort
Mon, 08 Nov 2010 14:09:07 -0800 huffman refactor tmp_thy code
Mon, 08 Nov 2010 06:58:09 -0800 huffman reorganize Bifinite.thy; simplify some proofs related to bifinite class instances
Wed, 10 Nov 2010 16:05:15 +0100 wenzelm merged
Wed, 10 Nov 2010 15:59:23 +0100 wenzelm manage folding via sidekick by default;
Wed, 10 Nov 2010 15:47:56 +0100 wenzelm eliminated obsolete heading category -- superseded by heading_level;
Wed, 10 Nov 2010 15:43:06 +0100 wenzelm treat main theory commands like headings, and nest anything else inside;
Wed, 10 Nov 2010 15:42:20 +0100 wenzelm proper treatment of equal heading level;
Wed, 10 Nov 2010 15:41:29 +0100 wenzelm added missing Keyword.THY_SCHEMATIC_GOAL;
Wed, 10 Nov 2010 15:17:25 +0100 wenzelm default Sidekick parser based on section headings;
Wed, 10 Nov 2010 15:00:40 +0100 wenzelm some support for nested source structure, based on section headings;
Wed, 10 Nov 2010 11:44:35 +0100 wenzelm tuned;
Tue, 09 Nov 2010 23:24:46 +0100 wenzelm misc tuning and simplification, using Isabelle_Sidekick.Asset (not sidekick.Asset, which is dynamically dispatched to slightly different semantics);
Tue, 09 Nov 2010 22:37:10 +0100 wenzelm updated version;
Tue, 09 Nov 2010 21:52:05 +0100 wenzelm private counter, to keep externalized ids a bit smaller;
Tue, 09 Nov 2010 21:44:19 +0100 wenzelm added general Synchronized.counter convenience;
Tue, 09 Nov 2010 21:13:06 +0100 wenzelm explicitly identify forked/joined tasks;
Wed, 10 Nov 2010 09:03:07 +0100 blanchet make SML/NJ happy
Tue, 09 Nov 2010 16:18:40 +0100 haftmann merged
Tue, 09 Nov 2010 14:02:14 +0100 haftmann slightly changed fun_map_def
Tue, 09 Nov 2010 14:02:14 +0100 haftmann fun_rel_def is no simp rule by default
Tue, 09 Nov 2010 14:02:13 +0100 haftmann more appropriate specification packages; fun_rel_def is no simp rule by default
Tue, 09 Nov 2010 14:02:13 +0100 haftmann type annotations in specifications; fun_rel_def is no simp rule by default; slightly changed fun_map_def; more on predicates on relation functions; proper HOL equations in definitions
Tue, 09 Nov 2010 14:02:13 +0100 haftmann more appropriate specification packages; fun_rel_def is no simp rule by default
Tue, 09 Nov 2010 14:02:12 +0100 haftmann type annotations in specifications; fun_rel_def is no simp rule by default
Tue, 09 Nov 2010 14:02:12 +0100 haftmann fun_rel_def is no simp rule by default
Tue, 09 Nov 2010 14:00:10 +0000 paulson merged
Tue, 09 Nov 2010 13:59:37 +0000 paulson tidied using metis
Tue, 09 Nov 2010 11:27:58 +0100 wenzelm accomodate old manuals that include pdfsetup.sty without isabelle.sty;
Tue, 09 Nov 2010 11:17:15 +0100 wenzelm merged
Mon, 08 Nov 2010 20:55:27 +0100 wenzelm avoid clash of \<upharpoonright> vs. \<restriction> (cf. 666ea7e62384 and 3c49dbece0a8);
Mon, 08 Nov 2010 20:50:56 +0100 wenzelm explicitly check uniqueness of symbol recoding;
Mon, 08 Nov 2010 23:02:20 +0100 krauss removed type-inference-like behaviour from relation_tac completely; tuned
Mon, 08 Nov 2010 17:44:47 +0100 wenzelm more hints on building and running Isabelle/jEdit from command line;
Mon, 08 Nov 2010 14:41:11 +0100 wenzelm merged
Mon, 08 Nov 2010 11:28:22 +0100 wenzelm more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
Mon, 08 Nov 2010 00:00:47 +0100 wenzelm updated generated files;
Sun, 07 Nov 2010 23:32:26 +0100 wenzelm tweaked pdf setup to allow modification of \pdfminorversion;
Sun, 07 Nov 2010 23:12:40 +0100 wenzelm merged;