Thu, 12 Sep 2013 09:04:46 -0700 huffman prefer attribute 'unfolded thm' to 'simplified'
Thu, 12 Sep 2013 09:03:52 -0700 huffman removed outdated comments
Fri, 13 Sep 2013 02:55:04 +0200 blanchet made non-co case more robust as well (cf. b6e2993fd0d3)
Fri, 13 Sep 2013 02:26:59 +0200 blanchet don't wrongly destroy sum types in coiterators
Fri, 13 Sep 2013 00:55:44 +0200 blanchet beware of multi-constructor datatypes (cf. 27c418b7b985)
Fri, 13 Sep 2013 00:39:24 +0200 blanchet beware of single-constructor datatypes, with no discriminators
Thu, 12 Sep 2013 23:43:02 +0200 traytel more robust tactic to cover another corner case (added as example);
Thu, 12 Sep 2013 23:29:13 +0200 blanchet generalized data structure, for extension with SMT solver proofs
Thu, 12 Sep 2013 22:10:57 +0200 blanchet prefixed types and some functions with "atp_" for disambiguation
Thu, 12 Sep 2013 20:54:26 +0200 wenzelm merged;
Thu, 12 Sep 2013 20:53:25 +0200 wenzelm absorb final CLASSPATH as well, such that tools might provide that by elementary means, without the "classpath" shell function (e.g. kodkodi/nitpick);
Thu, 12 Sep 2013 18:53:51 +0200 wenzelm more CHECKLIST;
Thu, 12 Sep 2013 18:50:41 +0200 wenzelm more robust System.getProperty with default;
Thu, 12 Sep 2013 15:37:09 +0200 wenzelm generate distribution classpath for cold-start application wrappers;
Thu, 12 Sep 2013 14:32:02 +0200 wenzelm reverse orientation of ISABELLE_CLASSPATH;
Thu, 12 Sep 2013 14:10:45 +0200 wenzelm propagate ISABELLE_CLASSPATH;
Thu, 12 Sep 2013 14:06:08 +0200 wenzelm tuned comments;
Thu, 12 Sep 2013 13:48:17 +0200 wenzelm clarified directory structure;
Thu, 12 Sep 2013 13:23:54 +0200 wenzelm maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
Wed, 11 Sep 2013 23:32:47 +0200 wenzelm more official initial class path according to sun.misc.Launcher;
Wed, 11 Sep 2013 22:46:51 +0200 wenzelm provide main classpath again, notably for cold-start;
Wed, 11 Sep 2013 21:40:03 +0200 wenzelm cold-start of main application even on Linux;
Wed, 11 Sep 2013 20:34:45 +0200 wenzelm tuned proofs;
Wed, 11 Sep 2013 20:16:28 +0200 wenzelm more explicit indication of 'done' as proof script element;
Thu, 12 Sep 2013 17:36:06 +0200 blanchet made tactic handle gracefully the case: codatatype ('a, 's) scheduler2 = Combine2 "'s => 'a" "'s => ('a, 's) scheduler2"
Thu, 12 Sep 2013 17:18:20 +0200 traytel conceal definitions of high-level constructors and (co)iterators
Thu, 12 Sep 2013 17:13:36 +0200 traytel conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
Thu, 12 Sep 2013 16:58:22 +0200 traytel buffer the notes even more
Thu, 12 Sep 2013 16:31:42 +0200 traytel conceal internal bindings
Thu, 12 Sep 2013 15:46:44 +0200 blanchet add a notice to myself in doc
Thu, 12 Sep 2013 15:14:54 +0200 blanchet more robust approach to avoid Python byte code -- environment variables get inherited by subprocesses
Thu, 12 Sep 2013 15:14:53 +0200 blanchet unset some spurious executable flags
Thu, 12 Sep 2013 11:23:49 +0200 traytel handle corner case in tactic
Thu, 12 Sep 2013 11:23:49 +0200 traytel simplified derivation of in_rel
Thu, 12 Sep 2013 11:23:49 +0200 traytel removed unused/inlinable theorems
Thu, 12 Sep 2013 11:05:19 +0200 blanchet when pouring in extra features into the goal, only consider facts from the current theory -- the bottom 10 facts of the last import might be completely unrelated
Thu, 12 Sep 2013 10:40:53 +0200 blanchet minor fixes
Thu, 12 Sep 2013 10:35:33 +0200 blanchet commented out code parts leading to runtime errors due to missing gensim module
Thu, 12 Sep 2013 10:05:10 +0200 blanchet invoke Python with "no bytecode" option to avoid litering Isabelle source directory with ".pyc" files (which can be problematic for a number of reasons)
Thu, 12 Sep 2013 09:59:45 +0200 blanchet new version of MaSh
Thu, 12 Sep 2013 00:34:48 +0200 blanchet more (co)data docs
Thu, 12 Sep 2013 00:07:46 +0200 blanchet avoid a keyword
Wed, 11 Sep 2013 23:55:47 +0200 blanchet more (co)datatype docs
Wed, 11 Sep 2013 22:20:45 +0200 blanchet killed dead code
Wed, 11 Sep 2013 22:20:45 +0200 blanchet get rid of another complication in relevance filter
Wed, 11 Sep 2013 22:20:44 +0200 blanchet tuning
Wed, 11 Sep 2013 22:20:43 +0200 blanchet renamed config option
Wed, 11 Sep 2013 18:52:30 +0200 haftmann more correct NEWS
Wed, 11 Sep 2013 18:38:23 +0200 blanchet kick out totally hopeless facts after 5 iterations to speed things up
Wed, 11 Sep 2013 18:37:47 +0200 blanchet reintroduced 8d8f72aa5c0b, which does make a small difference in practice, but implemented more efficiently
Wed, 11 Sep 2013 18:32:43 +0200 blanchet more (co)data docs
Wed, 11 Sep 2013 17:17:58 +0200 blanchet more (co)data docs
Wed, 11 Sep 2013 16:55:01 +0200 blanchet more (co)data docs
Wed, 11 Sep 2013 16:16:45 +0200 wenzelm merged
Wed, 11 Sep 2013 15:54:53 +0200 wenzelm prefer explicit type constraint (again, see also Type.appl_error);
Wed, 11 Sep 2013 15:42:05 +0200 wenzelm tuned signature;
Wed, 11 Sep 2013 15:30:12 +0200 wenzelm tuned whitespace;
Wed, 11 Sep 2013 15:25:51 +0200 wenzelm tuned message;
Wed, 11 Sep 2013 14:23:06 +0200 wenzelm do not expose internal flags to attribute name space;
Wed, 11 Sep 2013 15:49:39 +0200 blanchet more (co)data docs
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip