wenzelm [Wed, 06 Aug 2008 00:10:18 +0200] rev 27750
Antiq: inner vs. outer position;
scan_antiq: use T.scan_quoted;
wenzelm [Wed, 06 Aug 2008 00:10:13 +0200] rev 27749
of_properties: observe Markup.position_properties';
wenzelm [Wed, 06 Aug 2008 00:10:08 +0200] rev 27748
added position_properties';
renamed prop to proposition;
added attribute, method;
wenzelm [Tue, 05 Aug 2008 19:29:09 +0200] rev 27747
token: maintain of source, which retains original position information;
removed count/counted, advance position via scanned source;
wenzelm [Tue, 05 Aug 2008 19:29:08 +0200] rev 27746
moved OuterLex.count here;
wenzelm [Tue, 05 Aug 2008 19:29:07 +0200] rev 27745
improved recover: also resync on symbol/comment/verbatim delimiters;
wenzelm [Tue, 05 Aug 2008 19:29:06 +0200] rev 27744
advance: operate on symbol list (less overhead);
wenzelm [Tue, 05 Aug 2008 19:29:02 +0200] rev 27743
added token;
krauss [Tue, 05 Aug 2008 14:40:48 +0200] rev 27742
fix HOL/ex/LexOrds.thy; add to regression
wenzelm [Tue, 05 Aug 2008 13:31:38 +0200] rev 27741
added report;
wenzelm [Tue, 05 Aug 2008 13:31:36 +0200] rev 27740
removed axiom;
added fact, dynamic_fact, prop;
wenzelm [Tue, 05 Aug 2008 13:31:35 +0200] rev 27739
get_fact: report position;
wenzelm [Tue, 05 Aug 2008 13:31:31 +0200] rev 27738
Facts.lookup: return static/dynamic status;
wenzelm [Mon, 04 Aug 2008 22:55:10 +0200] rev 27737
position scanner: encode token range;
wenzelm [Mon, 04 Aug 2008 22:55:08 +0200] rev 27736
added encode_range;
tuned;
wenzelm [Mon, 04 Aug 2008 22:55:04 +0200] rev 27735
added end_line, end_column properties;
wenzelm [Mon, 04 Aug 2008 22:55:00 +0200] rev 27734
meta_subst: xsymbols make it work with clean Pure;
wenzelm [Mon, 04 Aug 2008 21:24:19 +0200] rev 27733
abstract type Scan.stopper, position taken from last input token;
wenzelm [Mon, 04 Aug 2008 21:24:17 +0200] rev 27732
abstract type Scan.stopper;
wenzelm [Mon, 04 Aug 2008 21:24:15 +0200] rev 27731
abstract type stopper, may depend on final input;
wenzelm [Mon, 04 Aug 2008 20:27:40 +0200] rev 27730
removed obsolete apply_theorems(_i);
wenzelm [Mon, 04 Aug 2008 20:27:39 +0200] rev 27729
tuned signature;
eliminated obsolete pervasives;
wenzelm [Mon, 04 Aug 2008 20:27:38 +0200] rev 27728
removed obsolete note_thms_cmd;
wenzelm [Mon, 04 Aug 2008 20:27:37 +0200] rev 27727
simplified defer_recdef(_i): plain facts via Attrib.eval_thms;
wenzelm [Mon, 04 Aug 2008 20:19:59 +0200] rev 27726
tuned description;
wenzelm [Mon, 04 Aug 2008 19:25:59 +0200] rev 27725
replaced mercurial.cgi by hgwebdir.cgi, resulting in http://isabelle.in.tum.de/repos/isabelle/
berghofe [Mon, 04 Aug 2008 18:57:35 +0200] rev 27724
Quoted terms in consts_code declarations are now preprocessed as well.
berghofe [Mon, 04 Aug 2008 18:56:55 +0200] rev 27723
Exported eval_wrapper.
berghofe [Mon, 04 Aug 2008 18:56:22 +0200] rev 27722
- corrected bogus comment for function inst_conj_all
- tuned function obtain_fresh_name
krauss [Mon, 04 Aug 2008 18:24:27 +0200] rev 27721
removed dead code