Sun, 30 May 2010 21:34:19 +0200 wenzelm replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
Sun, 30 May 2010 18:23:50 +0200 wenzelm more detailed token markup, including command kind as sub_kind;
Sun, 30 May 2010 16:54:40 +0200 wenzelm tuned;
Sun, 30 May 2010 16:00:13 +0200 wenzelm separate markup for ML delimiters;
Sun, 30 May 2010 15:27:49 +0200 wenzelm less pschedelic token markup;
Sun, 30 May 2010 14:21:35 +0200 wenzelm simplified command/keyword markup;
Sun, 30 May 2010 14:14:30 +0200 wenzelm markup non-identifier keyword as operator;
Sun, 30 May 2010 13:47:12 +0200 wenzelm Isabelle_Process: do not enforce future_terminal_proof by default -- no error propagation yet;
Sun, 30 May 2010 13:44:35 +0200 wenzelm more basic default behaviour of ENTER, HOME, END;
Sat, 29 May 2010 20:49:04 +0200 wenzelm tuned messages;
Sat, 29 May 2010 20:34:28 +0200 wenzelm do not highlight ignored command spans;
Sat, 29 May 2010 20:03:47 +0200 wenzelm more explicit handling of document;
Sat, 29 May 2010 19:46:29 +0200 wenzelm explicit markup for forked goals, as indicated by Goal.fork;
Sat, 29 May 2010 17:26:02 +0200 wenzelm avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;
Sat, 29 May 2010 16:44:44 +0200 wenzelm define_state/new_state: provide state immediately, which is now lazy;
Sat, 29 May 2010 15:52:47 +0200 wenzelm force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling;
Sat, 29 May 2010 15:31:15 +0200 wenzelm future result: retain plain Interrupt for vacuous group exceptions;
Fri, 28 May 2010 22:51:04 +0200 blanchet remove two examples, now that the definition of "fst" and "snd" has changed
Fri, 28 May 2010 22:34:21 +0200 wenzelm merged
Fri, 28 May 2010 19:36:48 +0100 webertj Got rid of a warning about duplicate rewrite rules.
Fri, 28 May 2010 22:21:08 +0200 wenzelm accumulate only local results -- no proper history support yet;
Fri, 28 May 2010 21:40:32 +0200 wenzelm avoid deprecated Iterator.fromArray;
Fri, 28 May 2010 21:37:24 +0200 wenzelm more compiler warnings;
Fri, 28 May 2010 21:17:59 +0200 wenzelm eliminated hard tabs;
Fri, 28 May 2010 20:41:23 +0200 wenzelm assume given SCALA_HOME, e.g. from component settings or external setup;
Fri, 28 May 2010 18:15:53 +0200 wenzelm merged
Fri, 28 May 2010 17:00:38 +0200 blanchet merged
Fri, 28 May 2010 13:49:21 +0200 blanchet make sure chained facts appear in Isar proofs generated by Sledgehammer -- otherwise the proof won't work
Thu, 27 May 2010 17:22:16 +0200 blanchet Nitpick: show "..." in datatype values (e.g., [{0::nat, ...}]), since these are really equivalence classes
Thu, 27 May 2010 16:42:03 +0200 blanchet make Nitpick "show_all" option behave less surprisingly
Fri, 28 May 2010 13:37:47 +0200 haftmann merged
Fri, 28 May 2010 13:37:29 +0200 haftmann avoid reference to thm PairE
Fri, 28 May 2010 13:37:28 +0200 haftmann more coherent theory structure; tuned headings
Fri, 28 May 2010 18:15:22 +0200 wenzelm made SML/NJ quite happy;
Fri, 28 May 2010 17:48:18 +0200 wenzelm reuse main view.font from jEdit;
Fri, 28 May 2010 16:01:25 +0200 wenzelm deleted some old fonts;
Fri, 28 May 2010 15:57:25 +0200 wenzelm also set font for printing, which actually works out of the box;
Fri, 28 May 2010 15:17:17 +0200 wenzelm lib/Tools/makeall does not hardiwre logics;
Fri, 28 May 2010 11:37:38 +0200 wenzelm discontinued Sun/Solaris tests;
Fri, 28 May 2010 11:23:34 +0200 wenzelm some updates for release;
Thu, 27 May 2010 21:37:42 +0200 wenzelm merged
Thu, 27 May 2010 18:16:54 +0200 boehmes added function update examples and set examples
Thu, 27 May 2010 17:09:37 +0200 boehmes updated SMT certificates
Thu, 27 May 2010 17:09:06 +0200 boehmes sort signature in SMT-LIB output (improves sharing of SMT certificates: goals of the same logical structure are translated into equal SMT-LIB benchmarks)
Thu, 27 May 2010 16:30:26 +0200 boehmes merged
Thu, 27 May 2010 16:29:33 +0200 boehmes renamed constant "apply" to "fun_app" (which is closer to the related "fun_upd")
Thu, 27 May 2010 14:58:45 +0200 boehmes made script executable
Thu, 27 May 2010 14:55:53 +0200 boehmes use Z3's builtin support for div and mod
Thu, 27 May 2010 14:54:13 +0200 boehmes moved SMT into the HOL image
Thu, 27 May 2010 21:36:38 +0200 wenzelm slightly odd workaround to ignore markup that is typically displaced;
Thu, 27 May 2010 21:14:53 +0200 wenzelm substantial performance improvement by avoiding "re-ified" execution structure via future dependencies, instead use singleton execution (dummy future) that forces lazy state updates bottom-up;
Thu, 27 May 2010 20:15:36 +0200 wenzelm further formal thread-safety (follow-up to 88300168baf8) -- in practice there is only a single Isar toplevel loop, but this is not enforced;
Thu, 27 May 2010 18:10:37 +0200 wenzelm renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
Thu, 27 May 2010 17:41:27 +0200 wenzelm renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
Thu, 27 May 2010 15:28:23 +0200 wenzelm misc updates for release;
Thu, 27 May 2010 15:15:20 +0200 wenzelm constant Rat.normalize needs to be qualified;
Thu, 27 May 2010 13:13:30 +0200 wenzelm merged
Thu, 27 May 2010 08:02:02 +0200 haftmann merged
Wed, 26 May 2010 16:44:57 +0200 haftmann dropped legacy theorem bindings
Wed, 26 May 2010 16:31:44 +0200 haftmann dropped legacy theorem bindings
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip