Wed, 28 Jul 2010 00:13:26 +0200 wenzelm explicit Keyword.control markup for various control commands -- to prevent them from occurring in proof documents;
Wed, 28 Jul 2010 00:03:22 +0200 wenzelm use file names relative to master directory of theory source -- Proof General can now handle that due to the ThyLoad.add_path deception (cf. 3ceccd415145);
Tue, 27 Jul 2010 23:25:50 +0200 wenzelm simplified handling of update_time -- do not store within deps;
Tue, 27 Jul 2010 23:15:37 +0200 wenzelm clarified register_thy: clean slate via kill_thy, more precise CRITICAL section;
Tue, 27 Jul 2010 23:04:50 +0200 wenzelm updated keywords;
Tue, 27 Jul 2010 23:02:45 +0200 wenzelm updated manual concerning theory loader;
Tue, 27 Jul 2010 23:01:42 +0200 wenzelm theory loader: removed obsolete touch/outdate operations (require_thy no longer changes the database implicitly);
Tue, 27 Jul 2010 22:42:53 +0200 wenzelm avoid repeated File.read for theory text (as before);
Tue, 27 Jul 2010 22:23:32 +0200 wenzelm tuned messages and comments;
Tue, 27 Jul 2010 22:15:51 +0200 wenzelm simplified Thy_Header.read -- include Source.of_string_limited here;
Tue, 27 Jul 2010 22:00:26 +0200 wenzelm simplified/clarified theory loader: more explicit task management, kill old versions at start, commit results only in the very end, non-optional master dependency, do not store text in deps;
Tue, 27 Jul 2010 12:59:22 +0200 wenzelm more precise stats;
Mon, 26 Jul 2010 18:25:19 +0200 wenzelm merged
Mon, 26 Jul 2010 14:44:07 +0200 haftmann quickcheck images of goals under registration morphisms
Mon, 26 Jul 2010 14:44:07 +0200 haftmann get_registrations interface
Mon, 26 Jul 2010 11:15:10 +0200 haftmann restored unusual snd-biased merge/join policy -- required due to non-conservative code setups
Mon, 26 Jul 2010 11:11:10 +0200 haftmann merged
Mon, 26 Jul 2010 11:10:57 +0200 haftmann reactivated Scala check
Mon, 26 Jul 2010 11:10:36 +0200 haftmann corrected range check once more
Mon, 26 Jul 2010 11:10:35 +0200 haftmann added Code_Natural.thy
Mon, 26 Jul 2010 11:09:45 +0200 haftmann reactivated Scala check; tuned import order
Mon, 26 Jul 2010 11:09:45 +0200 haftmann reactivated Scala check
Mon, 26 Jul 2010 11:09:44 +0200 haftmann modified namespace policy
Mon, 26 Jul 2010 11:09:44 +0200 haftmann use Natural as index type for Haskell and Scala
Sun, 25 Jul 2010 15:43:53 +0200 blanchet merged
Fri, 23 Jul 2010 21:29:29 +0200 blanchet keep track of clause numbers for SPASS now that we generate FOF rather than CNF problems;
Fri, 23 Jul 2010 15:04:49 +0200 blanchet first step in using "fof" rather than "cnf" in TPTP problems
Fri, 23 Jul 2010 14:07:35 +0200 blanchet fix polymorphic "val"
Sat, 24 Jul 2010 18:08:43 +0200 haftmann temporarily deactivating check for Scala
Sat, 24 Jul 2010 18:08:41 +0200 haftmann another refinement chapter in the neverending numeral story
Mon, 26 Jul 2010 17:59:26 +0200 wenzelm inductive_cases: crude parallelization via Par_List.map;
Mon, 26 Jul 2010 17:41:26 +0200 wenzelm modernized/unified some specifications;
Mon, 26 Jul 2010 13:50:52 +0200 wenzelm Thy_Info.loaded_files: Thy_Load.loaded_files depends on master -- i.e. no files for finished theory;
Sun, 25 Jul 2010 21:42:39 +0200 wenzelm simplified/clarified register_thy: more precise treatment of new dependencies, remove descendants;
Sun, 25 Jul 2010 14:41:48 +0200 wenzelm simplified handling of theory begin/end wrt. toplevel and theory loader;
Sun, 25 Jul 2010 12:57:29 +0200 wenzelm Thy_Load.check_loaded via Theory.at_end;
Sat, 24 Jul 2010 21:40:48 +0200 wenzelm tuned;
Sat, 24 Jul 2010 21:22:21 +0200 wenzelm moved basic thy file name operations from Thy_Load to Thy_Header;
Sat, 24 Jul 2010 12:14:53 +0200 wenzelm moved management of auxiliary theory source files to Thy_Load -- as theory data instead of accidental loader state;
Fri, 23 Jul 2010 18:42:46 +0200 wenzelm merged
Fri, 23 Jul 2010 10:58:13 +0200 haftmann avoid unreliable Haskell Int type
Fri, 23 Jul 2010 10:25:00 +0200 haftmann proper subclass instead of sublocale
Fri, 23 Jul 2010 09:05:54 +0200 haftmann repaired tool invocation
Fri, 23 Jul 2010 18:42:35 +0200 wenzelm observe standard conventions for doc-strings;
Thu, 22 Jul 2010 23:29:39 +0200 wenzelm tuned message;
Thu, 22 Jul 2010 22:58:18 +0200 wenzelm eliminated some unused Thy_Info operations;
Thu, 22 Jul 2010 22:50:35 +0200 wenzelm refrain from generating <hr/> and from "hiding" it in isabelle.css -- the latter might be used in other situations as well;
Thu, 22 Jul 2010 22:39:31 +0200 wenzelm generic external source files -- nothing special about ML here;
Thu, 22 Jul 2010 22:31:20 +0200 wenzelm discontinued special treatment of ML files -- no longer complete extensions on demand;
Thu, 22 Jul 2010 20:46:45 +0200 wenzelm eliminated obsolete/unused with_path(s) -- hardly usable because of CRITICAL;
Thu, 22 Jul 2010 20:36:41 +0200 wenzelm tuned signature;
Thu, 22 Jul 2010 18:08:39 +0200 wenzelm updated some headers;
Thu, 22 Jul 2010 17:26:31 +0200 haftmann merged
Thu, 22 Jul 2010 17:26:22 +0200 haftmann dedicated exec ... syntax for open state monad (partly already introduces in d00a3f47b607)
Thu, 22 Jul 2010 16:53:00 +0200 wenzelm merged
Thu, 22 Jul 2010 12:07:30 +0200 haftmann more generous memory settings for scala check
Thu, 22 Jul 2010 11:29:31 +0200 blanchet no polymorphic "var"s
Thu, 22 Jul 2010 08:37:46 +0200 bulwahn merged
Wed, 21 Jul 2010 19:21:07 +0200 bulwahn adding checking of expected result for the tool quickcheck; annotated a few quickcheck examples
Wed, 21 Jul 2010 21:16:58 +0200 blanchet do a better job at Skolemizing in Nitpick, for TPTP FOF
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip