History log of /seL4-l4v-master/isabelle/src/Pure/config.ML
Revision Date Author Comments
# 489a9da5 03-Jan-2019 wenzelm <none@none>

tuned signature;


# 0e5c06bc 03-Jan-2019 wenzelm <none@none>

clarified signature: more types;


# f21ee9ec 02-Jan-2019 wenzelm <none@none>

tuned;


# dcae0d85 28-Aug-2018 wenzelm <none@none>

tuned signature;


# d6b5ab04 05-Sep-2016 wenzelm <none@none>

clarified modules;

--HG--
rename : src/HOL/Tools/value.ML => src/HOL/Tools/value_command.ML


# 1631df1e 08-Nov-2014 wenzelm <none@none>

removed obsolete global-only options, which did not work out anyway (due to complexity of local_theory sandwich);


# a164be92 05-Aug-2014 wenzelm <none@none>

refined context visibility again (amending f5f9fad3321c, 8e3e004f1c31): avoid spurious warning due to global config options;


# bced7572 06-Apr-2014 wenzelm <none@none>

more source positions;


# b6e6a472 26-Mar-2014 wenzelm <none@none>

prefer Context_Position where a context is available;
prefer explicit Context_Position.is_visible -- avoid redundant message composition;
tuned signature;


# c179ab86 27-Jun-2013 wenzelm <none@none>

tuned signature;


# b1fd1893 16-May-2013 wenzelm <none@none>

tuned signature;


# 6563b0e2 14-May-2013 wenzelm <none@none>

more uniform Markup.print_real;


# d87ed72a 12-May-2013 wenzelm <none@none>

support for system options as context-sensitive config options;


# dce3c7ec 27-Apr-2012 wenzelm <none@none>

avoid spurious warning in invisible context, notably Haftmann-Wenzel sandwich;


# e5f2a357 30-Oct-2010 wenzelm <none@none>

support for real valued configuration options;


# b4d21f98 06-Sep-2010 wenzelm <none@none>

more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;


# cbd172cf 03-Sep-2010 wenzelm <none@none>

more explicit Config.declare vs. Config.declare_global;


# 41a192be 27-Aug-2010 wenzelm <none@none>

tuned printed type names, according to ML;


# 7c56153f 10-May-2010 wenzelm <none@none>

renamed Config.get_thy to Config.get_global etc. to indicate that this is not the real thing;


# dfa1319f 28-Mar-2010 wenzelm <none@none>

pass raw Context.generic, to avoid wasteful Context.proof_of -- Config.get_thy is often used in performance critical spots like unify.ML;


# d76e5931 28-Mar-2010 wenzelm <none@none>

configuration options admit dynamic default values;


# dfa769e1 08-Nov-2009 wenzelm <none@none>

adapted Generic_Data, Proof_Data;
tuned;


# 1bd59ac7 21-Jan-2009 wenzelm <none@none>

removed Ids;


# 8b56d128 01-Aug-2007 wenzelm <none@none>

added name_of;


# 6118ea5d 01-Aug-2007 wenzelm <none@none>

renamed config_option.ML to config.ML;
moved attrib setup to attrib.ML;


# 6b2babee 27-Jul-2007 wenzelm <none@none>

map_value: dynamic type checking;


# e04279e4 27-Jul-2007 wenzelm <none@none>

exported datatype value;
added the_config;
removed put_generic_src -- moved value parsing to attrib.ML;
tuned;


# b44c155d 25-Jul-2007 wenzelm <none@none>

Configuration options as values within the local context.