src/Pure/General/symbol.ML
Wed, 02 May 2012 16:56:25 +0200 wenzelm avoid interference of markup for literal tokens, which may contain slightly odd \<^bsub> \<^esub> counted as pseudo-markup (especially relevant for HTML output, e.g. of thm power3_eq_cube);
Sat, 23 Jul 2011 16:37:17 +0200 wenzelm defer evaluation of Scan.message, for improved performance in the frequent situation where failure is handled later (e.g. via ||);
Sat, 16 Jul 2011 17:11:49 +0200 wenzelm added File.fold_pages for streaming of large files;
Tue, 12 Jul 2011 15:32:16 +0200 wenzelm tuned signature -- less cryptic ASCII names;
Mon, 20 Jun 2011 23:21:24 +0200 wenzelm more tolerant Symbol.decode;
Fri, 17 Jun 2011 00:10:39 +0200 wenzelm recovered markup for non-alphabetic keywords;
Sat, 20 Nov 2010 00:53:26 +0100 wenzelm renamed raw "explode" function to "raw_explode" to emphasize its meaning;
Sat, 13 Nov 2010 19:21:53 +0100 wenzelm simplified/robustified treatment of malformed symbols, which are now fully internalized (total Symbol.explode etc.);
Fri, 12 Nov 2010 14:51:28 +0100 wenzelm tuned signatures;
Mon, 25 Oct 2010 20:24:13 +0200 wenzelm explicitly qualify type Output.output, which is a slightly odd internal feature;
Tue, 06 Jul 2010 21:33:14 +0200 wenzelm implode pseudo utf8, i.e. decode byte-stuffed low ASCII characters;
Thu, 24 Jun 2010 22:58:45 +0200 wenzelm escape UTF8 symbols for the ML compiler;
Thu, 24 Jun 2010 21:57:18 +0200 wenzelm explicit treatment of UTF8 character sequences as Isabelle symbols;
Thu, 17 Dec 2009 13:58:15 +0100 wenzelm robust representation of low ASCII control characters within XML/YXML text;
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Tue, 10 Nov 2009 13:59:37 +0100 wenzelm removed obsolete name_of -- cf. decode;
Wed, 10 Jun 2009 11:29:57 +0200 wenzelm discontinued escaped symbols such as \\<forall> -- only one backslash should be used;
Thu, 04 Jun 2009 17:31:37 +0200 wenzelm export esc;
Tue, 28 Apr 2009 18:42:26 +0200 haftmann Symbol.name_of and Name.desymbolize
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Fri, 02 Jan 2009 22:52:42 +0100 wenzelm added output;
Fri, 15 Aug 2008 21:57:22 +0200 wenzelm scan: proper recovery for escaped \\< symbols;
Tue, 12 Aug 2008 21:27:48 +0200 wenzelm Symbol.source/OuterLex.source: more explicit do_recover argument;
Thu, 07 Aug 2008 13:44:52 +0200 wenzelm export not_eof;
Tue, 05 Aug 2008 19:29:07 +0200 wenzelm improved recover: also resync on symbol/comment/verbatim delimiters;
Mon, 04 Aug 2008 21:24:17 +0200 wenzelm abstract type Scan.stopper;
Sat, 12 Apr 2008 17:00:47 +0200 wenzelm added is_utf8_trailer;
Thu, 03 Apr 2008 18:42:36 +0200 wenzelm replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
Thu, 03 Apr 2008 16:03:54 +0200 wenzelm added some ASCII control symbols;
Sat, 15 Dec 2007 14:52:55 +0100 wenzelm recover: not skip over "`";
less more (0) -100 -50 -30 tip