Thu, 09 Aug 2007 15:52:53 +0200 haftmann adaptions for code generation
Thu, 09 Aug 2007 15:52:49 +0200 haftmann proper implementation of rational numbers
Thu, 09 Aug 2007 15:52:47 +0200 haftmann localized of_nat
Thu, 09 Aug 2007 15:52:45 +0200 haftmann tuned
Thu, 09 Aug 2007 15:52:42 +0200 haftmann re-eliminated Option.thy
Thu, 09 Aug 2007 15:52:38 +0200 haftmann updated
Thu, 09 Aug 2007 11:39:29 +0200 aspinall PGIP change: thyname is optional in opentheory, markup even in case of header parse failure
Thu, 09 Aug 2007 11:37:27 +0200 aspinall Typo in comment
Wed, 08 Aug 2007 23:07:50 +0200 wenzelm discontinued attached ML files;
Wed, 08 Aug 2007 23:07:48 +0200 wenzelm simplified ThyLoad.deps_thy etc.: discontinued attached ML files;
Wed, 08 Aug 2007 23:07:47 +0200 wenzelm load_thy: try_ml_file unconditionally;
Wed, 08 Aug 2007 23:07:46 +0200 wenzelm * Theory loader: old-style ML proof scripts are considered a legacy feature;
Wed, 08 Aug 2007 20:48:08 +0200 wenzelm check_deps: really do reload the master text if required;
Wed, 08 Aug 2007 20:03:17 +0200 aspinall Useful abbreviation of isatool commands used by Eclipse
Wed, 08 Aug 2007 16:40:20 +0200 wenzelm thread-safeness: when creating certified items, perform Theory.check_thy *last*;
Wed, 08 Aug 2007 14:00:09 +0200 paulson Code to undo the function ascii_of
Wed, 08 Aug 2007 13:59:46 +0200 paulson Fixing the code to undo the function ascii_of
Wed, 08 Aug 2007 13:14:31 +0200 paulson metis
Tue, 07 Aug 2007 23:24:10 +0200 wenzelm tuned ML setup;
Tue, 07 Aug 2007 20:43:36 +0200 wenzelm fixed imports from ../../Auth;
Tue, 07 Aug 2007 20:19:55 +0200 wenzelm turned Unify flags into configuration options (global only);
Tue, 07 Aug 2007 20:19:54 +0200 wenzelm usedir: added options -M -T for multithreading;
Tue, 07 Aug 2007 20:19:52 +0200 wenzelm removed 'declare' from tactic emulations;
Tue, 07 Aug 2007 20:19:51 +0200 wenzelm theory loader: removed obsolete update_thy (coincides with use_thy);
Tue, 07 Aug 2007 20:19:50 +0200 wenzelm theory loader: removed obsolete update_thy (coincides with use_thy);
Tue, 07 Aug 2007 20:19:49 +0200 wenzelm theory loader: added use_thys, removed obsolete update_thy;
Tue, 07 Aug 2007 20:19:48 +0200 wenzelm theory loader: added use_thys, removed obsolete update_thy;
Tue, 07 Aug 2007 17:01:35 +0200 krauss Issue a warning, when "function" encounters variables occuring in function position,
Tue, 07 Aug 2007 15:20:24 +0200 krauss more error handling
Tue, 07 Aug 2007 15:04:35 +0200 wenzelm added more instances;
Tue, 07 Aug 2007 14:49:58 +0200 krauss simplified internal interfaces; cong rules are now handled directly by "context_tree.ML"
Tue, 07 Aug 2007 10:03:25 +0200 haftmann split off Option theory
Tue, 07 Aug 2007 09:40:34 +0200 haftmann new nbe implementation
Tue, 07 Aug 2007 09:38:48 +0200 haftmann more robust simproces
Tue, 07 Aug 2007 09:38:47 +0200 haftmann tuned
Tue, 07 Aug 2007 09:38:46 +0200 haftmann simplified proofs
Tue, 07 Aug 2007 09:38:44 +0200 haftmann split off theory Option for benefit of code generator
Tue, 07 Aug 2007 09:38:43 +0200 haftmann changed import order
Mon, 06 Aug 2007 19:59:07 +0200 wenzelm added more instances;
Mon, 06 Aug 2007 19:58:59 +0200 wenzelm ML-Systems/overloading_smlnj.ML;
Mon, 06 Aug 2007 19:35:43 +0200 wenzelm Overloading in SML/NJ.
Mon, 06 Aug 2007 16:08:01 +0200 berghofe Added renaming function to prevent correctness proof for realizer
Mon, 06 Aug 2007 16:05:25 +0200 berghofe No document for Pretty_Int theory.
Mon, 06 Aug 2007 11:45:39 +0200 haftmann nbe improved
Mon, 06 Aug 2007 11:45:19 +0200 haftmann removed
Fri, 03 Aug 2007 22:50:40 +0200 wenzelm simultaneous use_thys;
Fri, 03 Aug 2007 22:35:40 +0200 wenzelm reactivated Nominal/Examples/Class.thy;
Fri, 03 Aug 2007 22:33:10 +0200 wenzelm replaced outdated flag by update_time (multithreading-safe presentation order);
Fri, 03 Aug 2007 22:33:09 +0200 wenzelm sort indexes according to symbolic update_time (multithreading-safe);
Fri, 03 Aug 2007 22:33:07 +0200 wenzelm use separate trace flag instead of Output.debug;
Fri, 03 Aug 2007 22:33:03 +0200 wenzelm named some CRITICAL sections;
Fri, 03 Aug 2007 20:19:41 +0200 wenzelm misc cleanup of ML bindings (for multihreading);
Fri, 03 Aug 2007 16:28:25 +0200 wenzelm added int type constraint to accomodate hacked SML/NJ (backported change in generated metis.ML);
Fri, 03 Aug 2007 16:28:24 +0200 wenzelm preparations for proper type int;
Fri, 03 Aug 2007 16:28:23 +0200 wenzelm tuned tracing;
Fri, 03 Aug 2007 16:28:22 +0200 wenzelm replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
Fri, 03 Aug 2007 16:28:21 +0200 wenzelm certify: no check_thy here;
Fri, 03 Aug 2007 16:28:20 +0200 wenzelm improved check_thy: produce a checked theory_ref (thread-safe version);
Fri, 03 Aug 2007 16:28:19 +0200 wenzelm moved Admin/proper_int.ML to Pure/ML-Systems/proper_int.ML;
Fri, 03 Aug 2007 16:28:18 +0200 wenzelm added dependency on Tools/Metis/metis.ML;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip