wenzelm [Fri, 17 Sep 2010 15:51:11 +0200] rev 39439
eliminated markup "location" in favour of more explicit "no_report", which is actually deleted from messages;
wenzelm [Thu, 16 Sep 2010 15:37:12 +0200] rev 39438
Isar "default" step needs to fail for solved problems, for clear distinction of '.' and '..' for example -- amending lapse introduced in 9de4d64eee3b (April 2004);
wenzelm [Thu, 16 Sep 2010 15:32:24 +0200] rev 39437
updated generated file;
haftmann [Thu, 16 Sep 2010 08:18:34 +0200] rev 39436
tuned whitespace
boehmes [Thu, 16 Sep 2010 06:49:46 +0200] rev 39435
reverse order of datatype declarations so that declarations only depend on already declared datatypes
blanchet [Wed, 15 Sep 2010 22:24:35 +0200] rev 39434
merged
blanchet [Wed, 15 Sep 2010 22:20:10 +0200] rev 39433
make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
instead, query the original "Makefile"
wenzelm [Wed, 15 Sep 2010 20:47:14 +0200] rev 39432
dropped obsolete src/Tools/random_word.ML -- superseded by src/Tools/Metis/src/Random.sml stemming from the Metis distribution;
blanchet [Wed, 15 Sep 2010 20:07:41 +0200] rev 39431
merged
blanchet [Wed, 15 Sep 2010 19:55:26 +0200] rev 39430
document Metis updating procedure
blanchet [Wed, 15 Sep 2010 19:22:34 +0200] rev 39429
move "CRITICAL" to "PortableXxx", where it belongs and used to be;
now that it is no longer used in "Random.sml"
blanchet [Wed, 15 Sep 2010 18:52:37 +0200] rev 39428
regenerated "metis.ML"
blanchet [Wed, 15 Sep 2010 18:51:48 +0200] rev 39427
update comment
blanchet [Wed, 15 Sep 2010 18:51:21 +0200] rev 39426
make "Unprotected concurrency introduces some true randomness." be true;
this code is called often and doesn't need to be considered critical. I added CRITICAL by mistake.
blanchet [Wed, 15 Sep 2010 18:27:29 +0200] rev 39425
fix parsing of higher-order formulas;
this code was never exercised before because the current ATPs perform clausification, but someday ATPs might support FOF natively
haftmann [Wed, 15 Sep 2010 19:20:50 +0200] rev 39424
merged
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39423
load code_runtime immediately again
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39422
proper interface for code_reflect
haftmann [Wed, 15 Sep 2010 16:47:31 +0200] rev 39421
introduced "holds" as synthetic datatype constructor for "prop"; moved Pure code generator setup to Code_Generator.thy
blanchet [Wed, 15 Sep 2010 17:05:18 +0200] rev 39420
merged
blanchet [Wed, 15 Sep 2010 16:23:11 +0200] rev 39419
"Metis." -> "Metis_" to reflect change in "metis.ML"
blanchet [Wed, 15 Sep 2010 16:22:02 +0200] rev 39418
no need for "metis_env.ML" anymore;
it was a neat solution but it didn't work anymore once I removed the "structure Metis"
blanchet [Wed, 15 Sep 2010 16:20:46 +0200] rev 39417
regenerate "metis.ML", this time without manual hacks
blanchet [Wed, 15 Sep 2010 16:19:49 +0200] rev 39416
remove needless file for us