Fri, 24 Sep 2010 14:56:16 +0200 haftmann use typewriter tag instead of bare environment
Fri, 24 Sep 2010 14:03:44 +0200 haftmann dropped dead code
Fri, 24 Sep 2010 14:03:44 +0200 haftmann always add trailing newline for presentation
Fri, 24 Sep 2010 14:03:43 +0200 haftmann corrected omission
Fri, 24 Sep 2010 14:03:43 +0200 haftmann fixed small font size fore typewriter text
Fri, 24 Sep 2010 11:56:24 +0200 haftmann merged
Fri, 24 Sep 2010 11:56:14 +0200 haftmann load theory explicitly
Fri, 24 Sep 2010 11:36:28 +0200 blanchet merge
Fri, 24 Sep 2010 10:27:11 +0200 blanchet make SML/NJ happier -- temporary solution until Metis is fixed upstream
Fri, 24 Sep 2010 10:31:42 +0200 bulwahn merged
Fri, 24 Sep 2010 08:12:10 +0200 bulwahn being a little less strict than in 2e06dad03dd3
Fri, 24 Sep 2010 15:33:58 +0900 Cezary Kaliszyk quotient package: respectfulness and preservation of identity.
Thu, 23 Sep 2010 21:17:11 +0200 haftmann merged
Thu, 23 Sep 2010 17:55:31 +0200 haftmann merged
Thu, 23 Sep 2010 16:38:55 +0200 haftmann removed superfluous output_typewriter from cs 65064e8f269
Thu, 23 Sep 2010 16:28:12 +0200 haftmann more idiomatic handling of latex typewriter type setting
Thu, 23 Sep 2010 15:46:17 +0200 haftmann more canonical type setting of type writer code examples
Thu, 23 Sep 2010 13:28:53 +0200 haftmann resynchronize isabelle.sty
Thu, 23 Sep 2010 13:25:01 +0200 haftmann reverted cs 5aced2f43837 -- no need for hardwired latex command here
Thu, 23 Sep 2010 13:23:22 +0200 haftmann reverted cs 07549694e2f1 -- use re-printing with current print mode instead after code assembly, avoid Latex.output_typewriter
Thu, 23 Sep 2010 13:23:21 +0200 haftmann reverted cs 07549694e2f1
Thu, 23 Sep 2010 11:29:22 +0200 haftmann shifted abstraction over imperative print mode
Thu, 23 Sep 2010 17:22:45 +0200 bulwahn removing unneccessary expansion procedure for elimination rules; removing obsolete elim preprocessing; tuned
Thu, 23 Sep 2010 17:22:44 +0200 bulwahn moving the preprocessing of introduction rules after the code_pred command; added tuple expansion preprocessing of elimination rule
Thu, 23 Sep 2010 14:50:18 +0200 bulwahn exporting the generic version instead of the context version in quickcheck
Thu, 23 Sep 2010 14:50:18 +0200 bulwahn splitting Predicate_Compile_Examples into Examples and Predicate_Compile_Tests
Thu, 23 Sep 2010 14:50:17 +0200 bulwahn adding a mutual recursive example for named alternative rules for the predicate compiler
Thu, 23 Sep 2010 14:50:16 +0200 bulwahn handling TYPE_MATCH error by raising user error message if user gives introduction rules with mismatching types
Thu, 23 Sep 2010 14:50:16 +0200 bulwahn improving naming of assumptions in code_pred
Thu, 23 Sep 2010 14:50:15 +0200 bulwahn adding check if user-given modes match type of predicates; removed useless function expand_tuples_elim
Thu, 23 Sep 2010 14:50:14 +0200 bulwahn handling equivalences smarter in the predicate compiler
Thu, 23 Sep 2010 14:50:14 +0200 bulwahn removing duplicate rewrite rule from simpset in predicate compiler
Thu, 23 Sep 2010 14:50:13 +0200 bulwahn rewriting function mk_Eval_of in predicate compiler
Thu, 23 Sep 2010 10:39:25 +0200 haftmann merged
Thu, 23 Sep 2010 10:37:28 +0200 haftmann improved and tuned external codegen tool
Thu, 23 Sep 2010 10:34:01 +0200 blanchet make SML/NJ happy
Thu, 23 Sep 2010 09:53:52 +0200 haftmann CONTRIBUTORS and NEWS
Thu, 23 Sep 2010 08:30:33 +0200 haftmann corrections and tuning
Wed, 22 Sep 2010 18:40:35 +0200 haftmann merged
Wed, 22 Sep 2010 18:40:23 +0200 haftmann merged
Wed, 22 Sep 2010 17:11:27 +0200 haftmann merged
Wed, 22 Sep 2010 12:22:47 +0200 haftmann tuned
Fri, 24 Sep 2010 14:47:01 +0200 wenzelm persistent session-panel.selection;
Fri, 24 Sep 2010 14:14:21 +0200 wenzelm slightly more robust EditBus plumbing wrt. Document_View/Document_Model;
Fri, 24 Sep 2010 14:12:33 +0200 wenzelm permissive exit;
Fri, 24 Sep 2010 00:00:21 +0200 wenzelm added Session_Dockable.session_phase label;
Thu, 23 Sep 2010 23:04:50 +0200 wenzelm separate Plugin.init_model;
Thu, 23 Sep 2010 22:04:18 +0200 wenzelm simplified Session.Phase;
Thu, 23 Sep 2010 22:00:36 +0200 wenzelm tuned messages -- cf. Admin/MacOS/App1;
Thu, 23 Sep 2010 20:34:05 +0200 wenzelm tuned dialog;
Thu, 23 Sep 2010 18:44:26 +0200 wenzelm explicit Session.Phase indication with associated event bus;
Thu, 23 Sep 2010 16:48:48 +0200 wenzelm tuned signature;
Thu, 23 Sep 2010 16:48:12 +0200 wenzelm Plugin.stop: refrain from invalidating Isabelle.session -- some actors/dockables out there might still refer to it;
Thu, 23 Sep 2010 15:36:03 +0200 wenzelm tuned;
Thu, 23 Sep 2010 15:21:04 +0200 wenzelm manage persistent syslog via Session, not Isabelle_Process;
Thu, 23 Sep 2010 14:39:29 +0200 wenzelm tuned prover message categorization;
Thu, 23 Sep 2010 14:26:55 +0200 wenzelm tuned Isabelle_Sidekick.complete: lock buffer, depend on document model;
Thu, 23 Sep 2010 13:28:19 +0200 wenzelm tuned message;
Wed, 22 Sep 2010 22:39:17 +0200 wenzelm Command.accumulate: refrain from adding tracing messages to markup tree -- potential scalability problem;
Wed, 22 Sep 2010 22:25:21 +0200 wenzelm Snapshot.convert/revert: explicit error report to isolate sporadic crash;
Wed, 22 Sep 2010 22:15:36 +0200 wenzelm make compiler doubly sure;
Wed, 22 Sep 2010 22:14:25 +0200 wenzelm isabelle-process: less verbose no-commit mode;
Wed, 22 Sep 2010 21:21:04 +0200 wenzelm tuned message;
Wed, 22 Sep 2010 20:50:25 +0200 wenzelm tuned panel names and actions;
Wed, 22 Sep 2010 18:21:48 +0200 wenzelm renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Wed, 22 Sep 2010 17:46:59 +0200 wenzelm reactivated polyml-5.4.0 -- SVN 1214 fixes a problem with arbitrary precision arithmetic that was triggered by method "approximation" in HOL/Decision_Procs/Approximation_Ex.thy;
Wed, 22 Sep 2010 16:52:21 +0200 nipkow merged
Wed, 22 Sep 2010 16:52:09 +0200 nipkow more lists lemmas
Wed, 22 Sep 2010 16:24:41 +0200 wenzelm merged
Wed, 22 Sep 2010 11:46:28 +0200 haftmann merged
Wed, 22 Sep 2010 10:30:24 +0200 haftmann tuned text
Wed, 22 Sep 2010 10:22:50 +0200 haftmann sections on @{code} and code_reflect
Wed, 22 Sep 2010 10:04:17 +0200 haftmann formal syntax diagram for code_reflect
Wed, 22 Sep 2010 09:40:11 +0200 haftmann distinguish SML and Eval explicitly
Tue, 21 Sep 2010 15:46:06 +0200 haftmann no_frees_* is subsumed by new framework mechanisms in Code_Preproc
Tue, 21 Sep 2010 15:46:06 +0200 haftmann reject term variables explicitly
Tue, 21 Sep 2010 15:46:05 +0200 haftmann avoid frees and vars in terms to be evaluated by abstracting and applying
Tue, 21 Sep 2010 15:46:05 +0200 haftmann tuned whitespace
Wed, 22 Sep 2010 10:02:39 +0200 blanchet make SML/NJ happier
Tue, 21 Sep 2010 14:42:29 +0200 haftmann more conventional conversion signature
Tue, 21 Sep 2010 14:42:27 +0200 haftmann added nbe paper
Tue, 21 Sep 2010 14:36:13 +0200 haftmann continued section abut evaluation
Tue, 21 Sep 2010 10:02:50 +0200 blanchet make SML/NJ happier
Tue, 21 Sep 2010 02:03:40 +0200 nipkow new lemma
Mon, 20 Sep 2010 21:09:42 +0200 nipkow merged
Mon, 20 Sep 2010 21:09:25 +0200 nipkow new lemmas
Mon, 20 Sep 2010 20:00:06 +0200 blanchet revert b96941dddd04 and c13b4589fddf, which dramatically inflate proof terms
Wed, 22 Sep 2010 16:17:20 +0200 wenzelm basic setup for Session_Dockable controls;
Wed, 22 Sep 2010 16:16:23 +0200 wenzelm tuned signature;
Wed, 22 Sep 2010 16:04:20 +0200 wenzelm more content for Session_Dockable;
Wed, 22 Sep 2010 16:03:57 +0200 wenzelm basic support for full document rendering;
Wed, 22 Sep 2010 15:01:34 +0200 wenzelm Session_Dockable: basic syslog output;
Wed, 22 Sep 2010 14:53:42 +0200 wenzelm just one Session.raw_messages event bus;
Wed, 22 Sep 2010 14:29:13 +0200 wenzelm more reactive handling of Isabelle_Process startup errors;
Wed, 22 Sep 2010 14:06:48 +0200 wenzelm eliminated Simple_Thread shorthands that can overlap with full version;
Wed, 22 Sep 2010 13:47:48 +0200 wenzelm main Isabelle_Process via Isabelle_System.Managed_Process;
Wed, 22 Sep 2010 12:52:35 +0200 wenzelm more robust Managed_Process.kill: check after sending signal;
Wed, 22 Sep 2010 00:45:42 +0200 wenzelm more robust lib/scripts/process, with explicit script/no_script mode;
Wed, 22 Sep 2010 00:17:35 +0200 wenzelm Standard_System.with_tmp_file: deleteOnExit to make double sure;
Tue, 21 Sep 2010 22:16:22 +0200 wenzelm refined Isabelle_System.bash_output: pass pid via stdout, separate stdout/stderr;
Tue, 21 Sep 2010 22:08:13 +0200 wenzelm tuned whitespace;
Tue, 21 Sep 2010 22:01:27 +0200 wenzelm tuned;
Tue, 21 Sep 2010 21:53:15 +0200 wenzelm added Standard_System.slurp convenience;
Tue, 21 Sep 2010 21:51:26 +0200 wenzelm added Simple_Thread.future convenience;
Mon, 20 Sep 2010 23:36:26 +0200 wenzelm refined ML/Scala bash wrapper, based on more general lib/scripts/process;
Mon, 20 Sep 2010 23:28:35 +0200 wenzelm tuned;
Mon, 20 Sep 2010 21:54:58 +0200 wenzelm more robust Isabelle_System.rm_fifo: avoid external bash invocation, which might not work in JVM shutdown phase (due to Runtime.addShutdownHook);
Mon, 20 Sep 2010 21:26:58 +0200 wenzelm tuned;
Mon, 20 Sep 2010 21:20:06 +0200 wenzelm added Isabelle_Process.syslog;
Mon, 20 Sep 2010 19:00:47 +0200 wenzelm updated keywords;
Mon, 20 Sep 2010 18:45:58 +0200 wenzelm merged
Mon, 20 Sep 2010 18:43:49 +0200 haftmann merged
Mon, 20 Sep 2010 18:43:26 +0200 haftmann corrected long-overlooked slip: the Pure equality of a code equation is no part of the code equation itself
Mon, 20 Sep 2010 18:43:23 +0200 haftmann dynamic_eval_conv static_eval_conv: certification of previously unreliably reconstructed evaluated term
Mon, 20 Sep 2010 18:43:18 +0200 haftmann Pure equality is a regular cpde operation
Mon, 20 Sep 2010 15:25:32 +0200 haftmann full palette of dynamic/static value(_strict/exn)
Mon, 20 Sep 2010 15:10:21 +0200 haftmann Factored out ML into separate file
Mon, 20 Sep 2010 18:28:29 +0200 wenzelm merged
Mon, 20 Sep 2010 17:12:52 +0200 blanchet merged
Mon, 20 Sep 2010 16:31:47 +0200 blanchet remove needless exception
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip