Wed, 01 Oct 2008 22:33:24 +0200 wenzelm replaced can_defer by is_relevant (negation);
Wed, 01 Oct 2008 20:02:37 +0200 wenzelm datatype transition: internal trans field is maintained in reverse order;
Wed, 01 Oct 2008 18:16:14 +0200 wenzelm future_proof: protect conclusion of deferred proof state;
Wed, 01 Oct 2008 18:16:10 +0200 wenzelm future_schedule: back to one group for all loader tasks;
Wed, 01 Oct 2008 14:17:06 +0200 wenzelm tuned comments;
Wed, 01 Oct 2008 13:33:54 +0200 haftmann fixed
Wed, 01 Oct 2008 12:18:18 +0200 wenzelm renamed promise to future, tuned related interfaces;
Wed, 01 Oct 2008 12:00:05 +0200 wenzelm more robust treatment of Interrupt (cf. exn.ML);
Wed, 01 Oct 2008 12:00:04 +0200 wenzelm more robust treatment of Interrupt;
Wed, 01 Oct 2008 12:00:02 +0200 wenzelm more robust treatment of Interrupt (cf. exn.ML);
Wed, 01 Oct 2008 12:00:01 +0200 wenzelm removed release_results (cf. Exn.release_all, Exn.release_first);
Wed, 01 Oct 2008 12:00:00 +0200 wenzelm more precise join_futures, improved termination;
Wed, 01 Oct 2008 08:42:42 +0200 haftmann added more_antiquote.ML
Wed, 01 Oct 2008 00:09:51 +0200 kleing extract Isabelle dist name correctly
Tue, 30 Sep 2008 23:31:40 +0200 wenzelm unit_source: explicit treatment of 'oops' proofs;
Tue, 30 Sep 2008 23:31:38 +0200 wenzelm promise_proof: proper statement with empty vars;
Tue, 30 Sep 2008 23:31:36 +0200 wenzelm load_thy: more precise treatment of improper cmd or proof (notably 'oops');
Tue, 30 Sep 2008 22:02:55 +0200 wenzelm schedule_tasks: single theory is loaded concurrently as well (cf. concurrent Toplevel.excursion);
Tue, 30 Sep 2008 22:02:53 +0200 wenzelm added unit_source: commands with proof;
Tue, 30 Sep 2008 22:02:51 +0200 wenzelm begin_proof: avoid race condition wrt. skip_proofs flag;
Tue, 30 Sep 2008 22:02:50 +0200 wenzelm load_thy: Toplevel.excursion based on units of command/proof pairs;
Tue, 30 Sep 2008 22:02:47 +0200 wenzelm more command categories;
Tue, 30 Sep 2008 22:02:45 +0200 wenzelm renamed Future.fork_irrelevant to Future.fork_background;
Tue, 30 Sep 2008 22:02:44 +0200 wenzelm export explicit joint_futures, removed Theory.at_end hook;
Tue, 30 Sep 2008 14:30:44 +0200 haftmann tuned
Tue, 30 Sep 2008 14:19:28 +0200 wenzelm turned process_thy into present_thy, which merely does presentation (wrt. persistent intermediate states);
Tue, 30 Sep 2008 14:19:27 +0200 wenzelm Toplevel.commit_exit: position;
Tue, 30 Sep 2008 14:19:26 +0200 wenzelm export setmp_thread_position;
Tue, 30 Sep 2008 14:19:25 +0200 wenzelm simplified process_file, eliminated Toplevel.excursion;
Tue, 30 Sep 2008 12:49:18 +0200 haftmann clarified codegen interfaces
Tue, 30 Sep 2008 12:49:17 +0200 haftmann tuned
Tue, 30 Sep 2008 12:49:16 +0200 haftmann reorganized examples
Tue, 30 Sep 2008 12:49:14 +0200 haftmann fixed slips
Tue, 30 Sep 2008 11:19:47 +0200 haftmann re-canibalised manual
Tue, 30 Sep 2008 04:06:55 +0200 kleing slightly different command line for makedist_mercurial
Mon, 29 Sep 2008 21:45:44 +0200 wenzelm put_thms: ContextPosition.set_visible false;
Mon, 29 Sep 2008 21:26:49 +0200 wenzelm added type pp, which helps installing polymorphic pretty printers;
Mon, 29 Sep 2008 21:26:46 +0200 wenzelm added str_of;
Mon, 29 Sep 2008 21:26:44 +0200 wenzelm install_pp Future.T (polyml only);
Mon, 29 Sep 2008 21:26:41 +0200 wenzelm report_token/parse_token: back to context-less version;
Mon, 29 Sep 2008 21:26:39 +0200 wenzelm back to plain Position.report for regular references;
Mon, 29 Sep 2008 21:26:36 +0200 wenzelm back to plain Position.report for regular references;
Mon, 29 Sep 2008 21:26:32 +0200 wenzelm promise global proofs;
Mon, 29 Sep 2008 21:26:26 +0200 wenzelm renamed report to report_visible;
Mon, 29 Sep 2008 14:59:02 +0200 wenzelm code example: back to individual ML commands, which are now thread-safe;
Mon, 29 Sep 2008 14:41:25 +0200 wenzelm ContextPosition.report;
Mon, 29 Sep 2008 14:41:24 +0200 wenzelm target update: invisible context position avoids duplication of reports etc.;
Mon, 29 Sep 2008 14:41:23 +0200 wenzelm Context position visibility.
Mon, 29 Sep 2008 14:41:22 +0200 wenzelm added context_position.ML;
Mon, 29 Sep 2008 12:32:00 +0200 haftmann more precise redundancy check
Mon, 29 Sep 2008 12:31:59 +0200 haftmann clarified dependencies between arith tools
Mon, 29 Sep 2008 12:31:58 +0200 haftmann separate HOL-Main image
Mon, 29 Sep 2008 12:31:57 +0200 haftmann polished code generator setup
Mon, 29 Sep 2008 12:31:56 +0200 haftmann added theory antiquotation
Mon, 29 Sep 2008 11:46:52 +0200 wenzelm tuned comments;
Mon, 29 Sep 2008 11:46:47 +0200 wenzelm handle _ should be avoided (spurious Interrupt will spoil the game);
Mon, 29 Sep 2008 10:58:04 +0200 wenzelm added norm_export_morphism;
Mon, 29 Sep 2008 10:58:03 +0200 wenzelm added exit_global, exit_result, exit_result_global;
Mon, 29 Sep 2008 10:58:01 +0200 wenzelm LocalTheory.exit_global;
Sun, 28 Sep 2008 14:46:51 +0200 wenzelm HOL no longer depends on HOL-Plain;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip