krauss [Fri, 22 Feb 2008 16:48:36 +0100] rev 26115
removed dead code; some cleanup
haftmann [Fri, 22 Feb 2008 16:31:37 +0100] rev 26114
non-operative code antiquotation
haftmann [Fri, 22 Feb 2008 12:01:57 +0100] rev 26113
non-operative code antiquotation
haftmann [Fri, 22 Feb 2008 12:01:55 +0100] rev 26112
added further interface for reading constants
haftmann [Fri, 22 Feb 2008 12:01:54 +0100] rev 26111
added first version of datatype antiquotation
haftmann [Fri, 22 Feb 2008 12:01:52 +0100] rev 26110
moved refute_tac to linarith.ML
wenzelm [Thu, 21 Feb 2008 21:31:52 +0100] rev 26109
more elaborate structure Distribution (filled-in by makedist);
wenzelm [Thu, 21 Feb 2008 21:31:51 +0100] rev 26108
keep ChangeLog.gz within distribution;
more elaborate structure Distribution (filled-in by makedist);
wenzelm [Thu, 21 Feb 2008 20:16:02 +0100] rev 26107
removed junk;
nipkow [Thu, 21 Feb 2008 17:34:09 +0100] rev 26106
moved bij_betw from Library/FuncSet to Fun, redistributed some lemmas
nipkow [Thu, 21 Feb 2008 17:33:58 +0100] rev 26105
moved bij_betw from Library/FuncSet to Fun, redistributed some lemmas, and
added some
wenzelm [Wed, 20 Feb 2008 23:24:38 +0100] rev 26104
removed NBE;
wenzelm [Wed, 20 Feb 2008 23:14:59 +0100] rev 26103
removed ex/NBE.thy;
huffman [Wed, 20 Feb 2008 18:28:16 +0100] rev 26102
fix proofs involving ile_def
haftmann [Wed, 20 Feb 2008 14:52:38 +0100] rev 26101
tuned structures in arith_data.ML
haftmann [Wed, 20 Feb 2008 14:52:34 +0100] rev 26100
using only an relation predicate to construct div and mod
nipkow [Wed, 20 Feb 2008 14:35:55 +0100] rev 26099
now in AFP
wenzelm [Tue, 19 Feb 2008 20:34:30 +0100] rev 26098
added system_out (back to multithreaded version -- still suffers from non-interruptible wait in Poly/ML 5.1);
wenzelm [Tue, 19 Feb 2008 20:34:29 +0100] rev 26097
removed General/system_process.ML (back to multithreaded version);
wenzelm [Tue, 19 Feb 2008 20:34:28 +0100] rev 26096
replaced setpgrp by more elaborate setsid;
urbanc [Tue, 19 Feb 2008 12:25:56 +0100] rev 26095
slightly tuned
berghofe [Tue, 19 Feb 2008 10:21:09 +0100] rev 26094
Yet another proof of False, this time using the strong case analysis rule.
haftmann [Mon, 18 Feb 2008 22:56:53 +0100] rev 26093
tuned
wenzelm [Mon, 18 Feb 2008 21:33:29 +0100] rev 26092
system.pl - invoke shell command line (with robust signal handling);
urbanc [Mon, 18 Feb 2008 05:51:16 +0100] rev 26091
updated
urbanc [Mon, 18 Feb 2008 03:12:08 +0100] rev 26090
added eqvt-flag to subseteq-lemma
huffman [Mon, 18 Feb 2008 02:10:55 +0100] rev 26089
proved linorder and wellorder class instances
wenzelm [Sun, 17 Feb 2008 19:04:50 +0100] rev 26088
added get_parent (for AWE);
tuned;
wenzelm [Sun, 17 Feb 2008 18:43:17 +0100] rev 26087
added perl wrapper for robust signal handling;
huffman [Sun, 17 Feb 2008 06:49:53 +0100] rev 26086
New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1