src/Pure/General/symbol.ML
Fri, 04 Jan 2019 21:49:06 +0100 wenzelm support for isabelle update -u control_cartouches;
Fri, 21 Dec 2018 13:00:59 +0100 wenzelm more Haskell operations;
Wed, 12 Dec 2018 12:31:05 +0100 wenzelm more uniform multi-language operations;
Sun, 28 Jan 2018 19:28:52 +0100 wenzelm clarified take/drop/chop prefix/suffix;
Sat, 27 Jan 2018 16:37:41 +0100 wenzelm more operations;
Sun, 14 Jan 2018 15:31:02 +0100 wenzelm clarified signature;
Sat, 13 Jan 2018 11:22:46 +0100 wenzelm added \<^cancel> operator for unused text;
Mon, 08 Jan 2018 14:26:45 +0100 wenzelm more operations;
Tue, 06 Jun 2017 13:13:25 +0200 wenzelm discontinued obsolete print mode;
Mon, 17 Oct 2016 15:46:51 +0200 wenzelm accomodate Poly/ML repository version, which treats singleton strings as boxed;
Thu, 22 Sep 2016 11:25:27 +0200 wenzelm discontinued raw symbols;
Tue, 05 Apr 2016 20:05:05 +0200 wenzelm avoid malformed Isabelle symbols during bootstrap;
Fri, 01 Apr 2016 18:56:31 +0200 wenzelm tuned signature;
Sun, 06 Mar 2016 16:19:02 +0100 wenzelm clarified treatment of fragments of Isabelle symbols during bootstrap;
Wed, 20 Jan 2016 14:32:56 +0100 wenzelm tuned signature (according to Scala version);
Sat, 19 Dec 2015 15:14:59 +0100 wenzelm tuned signature;
Thu, 19 Nov 2015 22:35:10 +0100 wenzelm tuned;
Thu, 05 Nov 2015 00:02:30 +0100 wenzelm symbolic syntax "\<comment> text";
Sun, 18 Oct 2015 20:48:24 +0200 wenzelm tuned signature;
Sun, 18 Oct 2015 17:20:20 +0200 wenzelm clarified Symbol.is_control;
Tue, 13 Oct 2015 21:27:30 +0200 wenzelm tuned signature (cf. XML.trim_blanks);
Sat, 01 Nov 2014 19:33:51 +0100 wenzelm recover via scanner;
Fri, 31 Oct 2014 22:02:49 +0100 wenzelm discontinued obsolete \<^sync> marker;
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
Fri, 13 Dec 2013 12:31:45 +0100 wenzelm clarified Proof General legacy: special treatment of \<^newline> only in TTY mode;
Thu, 12 Dec 2013 22:56:28 +0100 wenzelm discontinued legacy_isub_isup;
Wed, 04 Sep 2013 15:27:24 +0200 wenzelm some explicit indication of Proof General legacy;
Mon, 26 Aug 2013 10:33:16 +0200 wenzelm ignore trailing primes, e.g. rename \<alpha>' to \<alpha>'' instead of \<alpha>'a;
Tue, 13 Aug 2013 17:26:22 +0200 wenzelm disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
Thu, 08 Aug 2013 17:36:14 +0200 wenzelm more strict identifier syntax: disallow superscripts, which tend to be used in notation such as \<^sup>\<omega>;
Wed, 10 Jul 2013 16:25:26 +0200 wenzelm more robust identifier syntax: sub/superscript counts as modifier of LETDIG part instead of LETTER, both isub/isup and sub/sup are allowed;
Tue, 27 Nov 2012 19:22:36 +0100 wenzelm support for sub-structured identifier syntax (inactive);
Mon, 26 Nov 2012 21:46:04 +0100 wenzelm tuned signature;
Mon, 26 Nov 2012 21:10:42 +0100 wenzelm more uniform Symbol.is_ascii_identifier in ML/Scala;
Mon, 26 Nov 2012 20:58:41 +0100 wenzelm tuned;
Mon, 26 Nov 2012 20:39:19 +0100 wenzelm clarified Symbol.scan_ascii_id;
Mon, 26 Nov 2012 20:29:40 +0100 wenzelm tuned;
Mon, 26 Nov 2012 19:56:09 +0100 wenzelm removed remains of Oheimb's double-space (cf. 0a5af667dc75);
Thu, 22 Nov 2012 12:22:03 +0100 wenzelm some support for breakable text and paragraphs;
Sat, 11 Aug 2012 21:10:36 +0200 wenzelm further clarification of malformed symbols;
Sat, 11 Aug 2012 20:54:06 +0200 wenzelm more liberal scanning of potentially malformed symbols;
Tue, 07 Aug 2012 12:10:26 +0200 wenzelm tuned signature -- make Pretty less dependent on Symbol;
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;
less more (0) -100 -60 tip