wenzelm [Tue, 20 Jul 2010 21:49:39 +0200] rev 37860
SML/NJ: refrain from modifying toplevel pp for type string -- unclear if it could work here;
wenzelm [Tue, 20 Jul 2010 21:07:23 +0200] rev 37859
avoid duplicate printing of 'theory' state (cf. 173974e07dea);
wenzelm [Tue, 20 Jul 2010 20:56:28 +0200] rev 37858
toplevel pp for Proof.state and Toplevel.state;
wenzelm [Tue, 20 Jul 2010 20:10:27 +0200] rev 37857
execute document version at high priority;
wenzelm [Tue, 20 Jul 2010 18:33:19 +0200] rev 37856
Topelevel.run_command: interactive mode for initial 'theory' ensures that Thy_Info.begin_theory loads parent theories;
wenzelm [Tue, 20 Jul 2010 18:19:50 +0200] rev 37855
edit_document: join parent execution in synchronous/uninterruptible mode, to prevent spurious interrupts when cascaded executions run into each other;
wenzelm [Tue, 20 Jul 2010 17:35:42 +0200] rev 37854
back to more strict dependencies, even for canceled groups (reverting parts of 02936e77a07c);
cancel passive tasks more actively via Exn.Interrupt, by treating them like ragular jobs here;
attempts to re-assign canceled futures/promises raise Exn.Interrupt;
tuned;
wenzelm [Tue, 20 Jul 2010 16:42:48 +0200] rev 37853
export Graph.get_entry for convenience;
wenzelm [Tue, 20 Jul 2010 14:44:33 +0200] rev 37852
eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
tuned some error messages;
wenzelm [Tue, 20 Jul 2010 14:41:13 +0200] rev 37851
tuned;
wenzelm [Tue, 20 Jul 2010 11:11:15 +0200] rev 37850
observe follow_caret (again);
wenzelm [Mon, 19 Jul 2010 22:19:18 +0200] rev 37849
Session: predefined real time parameters;
Document_View: delayed caret handling, for improved reactivity;
selected_command: proper_command_at ignores ignored commands;
haftmann [Mon, 19 Jul 2010 08:59:43 +0200] rev 37848
bind and then latex symbols
wenzelm [Sun, 18 Jul 2010 17:56:04 +0200] rev 37847
minor update of dependencies;
haftmann [Fri, 16 Jul 2010 15:28:23 +0200] rev 37846
corrected range chec
haftmann [Fri, 16 Jul 2010 15:28:22 +0200] rev 37845
first roughly working version of Imperative HOL for Scala
haftmann [Fri, 16 Jul 2010 14:11:08 +0200] rev 37844
tuned
haftmann [Fri, 16 Jul 2010 13:58:37 +0200] rev 37843
merged
haftmann [Fri, 16 Jul 2010 13:58:29 +0200] rev 37842
a first sketch for Imperative HOL witht Scala
haftmann [Fri, 16 Jul 2010 13:57:46 +0200] rev 37841
don't fail gracefully
haftmann [Fri, 16 Jul 2010 13:57:29 +0200] rev 37840
restored long-broken syntax sanity checks
haftmann [Fri, 16 Jul 2010 13:57:29 +0200] rev 37839
tuned interpunctation
haftmann [Fri, 16 Jul 2010 10:23:21 +0200] rev 37838
fragments of Scala
haftmann [Thu, 15 Jul 2010 10:16:17 +0200] rev 37837
merged
haftmann [Thu, 15 Jul 2010 10:12:49 +0200] rev 37836
adjusted; fixed typo
haftmann [Thu, 15 Jul 2010 08:14:05 +0200] rev 37835
dropped spurious export_code
kleing [Wed, 14 Jul 2010 19:10:23 +0100] rev 37834
use different log server (macbroy23 down)
haftmann [Wed, 14 Jul 2010 17:27:54 +0200] rev 37833
more consistent spacing in generated monadic code
haftmann [Wed, 14 Jul 2010 17:16:02 +0200] rev 37832
braced needed in layout-insensitive syntax
haftmann [Wed, 14 Jul 2010 17:15:58 +0200] rev 37831
repaired some implementations of imperative operations
haftmann [Wed, 14 Jul 2010 16:45:30 +0200] rev 37830
repaired reference implementation for OCaml
haftmann [Wed, 14 Jul 2010 16:45:30 +0200] rev 37829
part of pervasive test
haftmann [Wed, 14 Jul 2010 16:45:30 +0200] rev 37828
avoid ambiguities; tuned
haftmann [Wed, 14 Jul 2010 16:45:29 +0200] rev 37827
repaired of_list implementation for SML, OCaml
haftmann [Wed, 14 Jul 2010 16:13:14 +0200] rev 37826
avoid export_code ... file -
haftmann [Wed, 14 Jul 2010 16:02:50 +0200] rev 37825
explicit optional checking
haftmann [Wed, 14 Jul 2010 15:49:29 +0200] rev 37824
added Isar syntax for code checking
haftmann [Wed, 14 Jul 2010 15:49:29 +0200] rev 37823
corrected import
haftmann [Wed, 14 Jul 2010 15:08:02 +0200] rev 37822
use generic description slot for formal code checking
haftmann [Wed, 14 Jul 2010 14:53:44 +0200] rev 37821
formal slot for code checker
haftmann [Wed, 14 Jul 2010 14:53:44 +0200] rev 37820
export_code without file prints to standard output
haftmann [Wed, 14 Jul 2010 14:20:47 +0200] rev 37819
check without explicit path
haftmann [Wed, 14 Jul 2010 14:16:12 +0200] rev 37818
load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann [Wed, 14 Jul 2010 12:27:44 +0200] rev 37817
tuned infix syntax
haftmann [Wed, 14 Jul 2010 12:27:44 +0200] rev 37816
dropped M suffix; added predicate monad bind
haftmann [Wed, 14 Jul 2010 12:27:43 +0200] rev 37815
self-built symbol for part of bind operator
haftmann [Wed, 14 Jul 2010 09:42:44 +0200] rev 37814
redirect stderr to stdout
paulson [Tue, 13 Jul 2010 21:07:12 +0100] rev 37813
merged