Mon, 30 Aug 2010 16:49:41 +0200 |
wenzelm |
Toplevel.run_command: more careful treatment of interrupts stemming from nested multi-exceptions etc.;
|
changeset |
files
|
Mon, 30 Aug 2010 15:19:39 +0200 |
wenzelm |
tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
|
changeset |
files
|
Mon, 30 Aug 2010 15:09:20 +0200 |
wenzelm |
more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
|
changeset |
files
|
Mon, 30 Aug 2010 14:56:27 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 30 Aug 2010 13:01:32 +0200 |
wenzelm |
Command.results: ordered by serial number;
|
changeset |
files
|
Mon, 30 Aug 2010 11:35:17 +0200 |
wenzelm |
message serial number indicates physical order;
|
changeset |
files
|
Mon, 30 Aug 2010 11:17:05 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 30 Aug 2010 11:09:26 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 30 Aug 2010 10:38:28 +0200 |
wenzelm |
merged
|
changeset |
files
|
Mon, 30 Aug 2010 10:01:25 +0200 |
haftmann |
what is hidden is hidden
|
changeset |
files
|
Mon, 30 Aug 2010 09:37:43 +0200 |
haftmann |
hide all-too-popular constant name eq
|
changeset |
files
|
Mon, 30 Aug 2010 09:35:30 +0200 |
haftmann |
merged
|
changeset |
files
|
Sat, 28 Aug 2010 16:14:32 +0200 |
haftmann |
formerly unnamed infix equality now named HOL.eq
|
changeset |
files
|
Mon, 30 Aug 2010 09:28:02 +0200 |
haftmann |
code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
|
changeset |
files
|
Mon, 30 Aug 2010 15:52:09 +0900 |
Cezary Kaliszyk |
Quotient Package: dont unfold mem_def, use rsp and prs instead
|
changeset |
files
|
Mon, 30 Aug 2010 15:44:33 +0900 |
Cezary Kaliszyk |
Quotient Package: added respectfulness and preservation lemmas for mem.
|
changeset |
files
|
Sat, 28 Aug 2010 21:17:25 +0800 |
Christian Urban |
quotient package: added a list of pre-simplification rules for Ball, Bex and mem
|
changeset |
files
|
Sat, 28 Aug 2010 20:24:40 +0800 |
Christian Urban |
quotient package: lemmas to be lifted and descended can be pre-simplified
|
changeset |
files
|
Sat, 28 Aug 2010 11:42:33 +0200 |
haftmann |
merged
|
changeset |
files
|
Fri, 27 Aug 2010 19:34:23 +0200 |
haftmann |
renamed class/constant eq to equal; tuned some instantiations
|
changeset |
files
|
Fri, 27 Aug 2010 15:36:02 +0200 |
haftmann |
improved deresolving of implicits
|
changeset |
files
|
Mon, 30 Aug 2010 10:36:55 +0200 |
wenzelm |
Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
|
changeset |
files
|
Sun, 29 Aug 2010 22:47:36 +0200 |
wenzelm |
Isabelle/jEdit property for global tooltip dismiss delay;
|
changeset |
files
|
Sun, 29 Aug 2010 21:21:37 +0200 |
wenzelm |
External_Hyperlink: proper error dialog;
|
changeset |
files
|
Sun, 29 Aug 2010 21:02:42 +0200 |
wenzelm |
Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
|
changeset |
files
|
Sun, 29 Aug 2010 20:09:46 +0200 |
wenzelm |
JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
|
changeset |
files
|
Sun, 29 Aug 2010 20:07:59 +0200 |
wenzelm |
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
|
changeset |
files
|
Sun, 29 Aug 2010 19:48:35 +0200 |
wenzelm |
session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
|
changeset |
files
|
Sun, 29 Aug 2010 19:04:29 +0200 |
wenzelm |
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
|
changeset |
files
|
Sun, 29 Aug 2010 18:55:48 +0200 |
wenzelm |
Swing_Thread.now: volatile result to make double-sure;
|
changeset |
files
|
Sun, 29 Aug 2010 15:57:18 +0200 |
wenzelm |
Document_Model.token_marker: misc tuning and simplification;
|
changeset |
files
|
Sun, 29 Aug 2010 15:09:11 +0200 |
wenzelm |
added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
|
changeset |
files
|
Sat, 28 Aug 2010 22:58:24 +0200 |
wenzelm |
XML.Cache: intern property keys once and for all (again);
|
changeset |
files
|
Sat, 28 Aug 2010 20:24:41 +0200 |
wenzelm |
more careful locking of jEdit buffer;
|
changeset |
files
|
Sat, 28 Aug 2010 17:37:57 +0200 |
wenzelm |
avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
|
changeset |
files
|
Sat, 28 Aug 2010 17:27:38 +0200 |
wenzelm |
include Document.History in Document.State -- just one universal session state maintained by main actor;
|
changeset |
files
|
Sat, 28 Aug 2010 17:20:53 +0200 |
wenzelm |
volatile variables (in Scala);
|
changeset |
files
|
Sat, 28 Aug 2010 15:25:32 +0200 |
wenzelm |
non-critical output primitives -- depending on thread-safe TextIO, while races wrt. flushing should not matter;
|
changeset |
files
|
Fri, 27 Aug 2010 22:30:25 +0200 |
wenzelm |
modernized specifications;
|
changeset |
files
|
Fri, 27 Aug 2010 22:09:51 +0200 |
wenzelm |
discontinued separate Pure-ProofGeneral keywords session -- protocol commands are already defined in Pure;
|
changeset |
files
|
Fri, 27 Aug 2010 21:23:31 +0200 |
wenzelm |
discontinued broken no_warnings_CRITICAL -- global output channels must not be changed after startup initialization;
|
changeset |
files
|
Fri, 27 Aug 2010 21:22:07 +0200 |
wenzelm |
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
|
changeset |
files
|
Fri, 27 Aug 2010 21:16:11 +0200 |
wenzelm |
more careful treatment of context visibility flag wrt. spurious warnings;
|
changeset |
files
|
Fri, 27 Aug 2010 20:28:58 +0200 |
wenzelm |
eliminated obsolete Output.no_warnings, where no warnings were produced anyway;
|
changeset |
files
|
Fri, 27 Aug 2010 20:09:36 +0200 |
wenzelm |
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
|
changeset |
files
|
Fri, 27 Aug 2010 19:43:28 +0200 |
wenzelm |
more careful treatment of context visibility flag wrt. spurious warnings;
|
changeset |
files
|
Fri, 27 Aug 2010 18:00:45 +0200 |
wenzelm |
merged
|
changeset |
files
|
Fri, 27 Aug 2010 16:05:46 +0200 |
blanchet |
merged
|
changeset |
files
|
Fri, 27 Aug 2010 16:04:15 +0200 |
blanchet |
turn off experimental feature per default + avoid exception on "theory constant"
|
changeset |
files
|
Fri, 27 Aug 2010 15:39:17 +0200 |
blanchet |
extended relevance filter with first-order term matching
|
changeset |
files
|
Fri, 27 Aug 2010 15:37:03 +0200 |
blanchet |
drop chained facts
|
changeset |
files
|
Fri, 27 Aug 2010 13:27:02 +0200 |
blanchet |
rename and simplify
|
changeset |
files
|
Fri, 27 Aug 2010 13:19:48 +0200 |
blanchet |
cosmetics
|
changeset |
files
|
Fri, 27 Aug 2010 13:12:23 +0200 |
blanchet |
renaming + treat "TFree" better in "pattern_for_type"
|
changeset |
files
|
Fri, 27 Aug 2010 11:27:38 +0200 |
blanchet |
fix threshold computation + remove "op =" from relevant constants
|
changeset |
files
|
Thu, 26 Aug 2010 17:27:29 +0200 |
blanchet |
avoid needless "that" fact
|
changeset |
files
|
Thu, 26 Aug 2010 16:18:40 +0200 |
blanchet |
add nameless chained facts to the pool of things known to Sledgehammer
|
changeset |
files
|
Thu, 26 Aug 2010 14:58:45 +0200 |
blanchet |
if the goal contains no constants or frees, fall back on chained facts, then on local facts, etc., instead of generating a trivial ATP problem
|
changeset |
files
|
Thu, 26 Aug 2010 14:05:22 +0200 |
blanchet |
improve SPASS hack, when a clause comes from several facts
|
changeset |
files
|
Thu, 26 Aug 2010 13:55:30 +0200 |
blanchet |
fix Vampire version numbers
|
changeset |
files
|