src/Pure/General/binding.ML
Fri, 15 Jul 2011 13:28:16 +0200 wenzelm more robust Binding.pretty/print in typical error sitations with spaces etc. (NB: markup can only provide *additional* emphasis and is occasionally suppressed in TTY mode or tooltips);
Fri, 15 Jul 2011 00:49:38 +0200 wenzelm more visible printing of empty binding;
Sat, 25 Jun 2011 17:17:49 +0200 wenzelm clarified Binding.pretty/print: no quotes, only markup -- Binding.str_of is rendered obsolete;
Sat, 25 Jun 2011 15:08:58 +0200 wenzelm clarified Binding.str_of/print: show full prefix + qualifier, which is relevant for print_locale, for example;
Sun, 17 Apr 2011 21:42:47 +0200 wenzelm added Binding.print convenience, which includes quote already;
Fri, 17 Dec 2010 22:23:56 +0100 wenzelm extra checking of name bindings for classes, types, consts;
Fri, 17 Sep 2010 17:11:43 +0200 wenzelm tuned;
Thu, 18 Feb 2010 20:46:46 +0100 wenzelm more systematic treatment of qualified names derived from binding;
Sun, 25 Oct 2009 12:27:21 +0100 wenzelm allow name space entries to be "concealed" -- via binding/naming/local_theory;
Wed, 16 Sep 2009 21:14:08 +0200 wenzelm replaced opaque signature matching by plain old abstype (again, cf. ac4498f95d1c) -- this recovers pretty printing in SML/NJ and Poly/ML 5.3;
Mon, 30 Mar 2009 19:51:10 +0200 wenzelm qualified_name_of: observe empty case;
Thu, 12 Mar 2009 11:07:22 +0100 wenzelm tuned signature;
Tue, 10 Mar 2009 16:44:20 +0100 wenzelm added qualified_name_of;
Sun, 08 Mar 2009 17:03:07 +0100 wenzelm added qualified_name -- emulates old-style qualified bstring;
Sat, 07 Mar 2009 21:18:37 +0100 wenzelm added prefix_name, suffix_name;
Sat, 07 Mar 2009 11:32:31 +0100 wenzelm Binding.str_of: removed verbose feature, include qualifier in output;
Thu, 05 Mar 2009 10:52:07 +0100 wenzelm added prefix_of;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Tue, 03 Mar 2009 21:49:34 +0100 wenzelm tuned str_of, now subject to verbose flag;
Tue, 03 Mar 2009 18:31:59 +0100 wenzelm moved type bstring from name_space.ML to binding.ML -- it is the primitive concept behind bindings;
Tue, 03 Mar 2009 15:09:07 +0100 wenzelm renamed Binding.display to Binding.str_of, which is slightly more canonical;
Tue, 03 Mar 2009 14:52:13 +0100 wenzelm moved name space externalization flags back to name_space.ML;
Thu, 22 Jan 2009 11:23:15 +0100 wenzelm tuned signature;
Wed, 21 Jan 2009 16:47:32 +0100 haftmann binding is alias for Binding.T
Sat, 03 Jan 2009 08:39:18 +0100 haftmann separator, is_qualified
Wed, 10 Dec 2008 17:19:25 +0100 ballarin Use prefix component of bindings for locale prefixes.
Fri, 05 Dec 2008 18:43:42 +0100 haftmann Name.name_of -> Binding.base_name
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Mon, 01 Dec 2008 19:41:16 +0100 haftmann new Binding module
less more (0) tip