wenzelm [Thu, 29 May 2008 23:46:45 +0200] rev 27022
legacy_feature: no proof context in simpset;
wenzelm [Thu, 29 May 2008 23:46:43 +0200] rev 27021
proper context for attribute simplified;
wenzelm [Thu, 29 May 2008 23:46:41 +0200] rev 27020
added warning_count for issued reconstruction failure messages (limit 10);
less nesting of let expressions;
wenzelm [Thu, 29 May 2008 23:46:40 +0200] rev 27019
proper context for ss;
wenzelm [Thu, 29 May 2008 23:46:39 +0200] rev 27018
proper context for simp_thms_conv;
wenzelm [Thu, 29 May 2008 23:46:37 +0200] rev 27017
added warning_count for issued reconstruction failure messages;
wenzelm [Thu, 29 May 2008 23:46:36 +0200] rev 27016
tuned;
nipkow [Thu, 29 May 2008 22:45:33 +0200] rev 27015
*** empty log message ***
haftmann [Thu, 29 May 2008 13:27:13 +0200] rev 27014
yet another attempt to circumvent printmode problems
wenzelm [Wed, 28 May 2008 23:44:43 +0200] rev 27013
obsolete;
wenzelm [Wed, 28 May 2008 23:43:39 +0200] rev 27012
moved README-polyml to polyml/README;
wenzelm [Wed, 28 May 2008 23:42:36 +0200] rev 27011
README for Poly/ML 5.2 distribution;
wenzelm [Wed, 28 May 2008 23:36:19 +0200] rev 27010
tuned;
wenzelm [Wed, 28 May 2008 23:33:51 +0200] rev 27009
more contribs;
wenzelm [Wed, 28 May 2008 23:33:36 +0200] rev 27008
misc tuning for Isabelle2008;
wenzelm [Wed, 28 May 2008 23:33:15 +0200] rev 27007
added some notable improvements;
wenzelm [Wed, 28 May 2008 22:54:05 +0200] rev 27006
tuned version numbers;
wenzelm [Wed, 28 May 2008 22:50:30 +0200] rev 27005
prepared for Isabelle2008;
wenzelm [Wed, 28 May 2008 22:13:31 +0200] rev 27004
added ISABELLE_HOME to startup;
pathed OS.FileSys.tmpName to drop C string terminator;
added OS.FileSys.fullPath;
wenzelm [Wed, 28 May 2008 21:06:17 +0200] rev 27003
added Substring.full;
haftmann [Wed, 28 May 2008 14:48:50 +0200] rev 27002
moved distinctness_limit to datatype_rep_proofs.ML
haftmann [Wed, 28 May 2008 12:24:48 +0200] rev 27001
fixed utterly wrong print mode handling
haftmann [Wed, 28 May 2008 12:06:49 +0200] rev 27000
new serializer interface
haftmann [Wed, 28 May 2008 11:05:47 +0200] rev 26999
added new code_datatype example
haftmann [Mon, 26 May 2008 17:55:39 +0200] rev 26998
proper use of the Pretty module
haftmann [Mon, 26 May 2008 17:55:38 +0200] rev 26997
permissive wrt. instantiation of class operations
haftmann [Mon, 26 May 2008 17:55:37 +0200] rev 26996
proper lemma [source] antiquotation
haftmann [Mon, 26 May 2008 17:55:36 +0200] rev 26995
check for illegal merge of class parameters
haftmann [Mon, 26 May 2008 17:55:35 +0200] rev 26994
proper NoSubsort CLASS_ERROR
haftmann [Mon, 26 May 2008 17:55:34 +0200] rev 26993
tuned theorem order
wenzelm [Sat, 24 May 2008 23:52:35 +0200] rev 26992
inst_subst_tac: match types -- no longer assume that subst rule has exactly one type argument;
misc tuning -- more cterm operations, more qualified names;
wenzelm [Sat, 24 May 2008 22:19:35 +0200] rev 26991
updated generated file;
wenzelm [Sat, 24 May 2008 22:04:57 +0200] rev 26990
added local_theory command wrappers;
wenzelm [Sat, 24 May 2008 22:04:55 +0200] rev 26989
uniform treatment of target, not as config;
wenzelm [Sat, 24 May 2008 22:04:52 +0200] rev 26988
more uniform treatment of OuterSyntax.local_theory commands;
wenzelm [Sat, 24 May 2008 22:04:48 +0200] rev 26987
updated generated file;
wenzelm [Sat, 24 May 2008 22:04:46 +0200] rev 26986
invisible comment;
wenzelm [Sat, 24 May 2008 22:04:44 +0200] rev 26985
function: uniform treatment of target, not as config;
wenzelm [Sat, 24 May 2008 20:12:18 +0200] rev 26984
added parse_document (optional unchecked header material);
parse: parse_document instead of parse_element;
wenzelm [Sat, 24 May 2008 20:12:17 +0200] rev 26983
exported master_directory;
wenzelm [Sat, 24 May 2008 20:12:16 +0200] rev 26982
present_excursion: setmp_thread_position during presentation;
wenzelm [Sat, 24 May 2008 20:05:21 +0200] rev 26981
use: explicit .ML;
wenzelm [Sat, 24 May 2008 14:47:43 +0200] rev 26980
ident: naive caching prevents potentially slow external invocations;
tuned comments;
tuned;
urbanc [Sat, 24 May 2008 02:19:09 +0200] rev 26979
fixed improper handling of return code (pdf and ps.gz formats)
wenzelm [Fri, 23 May 2008 21:20:26 +0200] rev 26978
add constants: set Markup.theory_nameN in tags;
wenzelm [Fri, 23 May 2008 21:18:47 +0200] rev 26977
added theory_nameN;
krauss [Fri, 23 May 2008 17:19:24 +0200] rev 26976
rearranged subsections
berghofe [Fri, 23 May 2008 16:41:39 +0200] rev 26975
Replaced Pretty.str and Pretty.string_of by specific functions (from Codegen) that
set print_mode and margin appropriately.