wenzelm [Thu, 28 Aug 2008 19:31:55 +0200] rev 28048
dummy setup for completion;
wenzelm [Thu, 28 Aug 2008 19:31:13 +0200] rev 28047
create named pipe;
wenzelm [Thu, 28 Aug 2008 19:29:59 +0200] rev 28046
added is_cygwin;
added exec2, which joins stdout/stderr;
tuned thread arrangement;
wenzelm [Thu, 28 Aug 2008 19:29:58 +0200] rev 28045
join stdout/stderr, eliminated Kind.STDERR;
messages are read from separate fifo (ensures that spurious stdout from shell wrappers, Poly/ML runtime system etc. do not spoil message protocol);
private output, output_raw;
wenzelm [Thu, 28 Aug 2008 19:29:57 +0200] rev 28044
explicit output stream, typically a named pipe;
wenzelm [Thu, 28 Aug 2008 19:29:56 +0200] rev 28043
refined option -W: output stream;
krauss [Thu, 28 Aug 2008 17:54:18 +0200] rev 28042
more function -> fun
krauss [Thu, 28 Aug 2008 15:33:33 +0200] rev 28041
quicksort: function -> fun
krauss [Thu, 28 Aug 2008 15:24:30 +0200] rev 28040
corrected some typos
wenzelm [Thu, 28 Aug 2008 00:49:54 +0200] rev 28039
fixed atom_to_xml: literal "name" attribute;
wenzelm [Thu, 28 Aug 2008 00:33:19 +0200] rev 28038
exported atom_to_xml;
wenzelm [Thu, 28 Aug 2008 00:33:17 +0200] rev 28037
changed Markup print mode to YXML -- explicitly decode messages before being issued;
changed Output print mode to plain default -- no escaping;
simplified pgml_sym: produce Pgml.pgmlatom, no special treatment of Ctrl/Raw;
removed unused issue_pgips;
removed obsolete delay_msgs feature -- the script parser never fails, but produces inline error markup;
removed obsolete wrap_pgml;
explicit transformation of messages (pgml_terms and message_content);
remove obsolete split_markup workaround;
misc tuning;
wenzelm [Thu, 28 Aug 2008 00:33:15 +0200] rev 28036
tuned;
wenzelm [Thu, 28 Aug 2008 00:33:13 +0200] rev 28035
present_token: disable print_mode, which is YXML now;
wenzelm [Thu, 28 Aug 2008 00:33:11 +0200] rev 28034
text_of Malformed: explode with spaces -- Output.output/escape ineffective by default;
wenzelm [Thu, 28 Aug 2008 00:33:09 +0200] rev 28033
removed obsolete XML.Output workaround;
wenzelm [Thu, 28 Aug 2008 00:33:08 +0200] rev 28032
added get_int;
wenzelm [Thu, 28 Aug 2008 00:33:07 +0200] rev 28031
removed obsolete get_string;
moved get_int to property.ML;
wenzelm [Thu, 28 Aug 2008 00:33:04 +0200] rev 28030
removed obsolete ProofGeneral/pgml_isabelle.ML;
huffman [Wed, 27 Aug 2008 23:46:33 +0200] rev 28029
simplify definition of vector_space locale (use axclasses instead of inheriting from field and ab_group_add classes)
wenzelm [Wed, 27 Aug 2008 20:36:27 +0200] rev 28028
renamed Buffer.write to File.write_buffer;
added scalable iterator fold_lines;
tuned;
wenzelm [Wed, 27 Aug 2008 20:36:26 +0200] rev 28027
renamed Buffer.write to File.write_buffer;
wenzelm [Wed, 27 Aug 2008 20:36:25 +0200] rev 28026
load buffer.ML before file.ML;
wenzelm [Wed, 27 Aug 2008 20:36:23 +0200] rev 28025
replaced find_substring by first_field;
ballarin [Wed, 27 Aug 2008 17:54:31 +0200] rev 28024
Consistent naming of theorems in interpretation.
wenzelm [Wed, 27 Aug 2008 16:32:48 +0200] rev 28023
simplified parse_attrib (find_substring instead of space_explode);
wenzelm [Wed, 27 Aug 2008 16:32:18 +0200] rev 28022
added find_substring;
haftmann [Wed, 27 Aug 2008 12:01:59 +0200] rev 28021
added HOL/ex/Numeral.thy
wenzelm [Wed, 27 Aug 2008 12:00:28 +0200] rev 28020
get rid of tabs;
wenzelm [Wed, 27 Aug 2008 11:49:50 +0200] rev 28019
Property lists.
wenzelm [Wed, 27 Aug 2008 11:49:14 +0200] rev 28018
added General/properties.ML;
wenzelm [Wed, 27 Aug 2008 11:48:54 +0200] rev 28017
type Properties.T;
haftmann [Wed, 27 Aug 2008 11:24:35 +0200] rev 28016
proper error message
haftmann [Wed, 27 Aug 2008 11:24:34 +0200] rev 28015
proper handling of type variabl names
haftmann [Wed, 27 Aug 2008 11:24:32 +0200] rev 28014
completing arities after subclass instance
haftmann [Wed, 27 Aug 2008 11:24:31 +0200] rev 28013
untabification
haftmann [Wed, 27 Aug 2008 11:24:29 +0200] rev 28012
tuned code generator setup
urbanc [Wed, 27 Aug 2008 04:47:30 +0200] rev 28011
added equivariance lemmas for ex1 and the
huffman [Wed, 27 Aug 2008 01:27:33 +0200] rev 28010
add lemmas about Rats similar to those about Reals
huffman [Tue, 26 Aug 2008 23:49:46 +0200] rev 28009
move real_vector class proofs into vector_space and group_hom locales
krauss [Tue, 26 Aug 2008 18:59:52 +0200] rev 28008
added distributivity of relation composition over union [simp]
wenzelm [Tue, 26 Aug 2008 16:36:30 +0200] rev 28007
tuned append;
wenzelm [Tue, 26 Aug 2008 16:36:11 +0200] rev 28006
command: symbols.encode;
ballarin [Tue, 26 Aug 2008 16:04:22 +0200] rev 28005
Reorganisation of registration code.
krauss [Tue, 26 Aug 2008 14:15:44 +0200] rev 28004
function package: name primitive defs "f_sumC_def" instead of "f_sum_def" to avoid clashes
wenzelm [Tue, 26 Aug 2008 12:20:52 +0200] rev 28003
purge classes after compilation;
wenzelm [Tue, 26 Aug 2008 12:17:58 +0200] rev 28002
renamed Isabelle-repository to isabelle;
nipkow [Tue, 26 Aug 2008 12:07:06 +0200] rev 28001
Defined rationals (Rats) globally in Rational.
Chractarized them with a few lemmas in RealDef, one of them from Sqrt.