Wed, 18 Aug 2010 11:14:33 +0200 blanchet with Kodkodi 1.2.15, Java 1.5 is fine
Wed, 18 Aug 2010 10:42:04 +0200 blanchet gracefully handle the case where the JVM is too old in Nitpick
Wed, 18 Aug 2010 09:38:50 +0200 blanchet improve SPASS clause numbering hack
Wed, 18 Aug 2010 12:19:27 +0200 haftmann deglobalization
Wed, 18 Aug 2010 12:08:21 +0200 haftmann more antiquotations
Wed, 18 Aug 2010 11:55:27 +0200 haftmann added equality instantiation
Wed, 18 Aug 2010 11:18:24 +0200 haftmann use command_def more consciously
Wed, 18 Aug 2010 11:18:23 +0200 haftmann stub for evaluation chapter
Wed, 18 Aug 2010 10:07:57 +0200 haftmann updated generated document
Wed, 18 Aug 2010 10:07:56 +0200 haftmann dropped errorneous underscore
Wed, 18 Aug 2010 10:07:56 +0200 haftmann output whitespace tuning
Wed, 18 Aug 2010 10:07:56 +0200 haftmann use command_def
Wed, 18 Aug 2010 09:55:00 +0200 haftmann use command_def vs. command more consciously
Wed, 18 Aug 2010 09:46:59 +0200 haftmann removed Code_Prolog: modifies global environment setup non-conservatively
Wed, 18 Aug 2010 09:46:59 +0200 haftmann pretty constraint syntax; tuned theory imports
Wed, 18 Aug 2010 09:46:59 +0200 haftmann added quick and dirty section on invariants
Wed, 18 Aug 2010 09:46:58 +0200 haftmann base on HOL-Library
Tue, 17 Aug 2010 19:36:39 +0200 haftmann more antiquotations
Tue, 17 Aug 2010 19:36:38 +0200 haftmann deglobalization
Tue, 17 Aug 2010 17:57:19 +0100 webertj Tuned.
Tue, 17 Aug 2010 18:18:14 +0200 blanchet merged
Tue, 17 Aug 2010 18:15:21 +0200 blanchet repair translation of "c_fequal"
Tue, 17 Aug 2010 18:14:50 +0200 blanchet tweaking
Tue, 17 Aug 2010 17:54:55 +0200 haftmann merged
Tue, 17 Aug 2010 17:54:46 +0200 haftmann enforcing a singleton type inference parameter after type inference and before fixation prevents multiple type variables in import during class declaration
Tue, 17 Aug 2010 17:01:31 +0200 blanchet merged
Tue, 17 Aug 2010 16:49:51 +0200 blanchet invoke Variable.export/import_term on the entire formula, to make sure that schematic variables don't get different indices in different subterms;
Tue, 17 Aug 2010 16:47:40 +0200 blanchet tuning
Tue, 17 Aug 2010 16:46:43 +0200 blanchet more parentheses in TPTP formulas, just in case
Tue, 17 Aug 2010 14:37:16 +0200 blanchet handle E's Skolem constants more gracefully
Tue, 17 Aug 2010 14:35:44 +0200 blanchet improve detection of old Vampire versions
Tue, 17 Aug 2010 16:47:19 +0200 wenzelm made 9043eefe8d71 actually compile;
Tue, 17 Aug 2010 16:38:45 +0200 wenzelm merged
Tue, 17 Aug 2010 15:54:04 +0200 wenzelm tune;
Tue, 17 Aug 2010 15:10:49 +0200 wenzelm added functor Linear_Set, based on former adhoc structures in document.ML;
Tue, 17 Aug 2010 14:33:44 +0200 haftmann merged
Tue, 17 Aug 2010 14:33:39 +0200 haftmann formally document `code abstype` and `code abstract` attributes
Tue, 17 Aug 2010 14:33:39 +0200 haftmann NEWS and CONTRIBUTORS
Tue, 17 Aug 2010 14:19:12 +0200 haftmann nicer code for rev
Tue, 17 Aug 2010 14:19:12 +0200 haftmann reworked section on simple datatype refinement
Tue, 17 Aug 2010 14:19:11 +0200 haftmann tuned whitespace
Tue, 17 Aug 2010 13:10:58 +0200 blanchet merged
Mon, 16 Aug 2010 17:44:27 +0200 blanchet typos in comment
Mon, 16 Aug 2010 16:58:45 +0200 blanchet more debug output
Mon, 16 Aug 2010 13:59:04 +0200 blanchet detect old Vampire and give a nicer error message
Tue, 17 Aug 2010 12:49:43 +0200 nipkow merged
Tue, 17 Aug 2010 12:49:33 +0200 nipkow now works for schematic terms as well, thanks to Alex for the `how-to'
Tue, 17 Aug 2010 12:30:31 +0200 haftmann added section on program refinement
Tue, 17 Aug 2010 12:30:30 +0200 haftmann tuned whitespace
Mon, 16 Aug 2010 22:56:28 +0200 wenzelm HOL-Proofs-Extraction: some workaround to make it work in low-memory situations (e.g. atbroy102 with as little as 1GB heap space);
Mon, 16 Aug 2010 18:20:36 +0200 wenzelm XML.Cache: pipe-lined (thread-safe) version using actor;
Mon, 16 Aug 2010 17:04:22 +0200 wenzelm simplified internal message format: dropped special Symbol.STX header;
Mon, 16 Aug 2010 16:24:22 +0200 wenzelm HTML.spans: explicit flag for preservation of original data (which would be turned into org.w3c.dom user data in XML.document_node);
Mon, 16 Aug 2010 12:33:52 +0200 wenzelm merged
Mon, 16 Aug 2010 00:07:28 +0200 wenzelm simplified command status: interpret stacked markup on demand;
Sun, 15 Aug 2010 23:13:56 +0200 wenzelm event_bus.scala rather belongs to system plumbing;
Sun, 15 Aug 2010 23:07:22 +0200 wenzelm some derived operations on Text.Range;
Sun, 15 Aug 2010 22:48:56 +0200 wenzelm specific types Text.Offset and Text.Range;
Sun, 15 Aug 2010 21:42:13 +0200 wenzelm moved Text_Edit to Text.Edit;
Sun, 15 Aug 2010 21:03:13 +0200 wenzelm moved History/Snapshot to document.scala;