src/Pure/Isar/toplevel.ML
Mon, 14 Jul 2008 19:57:09 +0200 export EXCURSION_FAIL;
Mon, 14 Jul 2008 17:51:43 +0200 eliminated internal command history -- superceeded by global Isar state (cf. isar.ML);
Mon, 14 Jul 2008 11:19:41 +0200 replaced obsolete ProofHistory by ProofNode (backtracking only);
Tue, 08 Jul 2008 20:42:00 +0200 export str_of;
Wed, 02 Jul 2008 16:40:20 +0200 init_theory: pass name explicitly;
Tue, 01 Jul 2008 18:38:43 +0200 added name_of;
Sat, 24 May 2008 20:12:16 +0200 present_excursion: setmp_thread_position during presentation;
Thu, 10 Apr 2008 20:54:17 +0200 transaction/init: ensure stable theory (non-draft);
Thu, 10 Apr 2008 17:01:40 +0200 eliminated unused name_of, source, source_of, print', print3, three_buffersN;
Thu, 10 Apr 2008 13:24:19 +0200 made purely value-oriented, moved global state to structure Isar (cf. isar.ML);
Sat, 29 Mar 2008 19:14:13 +0100 added generic_theory transaction;
Sat, 15 Mar 2008 22:40:41 +0100 tuned;
Tue, 11 Mar 2008 23:09:30 +0100 raw_loop: more graceful crash recovery;
Tue, 11 Mar 2008 22:31:09 +0100 added exception CONTEXT, indicating context of another exception;
Sat, 16 Feb 2008 16:43:59 +0100 exn_message: added TimeLimit.TimeOut;
Thu, 24 Jan 2008 23:51:22 +0100 removed unused properties;
Sun, 06 Jan 2008 15:57:54 +0100 removed obsolete prompt markup;
Thu, 03 Jan 2008 22:25:15 +0100 replaced thread_properties by simplified version in position.ML;
Thu, 03 Jan 2008 17:50:43 +0100 toplevel print_exn: proper setmp_thread_properties;
Thu, 03 Jan 2008 00:15:42 +0100 maintain thread transition properties;
Wed, 02 Jan 2008 23:00:57 +0100 type transition: added properties field;
Sat, 08 Dec 2007 21:20:07 +0100 Isar loop: recover after toplevel crashes;
Thu, 06 Dec 2007 00:21:30 +0100 replaced Markup.enclose by Markup.markup, which operates on plain strings instead of raw output;
Tue, 04 Dec 2007 22:49:28 +0100 Toplevel.loop: explicit argument for secure loop, no warning on quit;
Sun, 18 Nov 2007 16:10:11 +0100 init_empty: check before change (avoids non-linear update);
Mon, 05 Nov 2007 20:50:45 +0100 simplified LocalTheory.reinit;
Fri, 02 Nov 2007 18:53:00 +0100 clarified theory target interface
Sun, 28 Oct 2007 11:57:04 +0100 safe_exit: controlled_execution;
Tue, 09 Oct 2007 17:11:20 +0200 TheoryTarget.init_cmd;
Tue, 09 Oct 2007 00:20:13 +0200 generic Syntax.pretty/string_of operations;
Mon, 01 Oct 2007 15:14:57 +0200 print_state_context: local theory context, not proof context;
Sun, 30 Sep 2007 16:20:42 +0200 local_theory transactions: more careful treatment of context position;
Tue, 18 Sep 2007 18:05:37 +0200 simplified PrintMode interfaces;
Tue, 28 Aug 2007 18:04:21 +0200 Added local_theory_to_proof'
Thu, 16 Aug 2007 18:53:21 +0200 global state transformation: non-critical, but also non-thread-safe;
Sun, 29 Jul 2007 17:28:55 +0200 NAMED_CRITICAL;
Sun, 29 Jul 2007 16:00:04 +0200 added TOPLEVEL_ERROR (simplified version from output.ML);
Tue, 24 Jul 2007 22:59:53 +0200 *** empty log message ***
Tue, 24 Jul 2007 19:44:35 +0200 moved exception capture/release to structure Exn;
Mon, 23 Jul 2007 19:45:47 +0200 marked some CRITICAL sections;
Sun, 22 Jul 2007 21:20:56 +0200 init_empty: invoke operation *after* safe_exit;
Tue, 10 Jul 2007 23:29:44 +0200 Markup.enclose;
Tue, 10 Jul 2007 16:45:04 +0200 Markup.output;
Mon, 09 Jul 2007 11:44:22 +0200 prompt: plain string, not output;
Sun, 08 Jul 2007 13:10:57 +0200 simplified/more robust print_state;
Sat, 07 Jul 2007 18:39:20 +0200 toplevel prompt/print_state: proper markup, removed hooks;
Sat, 07 Jul 2007 00:15:00 +0200 tuned;
Tue, 19 Jun 2007 23:21:39 +0200 oops -- fixed profiling;
Tue, 19 Jun 2007 23:15:59 +0200 profiling: observe no_timing;
Wed, 13 Jun 2007 00:02:06 +0200 transaction: context_position (non-destructive only);
Wed, 04 Apr 2007 00:11:21 +0200 removed unused info channel;
Sat, 20 Jan 2007 14:09:20 +0100 Toplevel.debug: coincide with Output.debugging;
Fri, 19 Jan 2007 22:08:02 +0100 moved ML context stuff to from Context to ML_Context;
Fri, 19 Jan 2007 13:09:37 +0100 added generic_theory_of;
Wed, 10 Jan 2007 20:16:52 +0100 fixed exit: proper type check of state;
Fri, 05 Jan 2007 14:30:08 +0100 removed Toplevel.print_exn hook -- existing error_msg_fn does the job;
Thu, 04 Jan 2007 11:56:53 +0100 eliminated Option.app
Wed, 03 Jan 2007 21:09:13 +0100 Expose command failure recovery code for top level.
Sat, 30 Dec 2006 16:08:00 +0100 removed conditional combinator;
Sat, 30 Dec 2006 12:33:28 +0100 refined notion of empty toplevel, admits undo of 'end';