Fri, 11 Oct 2013 22:11:07 +0200 wenzelm obsolete;
Fri, 11 Oct 2013 20:45:21 +0200 wenzelm clarified Editor.current_command: allow outdated snapshot;
Fri, 11 Oct 2013 12:06:26 +0200 wenzelm make double sure that AWT/Swing antialiasing is enabled (see also http://www.jedit.org/users-guide/jvm-options.html and jdk/src/share/classes/sun/awt/SunToolkit.java);
Thu, 10 Oct 2013 18:02:08 +0200 wenzelm more documentation;
Thu, 10 Oct 2013 15:46:05 +0200 wenzelm more documentation;
Thu, 10 Oct 2013 14:29:21 +0200 wenzelm more documentation;
Thu, 10 Oct 2013 12:02:12 +0200 wenzelm tuned;
Wed, 09 Oct 2013 23:11:56 +0200 wenzelm NEWS;
Wed, 09 Oct 2013 23:06:23 +0200 wenzelm avoid confusion of isabelle.complete vs. menu item complete-word (NB: alternative shortcuts not shown in menus);
Wed, 09 Oct 2013 15:33:20 +0200 Andreas Lochbihler add congruence rule to prevent code_simp from looping
Wed, 09 Oct 2013 13:40:14 +0200 wenzelm Added tag Isabelle2013-1-RC2 for changeset 782e430e6a83
Mon, 07 Oct 2013 22:19:08 +0200 wenzelm native executable for Linux (see Admin/Linux);
Mon, 07 Oct 2013 22:02:46 +0200 wenzelm proper NULL termination;
Mon, 07 Oct 2013 21:24:44 +0200 wenzelm native executable even for Linux, to avoid surprises with file managers opening executable script as text file;
Mon, 07 Oct 2013 17:55:01 +0200 wenzelm proper warning at run time, not in the parser;
Mon, 07 Oct 2013 13:42:33 +0200 wenzelm prefer "fresh" open -- requires Lion / Mountain Lion;
Mon, 07 Oct 2013 12:28:19 +0200 wenzelm clarified remove_overlay: always flush in order to make sure that apply_query can make a fresh start with the same arguments (see also 6e69f9ca8f1c) -- NB: print functions are idempotent;
Fri, 04 Oct 2013 14:35:00 +0200 blanchet prevent explosion in monomorphizer (e.g. when the facts typerep_int_def typerep_num_def typerep_option_def typerep_node_def are selected)
Fri, 04 Oct 2013 11:12:28 +0200 blanchet more parallelism in blocking mode
Fri, 04 Oct 2013 11:28:28 +0200 blanchet count remote threads as well when balancing CPU usage -- otherwise jEdit users and other users of the "blocking" mode may have to wait for 2 * timeout if they e.g. have 4 cores and 5 provers (the typical situation)
Fri, 04 Oct 2013 18:51:47 +0200 wenzelm another shortcut alias;
Fri, 04 Oct 2013 13:17:49 +0200 wenzelm NEWS;
Thu, 03 Oct 2013 17:03:20 +0200 wenzelm Added tag Isabelle2013-1-RC1 for changeset c37100233af7
Mon, 11 Nov 2013 18:25:13 +0100 blanchet reintroduced check from bd36da55d825 after all, due to hard-to-solve issues outside the N2M code
Mon, 11 Nov 2013 18:13:17 +0100 blanchet removed dead code
Mon, 11 Nov 2013 17:59:41 +0100 blanchet added check to avoid odd situations the N2M code cannot handle
Mon, 11 Nov 2013 17:40:55 +0100 blanchet reverted check introduced in ce58fb149ff6, now that independent functions are allowed (cf. 347c3b0cab44)
Mon, 11 Nov 2013 17:38:53 +0100 blanchet tuned signature
Mon, 11 Nov 2013 16:41:08 +0100 traytel handle independent functions defined in parallel in N2M (in presence of type variables, see ce58fb149ff6)
Mon, 11 Nov 2013 10:23:01 +0100 nipkow tuned
Mon, 11 Nov 2013 10:10:28 +0100 nipkow tuned
Sun, 10 Nov 2013 15:05:06 +0100 haftmann qualifed popular user space names
Sun, 10 Nov 2013 10:02:34 +0100 haftmann dropped obsolete check: dest_num always yields positive number
Sun, 10 Nov 2013 10:02:34 +0100 haftmann simplified: negative number is trivially smaller than 2, and SMT_Builtin.is_builtin_num implies that its argument is a number
Fri, 08 Nov 2013 21:40:07 +0100 nipkow more exercises
Fri, 08 Nov 2013 19:03:14 +0100 blanchet by (auto ...)[1] not by (auto [1])
Fri, 08 Nov 2013 08:59:54 +0100 nipkow added exercise
Thu, 07 Nov 2013 16:08:19 +1100 kleing Add output translation for <a := .., b := .., ..> state notation.
Thu, 07 Nov 2013 02:42:20 +0100 blanchet reintroduce mutually (co)rec check, since the underlying N2M code doesn't quite handle the general case (esp. in presence of type variables)
Thu, 07 Nov 2013 01:01:04 +0100 blanchet more docs
Thu, 07 Nov 2013 00:37:18 +0100 blanchet properly detect when to perform n2m -- e.g. handle the case of two independent functions on irrelevant types being defined in parallel
Wed, 06 Nov 2013 23:05:44 +0100 blanchet reverted 3e1d230f1c00 -- pervasiveness is useful, cf. Coinductive_Nat in the AFP
Wed, 06 Nov 2013 22:50:12 +0100 blanchet simplified code
Wed, 06 Nov 2013 22:42:54 +0100 blanchet fourth attempt at generalizing N2M types (to leverage caching)
Wed, 06 Nov 2013 21:40:41 +0100 blanchet tuning
Tue, 05 Nov 2013 21:23:42 +0100 hoelzl int and nat are conditionally_complete_lattices
Wed, 06 Nov 2013 14:50:50 +0100 blanchet be more open-minded and allow needless mutual recursion for 'prim(co)rec', since we allow it for '(co)datatype' -- eventual warnings (or errors) should be centralized in 'fp_bnf'
Wed, 06 Nov 2013 13:00:45 +0100 blanchet removed dead code
Wed, 06 Nov 2013 13:00:16 +0100 blanchet update docs
Wed, 06 Nov 2013 12:47:50 +0100 blanchet take out possibility of moving corecursive calls past constructors -- this doesn't work in the general case
Wed, 06 Nov 2013 12:01:48 +0100 blanchet took out loopy code
Wed, 06 Nov 2013 10:35:30 +0100 blanchet take out even less aggressive generalization -- it's still too aggressive
Wed, 06 Nov 2013 01:57:22 +0100 blanchet reverted too aggressive 7cb8442298f0
Wed, 06 Nov 2013 01:06:01 +0100 blanchet generalize more aggressively
Tue, 05 Nov 2013 16:53:40 +0100 blanchet avoid subtle failure in the presence of top sort
Tue, 05 Nov 2013 16:47:10 +0100 blanchet tuning
Tue, 05 Nov 2013 16:47:10 +0100 blanchet get mutually recursive maps as well
Tue, 05 Nov 2013 15:10:59 +0100 hoelzl tuned proofs in Approximation
Tue, 05 Nov 2013 13:23:27 +0100 blanchet fixed subtle name shadowing bug
Tue, 05 Nov 2013 12:40:58 +0100 blanchet use right permutation in 'map2'
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip