Mon, 30 Aug 2010 15:09:20 +0200 more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
wenzelm [Mon, 30 Aug 2010 15:09:20 +0200] rev 38874
more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
Mon, 30 Aug 2010 14:56:27 +0200 tuned;
wenzelm [Mon, 30 Aug 2010 14:56:27 +0200] rev 38873
tuned;
Mon, 30 Aug 2010 13:01:32 +0200 Command.results: ordered by serial number;
wenzelm [Mon, 30 Aug 2010 13:01:32 +0200] rev 38872
Command.results: ordered by serial number;
Mon, 30 Aug 2010 11:35:17 +0200 message serial number indicates physical order;
wenzelm [Mon, 30 Aug 2010 11:35:17 +0200] rev 38871
message serial number indicates physical order;
Mon, 30 Aug 2010 11:17:05 +0200 tuned;
wenzelm [Mon, 30 Aug 2010 11:17:05 +0200] rev 38870
tuned;
Mon, 30 Aug 2010 11:09:26 +0200 tuned;
wenzelm [Mon, 30 Aug 2010 11:09:26 +0200] rev 38869
tuned;
Mon, 30 Aug 2010 10:38:28 +0200 merged
wenzelm [Mon, 30 Aug 2010 10:38:28 +0200] rev 38868
merged
Mon, 30 Aug 2010 10:01:25 +0200 what is hidden is hidden
haftmann [Mon, 30 Aug 2010 10:01:25 +0200] rev 38867
what is hidden is hidden
Mon, 30 Aug 2010 09:37:43 +0200 hide all-too-popular constant name eq
haftmann [Mon, 30 Aug 2010 09:37:43 +0200] rev 38866
hide all-too-popular constant name eq
Mon, 30 Aug 2010 09:35:30 +0200 merged
haftmann [Mon, 30 Aug 2010 09:35:30 +0200] rev 38865
merged
Sat, 28 Aug 2010 16:14:32 +0200 formerly unnamed infix equality now named HOL.eq
haftmann [Sat, 28 Aug 2010 16:14:32 +0200] rev 38864
formerly unnamed infix equality now named HOL.eq
Mon, 30 Aug 2010 09:28:02 +0200 code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
haftmann [Mon, 30 Aug 2010 09:28:02 +0200] rev 38863
code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
Mon, 30 Aug 2010 15:52:09 +0900 Quotient Package: dont unfold mem_def, use rsp and prs instead
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 30 Aug 2010 15:52:09 +0900] rev 38862
Quotient Package: dont unfold mem_def, use rsp and prs instead
Mon, 30 Aug 2010 15:44:33 +0900 Quotient Package: added respectfulness and preservation lemmas for mem.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 30 Aug 2010 15:44:33 +0900] rev 38861
Quotient Package: added respectfulness and preservation lemmas for mem.
Sat, 28 Aug 2010 21:17:25 +0800 quotient package: added a list of pre-simplification rules for Ball, Bex and mem
Christian Urban <urbanc@in.tum.de> [Sat, 28 Aug 2010 21:17:25 +0800] rev 38860
quotient package: added a list of pre-simplification rules for Ball, Bex and mem
Sat, 28 Aug 2010 20:24:40 +0800 quotient package: lemmas to be lifted and descended can be pre-simplified
Christian Urban <urbanc@in.tum.de> [Sat, 28 Aug 2010 20:24:40 +0800] rev 38859
quotient package: lemmas to be lifted and descended can be pre-simplified
Sat, 28 Aug 2010 11:42:33 +0200 merged
haftmann [Sat, 28 Aug 2010 11:42:33 +0200] rev 38858
merged
Fri, 27 Aug 2010 19:34:23 +0200 renamed class/constant eq to equal; tuned some instantiations
haftmann [Fri, 27 Aug 2010 19:34:23 +0200] rev 38857
renamed class/constant eq to equal; tuned some instantiations
Fri, 27 Aug 2010 15:36:02 +0200 improved deresolving of implicits
haftmann [Fri, 27 Aug 2010 15:36:02 +0200] rev 38856
improved deresolving of implicits
Mon, 30 Aug 2010 10:36:55 +0200 Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
wenzelm [Mon, 30 Aug 2010 10:36:55 +0200] rev 38855
Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
Sun, 29 Aug 2010 22:47:36 +0200 Isabelle/jEdit property for global tooltip dismiss delay;
wenzelm [Sun, 29 Aug 2010 22:47:36 +0200] rev 38854
Isabelle/jEdit property for global tooltip dismiss delay;
Sun, 29 Aug 2010 21:21:37 +0200 External_Hyperlink: proper error dialog;
wenzelm [Sun, 29 Aug 2010 21:21:37 +0200] rev 38853
External_Hyperlink: proper error dialog;
Sun, 29 Aug 2010 21:02:42 +0200 Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
wenzelm [Sun, 29 Aug 2010 21:02:42 +0200] rev 38852
Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
Sun, 29 Aug 2010 20:09:46 +0200 JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
wenzelm [Sun, 29 Aug 2010 20:09:46 +0200] rev 38851
JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
Sun, 29 Aug 2010 20:07:59 +0200 session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
wenzelm [Sun, 29 Aug 2010 20:07:59 +0200] rev 38850
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
Sun, 29 Aug 2010 19:48:35 +0200 session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
wenzelm [Sun, 29 Aug 2010 19:48:35 +0200] rev 38849
session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
Sun, 29 Aug 2010 19:04:29 +0200 use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
wenzelm [Sun, 29 Aug 2010 19:04:29 +0200] rev 38848
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled; clarified session signalling;
Sun, 29 Aug 2010 18:55:48 +0200 Swing_Thread.now: volatile result to make double-sure;
wenzelm [Sun, 29 Aug 2010 18:55:48 +0200] rev 38847
Swing_Thread.now: volatile result to make double-sure;
Sun, 29 Aug 2010 15:57:18 +0200 Document_Model.token_marker: misc tuning and simplification;
wenzelm [Sun, 29 Aug 2010 15:57:18 +0200] rev 38846
Document_Model.token_marker: misc tuning and simplification;
Sun, 29 Aug 2010 15:09:11 +0200 added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
wenzelm [Sun, 29 Aug 2010 15:09:11 +0200] rev 38845
added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.; Markup_Tree.select: plain Iterator; misc tuning and simplification;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip