Sat, 12 Apr 2008 17:00:47 +0200 advance: do not count utf8 trailer bytes (which happen to be undefined or punctuation in iso-latin);
wenzelm [Sat, 12 Apr 2008 17:00:47 +0200] rev 26633
advance: do not count utf8 trailer bytes (which happen to be undefined or punctuation in iso-latin);
Sat, 12 Apr 2008 17:00:47 +0200 added is_utf8_trailer;
wenzelm [Sat, 12 Apr 2008 17:00:47 +0200] rev 26632
added is_utf8_trailer;
Sat, 12 Apr 2008 17:00:45 +0200 rep_cterm/rep_thm: no longer dereference theory_ref;
wenzelm [Sat, 12 Apr 2008 17:00:45 +0200] rev 26631
rep_cterm/rep_thm: no longer dereference theory_ref; removed obsolete compression;
Sat, 12 Apr 2008 17:00:43 +0200 obsolete -- Poly/ML images are maximally shared already, home-grown compression wastes space and time;
wenzelm [Sat, 12 Apr 2008 17:00:43 +0200] rev 26630
obsolete -- Poly/ML images are maximally shared already, home-grown compression wastes space and time;
Sat, 12 Apr 2008 17:00:42 +0200 removed obsolete compress.ML
wenzelm [Sat, 12 Apr 2008 17:00:42 +0200] rev 26629
removed obsolete compress.ML
Sat, 12 Apr 2008 17:00:40 +0200 replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
wenzelm [Sat, 12 Apr 2008 17:00:40 +0200] rev 26628
replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
Sat, 12 Apr 2008 17:00:38 +0200 rep_cterm/rep_thm: no longer dereference theory_ref;
wenzelm [Sat, 12 Apr 2008 17:00:38 +0200] rev 26627
rep_cterm/rep_thm: no longer dereference theory_ref; replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
Sat, 12 Apr 2008 17:00:35 +0200 rep_cterm/rep_thm: no longer dereference theory_ref;
wenzelm [Sat, 12 Apr 2008 17:00:35 +0200] rev 26626
rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 10 Apr 2008 20:54:18 +0200 use_text: explicitly print exception, which is no longer done by the new PolyML.compiler setup;
wenzelm [Thu, 10 Apr 2008 20:54:18 +0200] rev 26625
use_text: explicitly print exception, which is no longer done by the new PolyML.compiler setup;
Thu, 10 Apr 2008 20:54:17 +0200 transaction/init: ensure stable theory (non-draft);
wenzelm [Thu, 10 Apr 2008 20:54:17 +0200] rev 26624
transaction/init: ensure stable theory (non-draft);
Thu, 10 Apr 2008 20:54:15 +0200 export is_draft, not draftN;
wenzelm [Thu, 10 Apr 2008 20:54:15 +0200] rev 26623
export is_draft, not draftN;
Thu, 10 Apr 2008 17:01:41 +0200 simplified isarcmd;
wenzelm [Thu, 10 Apr 2008 17:01:41 +0200] rev 26622
simplified isarcmd;
Thu, 10 Apr 2008 17:01:40 +0200 eliminated unused name_of, source, source_of, print', print3, three_buffersN;
wenzelm [Thu, 10 Apr 2008 17:01:40 +0200] rev 26621
eliminated unused name_of, source, source_of, print', print3, three_buffersN; tuned;
Thu, 10 Apr 2008 17:01:39 +0200 eliminated unused trace, read;
wenzelm [Thu, 10 Apr 2008 17:01:39 +0200] rev 26620
eliminated unused trace, read;
Thu, 10 Apr 2008 17:01:38 +0200 eliminated unused Toplevel.print3/three_buffers;
wenzelm [Thu, 10 Apr 2008 17:01:38 +0200] rev 26619
eliminated unused Toplevel.print3/three_buffers;
Thu, 10 Apr 2008 17:01:37 +0200 tuned;
wenzelm [Thu, 10 Apr 2008 17:01:37 +0200] rev 26618
tuned;
Thu, 10 Apr 2008 16:15:53 +0200 Isar.goal: tactical goal only;
wenzelm [Thu, 10 Apr 2008 16:15:53 +0200] rev 26617
Isar.goal: tactical goal only;
Thu, 10 Apr 2008 15:04:11 +0200 eliminated backpatching of load_thy;
wenzelm [Thu, 10 Apr 2008 15:04:11 +0200] rev 26616
eliminated backpatching of load_thy;
Thu, 10 Apr 2008 14:53:31 +0200 added read_const_exprs (from Pure/Isar/code_unit.ML);
wenzelm [Thu, 10 Apr 2008 14:53:31 +0200] rev 26615
added read_const_exprs (from Pure/Isar/code_unit.ML);
Thu, 10 Apr 2008 14:53:30 +0200 export get_names (formerly names);
wenzelm [Thu, 10 Apr 2008 14:53:30 +0200] rev 26614
export get_names (formerly names); moved pervasive theory = ThyInfo.get_theory to pure_setup.ML; removed unused pretty_theory; use OuterSyntax.load_thy instead of backpatched ThyLoad.load_thy;
Thu, 10 Apr 2008 14:53:29 +0200 ThyInfo.get_names;
wenzelm [Thu, 10 Apr 2008 14:53:29 +0200] rev 26613
ThyInfo.get_names;
Thu, 10 Apr 2008 14:53:28 +0200 ThyInfo.get_theory;
wenzelm [Thu, 10 Apr 2008 14:53:28 +0200] rev 26612
ThyInfo.get_theory;
Thu, 10 Apr 2008 14:53:27 +0200 export load_thy -- no backpatching;
wenzelm [Thu, 10 Apr 2008 14:53:27 +0200] rev 26611
export load_thy -- no backpatching;
Thu, 10 Apr 2008 14:53:26 +0200 export subst_alias;
wenzelm [Thu, 10 Apr 2008 14:53:26 +0200] rev 26610
export subst_alias; moved read_const_exprs to Tools/code_package.ML -- avoids dependency on ThyInfo;
Thu, 10 Apr 2008 14:53:25 +0200 load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;
wenzelm [Thu, 10 Apr 2008 14:53:25 +0200] rev 26609
load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;
Thu, 10 Apr 2008 14:53:24 +0200 val theory = ThyInfo.get_theory;
wenzelm [Thu, 10 Apr 2008 14:53:24 +0200] rev 26608
val theory = ThyInfo.get_theory;
Thu, 10 Apr 2008 13:44:43 +0200 replaced Isar loop variants by generic toplevel_loop;
wenzelm [Thu, 10 Apr 2008 13:44:43 +0200] rev 26607
replaced Isar loop variants by generic toplevel_loop;
Thu, 10 Apr 2008 13:44:41 +0200 replaced Isar loop variants by generic toplevel_loop;
wenzelm [Thu, 10 Apr 2008 13:44:41 +0200] rev 26606
replaced Isar loop variants by generic toplevel_loop; eliminated obsolete get_interrupt (subsumed by crash handling);
Thu, 10 Apr 2008 13:24:22 +0200 The global Isabelle/Isar state and main read-eval-print loop.
wenzelm [Thu, 10 Apr 2008 13:24:22 +0200] rev 26605
The global Isabelle/Isar state and main read-eval-print loop.
Thu, 10 Apr 2008 13:24:21 +0200 replaced Isar.toplevel by Toplevel.program;
wenzelm [Thu, 10 Apr 2008 13:24:21 +0200] rev 26604
replaced Isar.toplevel by Toplevel.program;
Thu, 10 Apr 2008 13:24:20 +0200 moved global Toplevel state to structure Isar;
wenzelm [Thu, 10 Apr 2008 13:24:20 +0200] rev 26603
moved global Toplevel state to structure Isar;
Thu, 10 Apr 2008 13:24:19 +0200 made purely value-oriented, moved global state to structure Isar (cf. isar.ML);
wenzelm [Thu, 10 Apr 2008 13:24:19 +0200] rev 26602
made purely value-oriented, moved global state to structure Isar (cf. isar.ML); export toplevel, error_msg (formerly print_exn), transition (formerly apply); moved type isar to structure OuterSyntax; moved crashes to structure Isar;
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip