bulwahn [Thu, 30 Sep 2010 15:37:12 +0200] rev 39803
adding example for case expressions
bulwahn [Thu, 30 Sep 2010 15:37:11 +0200] rev 39802
applying case beta reduction to case term before matching in predicate compile function flattening; moving case beta reduction function to Predicate_Compile_Aux
bulwahn [Thu, 30 Sep 2010 11:52:22 +0200] rev 39801
merged
bulwahn [Thu, 30 Sep 2010 10:48:12 +0200] rev 39800
adapting manual configuration in examples
bulwahn [Thu, 30 Sep 2010 10:48:12 +0200] rev 39799
finding the counterexample with different options (manually limited precisely, manually limited global, automatically limited global)
bulwahn [Thu, 30 Sep 2010 10:48:11 +0200] rev 39798
adding option to globally limit the prolog execution
bulwahn [Thu, 30 Sep 2010 10:48:09 +0200] rev 39797
removing dead code
haftmann [Thu, 30 Sep 2010 09:45:18 +0200] rev 39796
value uses bare compiler invocation: generated code does not contain antiquotations
haftmann [Thu, 30 Sep 2010 09:31:07 +0200] rev 39795
updated files to recent changes
haftmann [Thu, 30 Sep 2010 08:50:45 +0200] rev 39794
corrected subsumption check: arguments have been reversed; addition of default equations to non-default equations is identity
haftmann [Thu, 30 Sep 2010 08:50:45 +0200] rev 39793
tuned
haftmann [Thu, 30 Sep 2010 07:34:06 +0200] rev 39792
merged
haftmann [Wed, 29 Sep 2010 15:28:29 +0200] rev 39791
redundancy check: drop trailing Var arguments (avoids eta problems with equations)
wenzelm [Wed, 29 Sep 2010 17:59:20 +0200] rev 39790
merged
bulwahn [Wed, 29 Sep 2010 11:55:08 +0200] rev 39789
removing obsolete distinction between prod_case and other case expressions after merging of split and prod_case (d3daea901123) in predicate compiler
bulwahn [Wed, 29 Sep 2010 11:36:16 +0200] rev 39788
merged
bulwahn [Wed, 29 Sep 2010 10:33:15 +0200] rev 39787
adding splitting of conjuncts in assumptions as forward rule on theorems; replacing term transformation for splitting conjuncts by theorem transformation; removing obsolete functions; tuned
bulwahn [Wed, 29 Sep 2010 10:33:15 +0200] rev 39786
added test case for predicate arguments in higher-order argument position
bulwahn [Wed, 29 Sep 2010 10:33:15 +0200] rev 39785
improving the compilation to handle predicate arguments in higher-order argument positions
bulwahn [Wed, 29 Sep 2010 10:33:15 +0200] rev 39784
added a test case to Predicate_Compile_Tests
bulwahn [Wed, 29 Sep 2010 10:33:14 +0200] rev 39783
putting the last step of the proof in a TRY block to handle the case that the simplifier already solved the goal
krauss [Wed, 29 Sep 2010 11:02:24 +0200] rev 39782
backed out my old attempt at single_hyp_subst_tac (67cd6ed76446)
It never was totally reliable, and better alternatives now exist (Subgoal.FOCUS).
haftmann [Wed, 29 Sep 2010 10:05:44 +0200] rev 39781
scala is reserved identifier
haftmann [Wed, 29 Sep 2010 09:21:26 +0200] rev 39780
platform-sensitive contrib paths for ghc, ocaml
haftmann [Wed, 29 Sep 2010 09:08:01 +0200] rev 39779
fact listsum now names listsum_foldl
haftmann [Wed, 29 Sep 2010 09:08:00 +0200] rev 39778
delete code lemma explicitly
haftmann [Wed, 29 Sep 2010 09:07:58 +0200] rev 39777
moved old_primrec source to nominal package, where it is still used
haftmann [Tue, 28 Sep 2010 15:39:59 +0200] rev 39776
dropped old primrec package
haftmann [Tue, 28 Sep 2010 15:34:47 +0200] rev 39775
merged
haftmann [Tue, 28 Sep 2010 15:21:45 +0200] rev 39774
localized listsum
haftmann [Tue, 28 Sep 2010 15:21:45 +0200] rev 39773
lemma listsum_conv_fold
haftmann [Tue, 28 Sep 2010 15:34:30 +0200] rev 39772
merged
haftmann [Tue, 28 Sep 2010 15:33:56 +0200] rev 39771
NEWS
haftmann [Tue, 28 Sep 2010 15:32:59 +0200] rev 39770
dropped syntax for old primrec package
haftmann [Tue, 28 Sep 2010 15:31:10 +0200] rev 39769
modernized session
bulwahn [Tue, 28 Sep 2010 13:44:06 +0200] rev 39768
merged
bulwahn [Tue, 28 Sep 2010 11:59:58 +0200] rev 39767
using SUBPROOF to ensure that rewriting is not done on the further subgoals of proof
bulwahn [Tue, 28 Sep 2010 11:59:57 +0200] rev 39766
avoiding instable rotate_tac and using the nice Subgoal.FOCUS_PREMS instead
bulwahn [Tue, 28 Sep 2010 11:59:53 +0200] rev 39765
adding test case for interpretation of arguments that are predicates simply as input
bulwahn [Tue, 28 Sep 2010 11:59:52 +0200] rev 39764
only modes but not types are used to destruct terms and types; this allows to interpret arguments that are predicates simply as input
bulwahn [Tue, 28 Sep 2010 11:59:51 +0200] rev 39763
weakening check for higher-order relations, but adding check for consistent modes
bulwahn [Tue, 28 Sep 2010 11:59:51 +0200] rev 39762
handling higher-order relations in output terms; improving proof procedure; added test case
bulwahn [Tue, 28 Sep 2010 11:59:50 +0200] rev 39761
renaming use_random to use_generators in the predicate compiler
bulwahn [Tue, 28 Sep 2010 11:59:48 +0200] rev 39760
fixed a typo that caused the preference of non-random modes to be ignored
haftmann [Tue, 28 Sep 2010 12:48:05 +0200] rev 39759
merged
haftmann [Tue, 28 Sep 2010 12:47:55 +0200] rev 39758
modernized primrecs
haftmann [Tue, 28 Sep 2010 12:47:55 +0200] rev 39757
modernized session
krauss [Tue, 28 Sep 2010 12:34:41 +0200] rev 39756
consolidated tupled_lambda; moved to structure HOLogic
haftmann [Tue, 28 Sep 2010 12:10:37 +0200] rev 39755
added dependency to base image to ensure that the doc test actually rebuilds the tutorial
krauss [Tue, 28 Sep 2010 09:54:07 +0200] rev 39754
no longer declare .psimps rules as [simp].
This regularly caused confusion (e.g., they show up in simp traces
when the regular simp rules are disabled). In the few places where the
rules are used, explicitly mentioning them actually clarifies the
proof text.
krauss [Tue, 28 Sep 2010 09:43:13 +0200] rev 39753
added dependency to base images to ensure that the doc test actually rebuilds the tutorials
krauss [Tue, 28 Sep 2010 09:34:20 +0200] rev 39752
removed unnecessary reference poking (cf. f45d332a90e3)
haftmann [Tue, 28 Sep 2010 09:17:33 +0200] rev 39751
merged
haftmann [Tue, 28 Sep 2010 09:14:37 +0200] rev 39750
consider quick_and_dirty option before loading theory
krauss [Tue, 28 Sep 2010 08:38:20 +0200] rev 39749
dropped obsolete mk_tcl
blanchet [Tue, 28 Sep 2010 08:35:00 +0200] rev 39748
make SML/NJ happy
haftmann [Mon, 27 Sep 2010 16:32:48 +0200] rev 39747
merged
haftmann [Mon, 27 Sep 2010 16:27:32 +0200] rev 39746
combine quote and typewriter tag; typewriter considers isa@parindent
haftmann [Mon, 27 Sep 2010 16:27:31 +0200] rev 39745
combine quote and typewriter/tt tag
haftmann [Mon, 27 Sep 2010 16:19:37 +0200] rev 39744
combine quote and typewriter tag; typewriter considers isa@parindent
haftmann [Mon, 27 Sep 2010 16:19:36 +0200] rev 39743
combine quote and typewriter tag
wenzelm [Wed, 29 Sep 2010 17:58:27 +0200] rev 39742
CONTROL-mouse management: handle windowDeactivated as well;
some workarounds to robustify html_popup;
wenzelm [Tue, 28 Sep 2010 23:47:45 +0200] rev 39741
CONTROL-mouse management: handle windowIconified;
html_panel: tuned border;
wenzelm [Tue, 28 Sep 2010 23:02:05 +0200] rev 39740
basic support for message popups via HTML_Panel;
more systematic CONTROL-mouse management;
tuned;
wenzelm [Tue, 28 Sep 2010 20:49:39 +0200] rev 39739
tuned default perspective;
wenzelm [Tue, 28 Sep 2010 20:35:17 +0200] rev 39738
tuned README;
wenzelm [Tue, 28 Sep 2010 20:22:58 +0200] rev 39737
more defensive overview.paintComponent: avoid potential crash due to buffer change while painting;
wenzelm [Tue, 28 Sep 2010 18:51:10 +0200] rev 39736
tuned README;
wenzelm [Tue, 28 Sep 2010 15:58:31 +0200] rev 39735
more uniform init/exit model/view in session_manager, trading race wrt. session.phase for race wrt. global editor state;
wenzelm [Mon, 27 Sep 2010 21:16:42 +0200] rev 39734
moved "auto-start" to options panel;
tuned;
wenzelm [Mon, 27 Sep 2010 20:26:10 +0200] rev 39733
renamed raw output primitives to emphasize their meaning -- not to be used in user-space;
wenzelm [Mon, 27 Sep 2010 18:16:36 +0200] rev 39732
added Standard_System.unzip (for platform file-system);
tuned comments;
wenzelm [Mon, 27 Sep 2010 18:11:33 +0200] rev 39731
bulk read: observe EOF protocol more carefully -- 0 counts as successful read;
wenzelm [Mon, 27 Sep 2010 18:10:21 +0200] rev 39730
tuned whitespace;
wenzelm [Mon, 27 Sep 2010 14:54:10 +0200] rev 39729
merged
haftmann [Mon, 27 Sep 2010 14:13:22 +0200] rev 39728
lemma remdups_map_remdups
haftmann [Mon, 27 Sep 2010 14:13:22 +0200] rev 39727
lemma remdups_list_of_dlist
bulwahn [Mon, 27 Sep 2010 13:28:54 +0200] rev 39726
merged
bulwahn [Mon, 27 Sep 2010 12:23:01 +0200] rev 39725
adopting example
bulwahn [Mon, 27 Sep 2010 12:23:00 +0200] rev 39724
adding further tracing messages; tuned
bulwahn [Mon, 27 Sep 2010 12:22:57 +0200] rev 39723
handling nested cases more elegant by requiring less new constants
blanchet [Mon, 27 Sep 2010 12:01:04 +0200] rev 39722
merged
blanchet [Mon, 27 Sep 2010 12:00:53 +0200] rev 39721
renamed function
blanchet [Mon, 27 Sep 2010 10:44:08 +0200] rev 39720
rename "Clausifier" to "Meson_Clausifier" and merge with "Meson_Tactic"
blanchet [Mon, 27 Sep 2010 09:17:24 +0200] rev 39719
comment out Auto Try until issues are resolved (automatically on by default even though the code says off; thread that continues in the background)
blanchet [Mon, 27 Sep 2010 09:14:39 +0200] rev 39718
remove needless flag
haftmann [Mon, 27 Sep 2010 11:12:08 +0200] rev 39717
added hint on reference equality
haftmann [Mon, 27 Sep 2010 11:12:01 +0200] rev 39716
treat equality on refs and arrays as primitive operation
haftmann [Mon, 27 Sep 2010 11:11:59 +0200] rev 39715
corrected OCaml operator precedence
haftmann [Mon, 27 Sep 2010 09:36:18 +0200] rev 39714
corrected scope of closure
haftmann [Mon, 27 Sep 2010 08:47:23 +0200] rev 39713
merged
haftmann [Mon, 27 Sep 2010 08:46:53 +0200] rev 39712
separate quote tag from tt tag
haftmann [Fri, 24 Sep 2010 16:09:54 +0200] rev 39711
separate quote tag from tt tag
blanchet [Sat, 25 Sep 2010 10:32:14 +0200] rev 39710
make SML/NJ happy
wenzelm [Mon, 27 Sep 2010 14:34:55 +0200] rev 39709
some more options to robustify posix_untar;
wenzelm [Mon, 27 Sep 2010 13:38:35 +0200] rev 39708
more efficient posix_untar -- avoid really slow java.util.zip.GZIPInputStream;
misc tuning;
wenzelm [Mon, 27 Sep 2010 11:31:39 +0200] rev 39707
back to UseQuartz=true -- used to be default on Apple Java 1.5;
wenzelm [Sun, 26 Sep 2010 23:35:10 +0200] rev 39706
raw_untar.raw_execute with native cwd, to avoid cross-platform complications;
more informative treatment of IOException, notably due to broken pipe;
wenzelm [Sun, 26 Sep 2010 22:54:37 +0200] rev 39705
added Standard_System.raw_untar;
wenzelm [Sun, 26 Sep 2010 19:46:02 +0200] rev 39704
some markup for inner syntax tokens;
wenzelm [Sun, 26 Sep 2010 19:32:45 +0200] rev 39703
tuned signatures and messages;
wenzelm [Sat, 25 Sep 2010 17:28:41 +0200] rev 39702
Session_Dockable: more startup controls;
wenzelm [Sat, 25 Sep 2010 16:22:27 +0200] rev 39701
simplified / clarified Session.Phase;
wenzelm [Sat, 25 Sep 2010 15:40:40 +0200] rev 39700
more precise treatment of backgrounds vs. rectangles;
wenzelm [Sat, 25 Sep 2010 14:16:59 +0200] rev 39699
tuned mk_fifo;
wenzelm [Sat, 25 Sep 2010 13:57:34 +0200] rev 39698
tuned signature;
wenzelm [Fri, 24 Sep 2010 21:05:07 +0200] rev 39697
tuned border;
wenzelm [Fri, 24 Sep 2010 20:33:38 +0200] rev 39696
more informative Session.Phase;
wenzelm [Fri, 24 Sep 2010 17:55:32 +0200] rev 39695
merged
haftmann [Fri, 24 Sep 2010 15:53:57 +0200] rev 39694
merged
haftmann [Fri, 24 Sep 2010 15:53:43 +0200] rev 39693
tuned schema table
wenzelm [Fri, 24 Sep 2010 17:20:09 +0200] rev 39692
tuned warning_color;
wenzelm [Fri, 24 Sep 2010 17:12:09 +0200] rev 39691
tuned error_color;
wenzelm [Fri, 24 Sep 2010 17:09:07 +0200] rev 39690
some attempts to improve visual appearance of bad text;
wenzelm [Fri, 24 Sep 2010 16:17:59 +0200] rev 39689
clarified @{type} antiquotation: abbreviations and nonterminals count as "syntactic", disallow TFrees;
tuned;
wenzelm [Fri, 24 Sep 2010 15:56:29 +0200] rev 39688
updated generated file;
wenzelm [Fri, 24 Sep 2010 15:53:13 +0200] rev 39687
modernized structure Ord_List;
wenzelm [Fri, 24 Sep 2010 15:37:36 +0200] rev 39686
isatest: indicate Isabelle version;
wenzelm [Fri, 24 Sep 2010 15:30:30 +0200] rev 39685
actually handle Type.TYPE_MATCH, not arbitrary exceptions;
wenzelm [Fri, 24 Sep 2010 15:14:55 +0200] rev 39684
merged
haftmann [Fri, 24 Sep 2010 15:11:38 +0200] rev 39683
prefer typewrite tag over raw latex environment
haftmann [Fri, 24 Sep 2010 15:11:38 +0200] rev 39682
avoid fragile tranclp syntax; corrected resolution; corrected typo
wenzelm [Fri, 24 Sep 2010 14:57:17 +0200] rev 39681
merged
haftmann [Fri, 24 Sep 2010 14:56:16 +0200] rev 39680
use typewriter tag instead of bare environment
haftmann [Fri, 24 Sep 2010 14:03:44 +0200] rev 39679
dropped dead code
haftmann [Fri, 24 Sep 2010 14:03:44 +0200] rev 39678
always add trailing newline for presentation
haftmann [Fri, 24 Sep 2010 14:03:43 +0200] rev 39677
corrected omission
haftmann [Fri, 24 Sep 2010 14:03:43 +0200] rev 39676
fixed small font size fore typewriter text
haftmann [Fri, 24 Sep 2010 11:56:24 +0200] rev 39675
merged
haftmann [Fri, 24 Sep 2010 11:56:14 +0200] rev 39674
load theory explicitly
blanchet [Fri, 24 Sep 2010 11:36:28 +0200] rev 39673
merge
blanchet [Fri, 24 Sep 2010 10:27:11 +0200] rev 39672
make SML/NJ happier -- temporary solution until Metis is fixed upstream
bulwahn [Fri, 24 Sep 2010 10:31:42 +0200] rev 39671
merged
bulwahn [Fri, 24 Sep 2010 08:12:10 +0200] rev 39670
being a little less strict than in 2e06dad03dd3
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Sep 2010 15:33:58 +0900] rev 39669
quotient package: respectfulness and preservation of identity.
haftmann [Thu, 23 Sep 2010 21:17:11 +0200] rev 39668
merged
haftmann [Thu, 23 Sep 2010 17:55:31 +0200] rev 39667
merged
haftmann [Thu, 23 Sep 2010 16:38:55 +0200] rev 39666
removed superfluous output_typewriter from cs 65064e8f269
haftmann [Thu, 23 Sep 2010 16:28:12 +0200] rev 39665
more idiomatic handling of latex typewriter type setting
haftmann [Thu, 23 Sep 2010 15:46:17 +0200] rev 39664
more canonical type setting of type writer code examples
haftmann [Thu, 23 Sep 2010 13:28:53 +0200] rev 39663
resynchronize isabelle.sty
haftmann [Thu, 23 Sep 2010 13:25:01 +0200] rev 39662
reverted cs 5aced2f43837 -- no need for hardwired latex command here
haftmann [Thu, 23 Sep 2010 13:23:22 +0200] rev 39661
reverted cs 07549694e2f1 -- use re-printing with current print mode instead after code assembly, avoid Latex.output_typewriter
haftmann [Thu, 23 Sep 2010 13:23:21 +0200] rev 39660
reverted cs 07549694e2f1
haftmann [Thu, 23 Sep 2010 11:29:22 +0200] rev 39659
shifted abstraction over imperative print mode
bulwahn [Thu, 23 Sep 2010 17:22:45 +0200] rev 39658
removing unneccessary expansion procedure for elimination rules; removing obsolete elim preprocessing; tuned
bulwahn [Thu, 23 Sep 2010 17:22:44 +0200] rev 39657
moving the preprocessing of introduction rules after the code_pred command; added tuple expansion preprocessing of elimination rule
bulwahn [Thu, 23 Sep 2010 14:50:18 +0200] rev 39656
exporting the generic version instead of the context version in quickcheck
bulwahn [Thu, 23 Sep 2010 14:50:18 +0200] rev 39655
splitting Predicate_Compile_Examples into Examples and Predicate_Compile_Tests
bulwahn [Thu, 23 Sep 2010 14:50:17 +0200] rev 39654
adding a mutual recursive example for named alternative rules for the predicate compiler
bulwahn [Thu, 23 Sep 2010 14:50:16 +0200] rev 39653
handling TYPE_MATCH error by raising user error message if user gives introduction rules with mismatching types
bulwahn [Thu, 23 Sep 2010 14:50:16 +0200] rev 39652
improving naming of assumptions in code_pred
bulwahn [Thu, 23 Sep 2010 14:50:15 +0200] rev 39651
adding check if user-given modes match type of predicates; removed useless function expand_tuples_elim
bulwahn [Thu, 23 Sep 2010 14:50:14 +0200] rev 39650
handling equivalences smarter in the predicate compiler
bulwahn [Thu, 23 Sep 2010 14:50:14 +0200] rev 39649
removing duplicate rewrite rule from simpset in predicate compiler
bulwahn [Thu, 23 Sep 2010 14:50:13 +0200] rev 39648
rewriting function mk_Eval_of in predicate compiler
haftmann [Thu, 23 Sep 2010 10:39:25 +0200] rev 39647
merged
haftmann [Thu, 23 Sep 2010 10:37:28 +0200] rev 39646
improved and tuned external codegen tool
blanchet [Thu, 23 Sep 2010 10:34:01 +0200] rev 39645
make SML/NJ happy
haftmann [Thu, 23 Sep 2010 09:53:52 +0200] rev 39644
CONTRIBUTORS and NEWS
haftmann [Thu, 23 Sep 2010 08:30:33 +0200] rev 39643
corrections and tuning
haftmann [Wed, 22 Sep 2010 18:40:35 +0200] rev 39642
merged
haftmann [Wed, 22 Sep 2010 18:40:23 +0200] rev 39641
merged
haftmann [Wed, 22 Sep 2010 17:11:27 +0200] rev 39640
merged
haftmann [Wed, 22 Sep 2010 12:22:47 +0200] rev 39639
tuned
wenzelm [Fri, 24 Sep 2010 14:47:01 +0200] rev 39638
persistent session-panel.selection;
wenzelm [Fri, 24 Sep 2010 14:14:21 +0200] rev 39637
slightly more robust EditBus plumbing wrt. Document_View/Document_Model;
wenzelm [Fri, 24 Sep 2010 14:12:33 +0200] rev 39636
permissive exit;
wenzelm [Fri, 24 Sep 2010 00:00:21 +0200] rev 39635
added Session_Dockable.session_phase label;
wenzelm [Thu, 23 Sep 2010 23:04:50 +0200] rev 39634
separate Plugin.init_model;
slightly more robust initialization of Document_View/Document_Model, depending of Session.phase;
wenzelm [Thu, 23 Sep 2010 22:04:18 +0200] rev 39633
simplified Session.Phase;
slightly more robust session startup;
misc tuning;
wenzelm [Thu, 23 Sep 2010 22:00:36 +0200] rev 39632
tuned messages -- cf. Admin/MacOS/App1;
wenzelm [Thu, 23 Sep 2010 20:34:05 +0200] rev 39631
tuned dialog;
wenzelm [Thu, 23 Sep 2010 18:44:26 +0200] rev 39630
explicit Session.Phase indication with associated event bus;
asynchronous Session.start();
synchronous Session.stop();
added Plugin.session_manager on top of basic Session;
eliminated separate isabelle.activate action;
misc tuning;
wenzelm [Thu, 23 Sep 2010 16:48:48 +0200] rev 39629
tuned signature;
wenzelm [Thu, 23 Sep 2010 16:48:12 +0200] rev 39628
Plugin.stop: refrain from invalidating Isabelle.session -- some actors/dockables out there might still refer to it;
wenzelm [Thu, 23 Sep 2010 15:36:03 +0200] rev 39627
tuned;
wenzelm [Thu, 23 Sep 2010 15:21:04 +0200] rev 39626
manage persistent syslog via Session, not Isabelle_Process;
tuned;
wenzelm [Thu, 23 Sep 2010 14:39:29 +0200] rev 39625
tuned prover message categorization;
wenzelm [Thu, 23 Sep 2010 14:26:55 +0200] rev 39624
tuned Isabelle_Sidekick.complete: lock buffer, depend on document model;
wenzelm [Thu, 23 Sep 2010 13:28:19 +0200] rev 39623
tuned message;
wenzelm [Wed, 22 Sep 2010 22:39:17 +0200] rev 39622
Command.accumulate: refrain from adding tracing messages to markup tree -- potential scalability problem;
wenzelm [Wed, 22 Sep 2010 22:25:21 +0200] rev 39621
Snapshot.convert/revert: explicit error report to isolate sporadic crash;
wenzelm [Wed, 22 Sep 2010 22:15:36 +0200] rev 39620
make compiler doubly sure;
wenzelm [Wed, 22 Sep 2010 22:14:25 +0200] rev 39619
isabelle-process: less verbose no-commit mode;
wenzelm [Wed, 22 Sep 2010 21:21:04 +0200] rev 39618
tuned message;
wenzelm [Wed, 22 Sep 2010 20:50:25 +0200] rev 39617
tuned panel names and actions;
wenzelm [Wed, 22 Sep 2010 18:21:48 +0200] rev 39616
renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
wenzelm [Wed, 22 Sep 2010 17:46:59 +0200] rev 39615
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;
nipkow [Wed, 22 Sep 2010 16:52:21 +0200] rev 39614
merged
nipkow [Wed, 22 Sep 2010 16:52:09 +0200] rev 39613
more lists lemmas
wenzelm [Wed, 22 Sep 2010 16:24:41 +0200] rev 39612
merged
haftmann [Wed, 22 Sep 2010 11:46:28 +0200] rev 39611
merged
haftmann [Wed, 22 Sep 2010 10:30:24 +0200] rev 39610
tuned text
haftmann [Wed, 22 Sep 2010 10:22:50 +0200] rev 39609
sections on @{code} and code_reflect
haftmann [Wed, 22 Sep 2010 10:04:17 +0200] rev 39608
formal syntax diagram for code_reflect
haftmann [Wed, 22 Sep 2010 09:40:11 +0200] rev 39607
distinguish SML and Eval explicitly
haftmann [Tue, 21 Sep 2010 15:46:06 +0200] rev 39606
no_frees_* is subsumed by new framework mechanisms in Code_Preproc
haftmann [Tue, 21 Sep 2010 15:46:06 +0200] rev 39605
reject term variables explicitly
haftmann [Tue, 21 Sep 2010 15:46:05 +0200] rev 39604
avoid frees and vars in terms to be evaluated by abstracting and applying
haftmann [Tue, 21 Sep 2010 15:46:05 +0200] rev 39603
tuned whitespace
blanchet [Wed, 22 Sep 2010 10:02:39 +0200] rev 39602
make SML/NJ happier
haftmann [Tue, 21 Sep 2010 14:42:29 +0200] rev 39601
more conventional conversion signature
haftmann [Tue, 21 Sep 2010 14:42:27 +0200] rev 39600
added nbe paper
haftmann [Tue, 21 Sep 2010 14:36:13 +0200] rev 39599
continued section abut evaluation
blanchet [Tue, 21 Sep 2010 10:02:50 +0200] rev 39598
make SML/NJ happier
nipkow [Tue, 21 Sep 2010 02:03:40 +0200] rev 39597
new lemma
nipkow [Mon, 20 Sep 2010 21:09:42 +0200] rev 39596
merged
nipkow [Mon, 20 Sep 2010 21:09:25 +0200] rev 39595
new lemmas
blanchet [Mon, 20 Sep 2010 20:00:06 +0200] rev 39594
revert b96941dddd04 and c13b4589fddf, which dramatically inflate proof terms
wenzelm [Wed, 22 Sep 2010 16:17:20 +0200] rev 39593
basic setup for Session_Dockable controls;
wenzelm [Wed, 22 Sep 2010 16:16:23 +0200] rev 39592
tuned signature;
wenzelm [Wed, 22 Sep 2010 16:04:20 +0200] rev 39591
more content for Session_Dockable;
wenzelm [Wed, 22 Sep 2010 16:03:57 +0200] rev 39590
basic support for full document rendering;
wenzelm [Wed, 22 Sep 2010 15:01:34 +0200] rev 39589
Session_Dockable: basic syslog output;
wenzelm [Wed, 22 Sep 2010 14:53:42 +0200] rev 39588
just one Session.raw_messages event bus;
wenzelm [Wed, 22 Sep 2010 14:29:13 +0200] rev 39587
more reactive handling of Isabelle_Process startup errors;
wenzelm [Wed, 22 Sep 2010 14:06:48 +0200] rev 39586
eliminated Simple_Thread shorthands that can overlap with full version;
wenzelm [Wed, 22 Sep 2010 13:47:48 +0200] rev 39585
main Isabelle_Process via Isabelle_System.Managed_Process;
simplified init message: no pid;
misc tuning and simplification;
wenzelm [Wed, 22 Sep 2010 12:52:35 +0200] rev 39584
more robust Managed_Process.kill: check after sending signal;
wenzelm [Wed, 22 Sep 2010 00:45:42 +0200] rev 39583
more robust lib/scripts/process, with explicit script/no_script mode;
added general Isabelle_System.Managed_Process, with bash_output as application;
tuned;
wenzelm [Wed, 22 Sep 2010 00:17:35 +0200] rev 39582
Standard_System.with_tmp_file: deleteOnExit to make double sure;
wenzelm [Tue, 21 Sep 2010 22:16:22 +0200] rev 39581
refined Isabelle_System.bash_output: pass pid via stdout, separate stdout/stderr;
wenzelm [Tue, 21 Sep 2010 22:08:13 +0200] rev 39580
tuned whitespace;
wenzelm [Tue, 21 Sep 2010 22:01:27 +0200] rev 39579
tuned;
wenzelm [Tue, 21 Sep 2010 21:53:15 +0200] rev 39578
added Standard_System.slurp convenience;
tuned;
wenzelm [Tue, 21 Sep 2010 21:51:26 +0200] rev 39577
added Simple_Thread.future convenience;
tuned;
wenzelm [Mon, 20 Sep 2010 23:36:26 +0200] rev 39576
refined ML/Scala bash wrapper, based on more general lib/scripts/process;
wenzelm [Mon, 20 Sep 2010 23:28:35 +0200] rev 39575
tuned;
wenzelm [Mon, 20 Sep 2010 21:54:58 +0200] rev 39574
more robust Isabelle_System.rm_fifo: avoid external bash invocation, which might not work in JVM shutdown phase (due to Runtime.addShutdownHook);
wenzelm [Mon, 20 Sep 2010 21:26:58 +0200] rev 39573
tuned;
wenzelm [Mon, 20 Sep 2010 21:20:06 +0200] rev 39572
added Isabelle_Process.syslog;
refined Isabelle_Process.process_manager: startup_output via syslog, explicit join of auxiliary threads;
tuned;
wenzelm [Mon, 20 Sep 2010 19:00:47 +0200] rev 39571
updated keywords;
wenzelm [Mon, 20 Sep 2010 18:45:58 +0200] rev 39570
merged
haftmann [Mon, 20 Sep 2010 18:43:49 +0200] rev 39569
merged
haftmann [Mon, 20 Sep 2010 18:43:26 +0200] rev 39568
corrected long-overlooked slip: the Pure equality of a code equation is no part of the code equation itself
haftmann [Mon, 20 Sep 2010 18:43:23 +0200] rev 39567
dynamic_eval_conv static_eval_conv: certification of previously unreliably reconstructed evaluated term
haftmann [Mon, 20 Sep 2010 18:43:18 +0200] rev 39566
Pure equality is a regular cpde operation
haftmann [Mon, 20 Sep 2010 15:25:32 +0200] rev 39565
full palette of dynamic/static value(_strict/exn)
haftmann [Mon, 20 Sep 2010 15:10:21 +0200] rev 39564
Factored out ML into separate file