wenzelm [Sat, 09 Jul 2011 12:56:51 +0200] rev 43714
tuned signature;
wenzelm [Fri, 08 Jul 2011 22:00:53 +0200] rev 43713
moved global state to structure Document (again);
wenzelm [Fri, 08 Jul 2011 21:44:47 +0200] rev 43712
moved Outer_Syntax.load_thy to Thy_Load.load_thy;
tuned signatures;
tuned module dependencies;
wenzelm [Fri, 08 Jul 2011 20:27:09 +0200] rev 43711
less stateful outer_syntax;
wenzelm [Fri, 08 Jul 2011 17:04:38 +0200] rev 43710
discontinued odd Position.column -- left-over from attempts at PGIP implementation;
Position.offset discriminates postions precisely, now also available for Position.line/line_file;
wenzelm [Fri, 08 Jul 2011 16:13:34 +0200] rev 43709
discontinued special treatment of hard tabulators;
wenzelm [Fri, 08 Jul 2011 16:01:14 +0200] rev 43708
eliminated hard tabs;
wenzelm [Fri, 08 Jul 2011 15:18:28 +0200] rev 43707
merged
nipkow [Fri, 08 Jul 2011 12:18:46 +0200] rev 43706
merged
nipkow [Thu, 07 Jul 2011 21:53:53 +0200] rev 43705
added translation to fix critical pair between abbreviations for surj and ~=
bulwahn [Thu, 07 Jul 2011 23:33:14 +0200] rev 43704
floor and ceiling definitions are not code equations -- this enables trivial evaluation of floor and ceiling
wenzelm [Fri, 08 Jul 2011 15:17:40 +0200] rev 43703
standardized String.concat towards implode;
wenzelm [Fri, 08 Jul 2011 14:37:19 +0200] rev 43702
more abstract Thy_Load.load_file/use_file for external theory resources;
prefer Boogie_Loader.parse_b2i on already loaded text, bypassing former File.fold_lines optimization;
wenzelm [Fri, 08 Jul 2011 13:59:54 +0200] rev 43701
comment;
wenzelm [Fri, 08 Jul 2011 11:50:58 +0200] rev 43700
clarified Thy_Load.digest_file -- read ML files only once;
wenzelm [Fri, 08 Jul 2011 11:13:21 +0200] rev 43699
tuned signature;
wenzelm [Thu, 07 Jul 2011 23:55:15 +0200] rev 43698
simplified make_option/dest_option;
added make_variant/dest_variant -- usual representation of datatypes;
wenzelm [Thu, 07 Jul 2011 22:04:30 +0200] rev 43697
explicit Document.Node.Header, with master_dir and thy_name;
imitate ML path operations more closely;
wenzelm [Thu, 07 Jul 2011 14:10:50 +0200] rev 43696
explicit indication of type Symbol.Symbol;
wenzelm [Thu, 07 Jul 2011 13:48:30 +0200] rev 43695
simplified Symbol based on lazy Symbol.Interpretation -- reduced odd "functorial style";
tuned implicit build/init messages;
wenzelm [Wed, 06 Jul 2011 23:11:59 +0200] rev 43694
merged
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43693
make SML/NJ happier
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43692
make SML/NJ happy + tuning
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43691
moved ATP dependencies to HOL-Plain, where they belong
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43690
better setup for experimental "z3_atp"
krauss [Wed, 06 Jul 2011 17:58:03 +0200] rev 43689
64bit versions of some mira configurations
krauss [Wed, 06 Jul 2011 17:56:58 +0200] rev 43688
removed unused mira configuration
bulwahn [Wed, 06 Jul 2011 13:57:52 +0200] rev 43687
merged
bulwahn [Wed, 06 Jul 2011 13:52:42 +0200] rev 43686
tuning options to avoid spurious isabelle test failures
wenzelm [Wed, 06 Jul 2011 22:02:52 +0200] rev 43685
clarified record syntax: fieldext excludes the "more" pseudo-field (unlike 2f885b7e5ba7), so that errors like (| x = a, more = b |) are reported less confusingly;