Tue, 05 Jan 2010 13:45:17 +0100 wenzelm added Promise.fulfill_result;
Tue, 05 Jan 2010 13:34:53 +0100 wenzelm slightly shorter tail (again) -- theory loader produces less warning spam (cf. 2524c1bbd087);
Tue, 05 Jan 2010 00:04:29 +0100 wenzelm kill failed theories in reverse order -- avoids cascaded warnings;
Mon, 04 Jan 2010 23:20:35 +0100 wenzelm discontinued old TheoryDataFun, but retain Theory_Data_PP with is Pretty.pp argument to merge (still required in exotic situations -- hard to get rid of);
Mon, 04 Jan 2010 22:43:07 +0100 wenzelm Standard_System.raw_exec;
Mon, 04 Jan 2010 22:35:32 +0100 wenzelm removed function "isabelle-process", keeping "isabelle" only -- functions within the process environment might get passed through a genuine /bin/sh, which does not allow non-identifiers here;
Mon, 04 Jan 2010 22:19:14 +0100 wenzelm added Cygwin "make" package;
Mon, 04 Jan 2010 22:16:48 +0100 wenzelm discontinued old ISABELLE and ISATOOL environment settings;
Mon, 04 Jan 2010 21:49:47 +0100 wenzelm shell functions "isabelle-process" and "isabelle" refer to the proper executables statically -- for interactive use or sloppy bash scripts;
Mon, 04 Jan 2010 20:25:56 +0100 wenzelm removed further remains of mutable theory data (cf. 25bd3ed2ac9f);
Mon, 04 Jan 2010 19:44:46 +0100 wenzelm merged
Mon, 04 Jan 2010 16:00:24 +0100 haftmann code cache only persists on equal theories
Mon, 04 Jan 2010 16:00:23 +0100 haftmann moved name duplicates to end of theory; reduced warning noise
Mon, 04 Jan 2010 14:10:13 +0100 haftmann merged
Mon, 04 Jan 2010 14:09:58 +0100 haftmann modernized
Mon, 04 Jan 2010 14:09:57 +0100 haftmann added applify combinator
Mon, 04 Jan 2010 14:09:57 +0100 haftmann dropped redundant name declarations
Mon, 04 Jan 2010 14:09:56 +0100 haftmann dropped copy operation for legacy TheoryDataFun
Mon, 04 Jan 2010 14:09:56 +0100 haftmann code cache without copy; tuned
Mon, 04 Jan 2010 19:43:59 +0100 wenzelm report keywords as singleton messages, control message kind via print mode;
Mon, 04 Jan 2010 18:56:36 +0100 wenzelm explicit markup of document assigment message (simplified variant of earlier "edits" 8c3e1f73953d);
Mon, 04 Jan 2010 18:55:32 +0100 wenzelm omit useless (?) scaladoc;
Mon, 04 Jan 2010 18:54:22 +0100 wenzelm added Future.promise -- essentially a single-assignment variable with signalling, using the Future interface;
Mon, 04 Jan 2010 15:35:53 +0100 wenzelm after_qed: refrain from Position.setmp_thread_data, which causes duplication of results with several independent proof attempts;
Mon, 04 Jan 2010 11:55:23 +0100 wenzelm discontinued special HOL_USEDIR_OPTIONS;
Sun, 03 Jan 2010 15:09:02 +0100 wenzelm updated stats;
Sun, 03 Jan 2010 15:08:17 +0100 wenzelm made SML/NJ happy;
Sun, 03 Jan 2010 11:03:22 +0000 paulson merged
Sun, 03 Jan 2010 11:03:00 +0000 paulson removed legacy asm_lr_simp_tac
Sun, 03 Jan 2010 10:01:23 +0100 nipkow removed more asm_rl's - unfortunately slowdown of 1 min.
Sat, 02 Jan 2010 23:18:58 +0100 krauss new year's resolution: reindented code in function package
Sat, 02 Jan 2010 23:18:58 +0100 krauss provide simp and induct rules in Function.info
Sat, 02 Jan 2010 23:18:58 +0100 krauss more official data record Function.info
Sat, 02 Jan 2010 23:18:58 +0100 krauss simplified
Sat, 02 Jan 2010 23:18:58 +0100 krauss absorb structures Decompose and Descent into Termination, to simplify further restructuring
Sat, 02 Jan 2010 22:57:19 +0100 nipkow another legacy "asm_lr"
Sat, 02 Jan 2010 21:31:33 +0100 nipkow merged
Sat, 02 Jan 2010 21:31:15 +0100 nipkow removed legacy asm_lr
Sat, 02 Jan 2010 20:10:21 +0100 wenzelm merged
Fri, 01 Jan 2010 19:15:43 +0100 nipkow added lemmas
Fri, 01 Jan 2010 17:21:44 +0100 nipkow added lemma
Fri, 01 Jan 2010 16:34:51 +0100 nipkow removed FIXME
Sat, 02 Jan 2010 20:08:04 +0100 wenzelm tuned error handling;
Sat, 02 Jan 2010 01:14:49 +0100 wenzelm Standard_System.raw_execute: optional cwd;
Sat, 02 Jan 2010 00:08:47 +0100 wenzelm Download URLs -- with progress monitor.
Fri, 01 Jan 2010 21:26:02 +0100 wenzelm Future values -- Scala version.
Thu, 31 Dec 2009 23:47:09 +0100 wenzelm added simple dialogs;
Thu, 31 Dec 2009 00:35:54 +0100 wenzelm added is_ready;
Wed, 30 Dec 2009 22:56:46 +0100 wenzelm simplified init message -- removed redundant session property;
Wed, 30 Dec 2009 22:29:37 +0100 wenzelm removed obsolete version check -- sanity delegated to Isabelle_System;
Wed, 30 Dec 2009 21:32:25 +0100 wenzelm eliminated Markup.edits/EDITS: Isar.edit_document reports Markup.edit/EDIT while running under new document id;
Wed, 30 Dec 2009 20:25:35 +0100 wenzelm tuned signature;
Wed, 30 Dec 2009 13:05:00 +0100 wenzelm less ambitious isatest for SML/NJ;
Wed, 30 Dec 2009 10:24:53 +0100 krauss killed a few warnings
Wed, 30 Dec 2009 01:08:33 +0100 krauss more regular axiom of infinity, with no (indirect) reference to overloaded constants
Tue, 29 Dec 2009 20:59:47 +0100 wenzelm back to Unsynchronized.ref, with some attempts to make the main operations actually thread-safe;
Tue, 29 Dec 2009 20:30:40 +0100 wenzelm removed slightly odd Isar_Document.init;
Tue, 29 Dec 2009 16:20:39 +0100 wenzelm explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
Mon, 28 Dec 2009 23:34:36 +0100 wenzelm tuned;
Mon, 28 Dec 2009 22:58:25 +0100 wenzelm crude Cygwin.setup;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip