Mon, 21 Apr 2008 00:06:55 +0200 isatest move some at/a64 tests to intel mac hardware (running Linux)
Sat, 19 Apr 2008 12:36:12 +0200 wenzelm updated generated file;
Sat, 19 Apr 2008 12:31:07 +0200 wenzelm updated generated file;
Sat, 19 Apr 2008 12:04:17 +0200 wenzelm NamedThmsFun: removed obsolete print command -- facts are accesible via dynamic name;
Fri, 18 Apr 2008 23:58:04 +0200 wenzelm removed dead code;
Fri, 18 Apr 2008 23:49:46 +0200 wenzelm print_cases: proper context for revert_skolem;
Fri, 18 Apr 2008 23:49:44 +0200 wenzelm tuned;
Fri, 18 Apr 2008 23:49:40 +0200 wenzelm modernized specifications and proofs;
Fri, 18 Apr 2008 09:44:16 +0200 haftmann improved definition of upd
Thu, 17 Apr 2008 22:28:56 +0200 wenzelm * Context-dependent token translations.
Thu, 17 Apr 2008 22:22:30 +0200 wenzelm revert_skolem: do not change non-reversible names;
Thu, 17 Apr 2008 22:22:28 +0200 wenzelm print_statement: reset body mode, i.e. invent global frees (no need for revert_skolem);
Thu, 17 Apr 2008 22:22:27 +0200 wenzelm no_vars: reset body mode, i.e. invent global frees (which are acceptable to Variable.auto_fixes);
Thu, 17 Apr 2008 22:22:26 +0200 wenzelm variant_fixes: preserve internal state, mark skolem only for body mode;
Thu, 17 Apr 2008 22:22:25 +0200 wenzelm prove_global: Variable.set_body true, pass context;
Thu, 17 Apr 2008 22:22:23 +0200 wenzelm adapted to ProofContext.revert_skolem: extra Name.clean required;
Thu, 17 Apr 2008 22:22:21 +0200 wenzelm prove_global: pass context;
Thu, 17 Apr 2008 22:22:19 +0200 wenzelm pretty_term: no revert_skolems here, but auto_fixes (token translations will do the rest);
Thu, 17 Apr 2008 16:30:55 +0200 wenzelm replaced token translations by common markup;
Thu, 17 Apr 2008 16:30:53 +0200 wenzelm moved default token translations to proof_context.ML, if all fails the pretty printer falls back on plain output;
Thu, 17 Apr 2008 16:30:52 +0200 wenzelm token translations: context dependent, result Pretty.T;
Thu, 17 Apr 2008 16:30:52 +0200 wenzelm replaced token translations by common markup;
Thu, 17 Apr 2008 16:30:51 +0200 wenzelm default token translations with proper markup;
Thu, 17 Apr 2008 16:30:50 +0200 wenzelm token translations: context dependent, result Pretty.T;
Thu, 17 Apr 2008 16:30:48 +0200 wenzelm removed obsolete raw_str;
Thu, 17 Apr 2008 16:30:48 +0200 wenzelm added markup for fixed variables (local constants);
Thu, 17 Apr 2008 16:30:47 +0200 wenzelm token translations: context dependent, result Pretty.T;
Thu, 17 Apr 2008 16:30:45 +0200 wenzelm Pretty.mark;
Thu, 17 Apr 2008 11:40:00 +0200 wenzelm unused_thms: sort_distinct;
Wed, 16 Apr 2008 22:17:43 +0200 wenzelm Sign.add_path;
Wed, 16 Apr 2008 21:53:05 +0200 wenzelm removed obsolete BASIC_THM_DEPS;
Wed, 16 Apr 2008 21:53:04 +0200 wenzelm pretty_theorems: use proper PureThy.facts_of;
Wed, 16 Apr 2008 21:53:03 +0200 wenzelm Facts.extern_static;
Wed, 16 Apr 2008 21:53:02 +0200 wenzelm PureThy.defined_fact;
Wed, 16 Apr 2008 21:53:01 +0200 wenzelm renamed check_fact to defined_fact;
Wed, 16 Apr 2008 21:53:00 +0200 wenzelm removed unused space_of;
Wed, 16 Apr 2008 21:52:59 +0200 wenzelm valid_facts: more elementary version using Facts.fold_static;
Wed, 16 Apr 2008 21:52:58 +0200 wenzelm Facts.dest_static;
Wed, 16 Apr 2008 20:43:31 +0200 berghofe Auxiliary permutation functions are no longer declared using add_consts_i,
Wed, 16 Apr 2008 17:40:59 +0200 wenzelm removed unused TLA/Memory/MIParameters.thy;
Wed, 16 Apr 2008 17:40:43 +0200 wenzelm removed obsolete valid_thms;
Wed, 16 Apr 2008 17:40:42 +0200 wenzelm removed obsolete premsN;
Wed, 16 Apr 2008 17:40:41 +0200 wenzelm PureThy.get_fact: pass dynamic context;
Wed, 16 Apr 2008 17:40:40 +0200 wenzelm tuned;
Wed, 16 Apr 2008 17:40:39 +0200 wenzelm removed obsolete get_fact_silent;
Wed, 16 Apr 2008 17:40:38 +0200 wenzelm tuned proofs;
Wed, 16 Apr 2008 11:24:09 +0200 berghofe Added entry for unused_thms command.
Wed, 16 Apr 2008 11:01:30 +0200 berghofe Adapted to new primrec package.
Wed, 16 Apr 2008 10:57:46 +0200 berghofe Added add_primrec_global and add_primrec_overloaded functions (thanks to Markus).
Wed, 16 Apr 2008 10:50:37 +0200 haftmann educated guess for infix syntax
Wed, 16 Apr 2008 02:25:06 +0200 urbanc removed test artefacts
Tue, 15 Apr 2008 22:09:24 +0200 wenzelm proof endings: no Toplevel.print!
Tue, 15 Apr 2008 22:09:23 +0200 wenzelm all_valid_thms: use new facts tables;
Tue, 15 Apr 2008 18:49:29 +0200 wenzelm Theory.subthy;
Tue, 15 Apr 2008 18:49:28 +0200 wenzelm Facts.intern, Facts.extern_table;
Tue, 15 Apr 2008 18:49:27 +0200 wenzelm IsarCmd.hide_names;
Tue, 15 Apr 2008 18:49:26 +0200 wenzelm added hide_names command (formerly Sign.hide_names), support fact name space;
Tue, 15 Apr 2008 18:49:25 +0200 wenzelm Facts.dest_table, PureThy.facts_of;
Tue, 15 Apr 2008 18:49:24 +0200 wenzelm simplified hide_XXX interfaces;
Tue, 15 Apr 2008 18:49:23 +0200 wenzelm removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip