blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48389
eliminated special handling of init case, now that "mash.py" has been optimized to handle sequences of add gracefully
blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48388
more MaSh docs
blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48387
mention MaSh in docs
blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48386
use good old MePo filter for SMT solvers by default, since arithmetic is built-in for them
blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48385
added locality as a MaSh feature
blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48384
learn on explicit "min" command but do the learning in a thread, since it may take a couple of seconds
blanchet [Fri, 20 Jul 2012 22:19:46 +0200] rev 48383
learn command in MaSh
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48382
added possibility of running external MaSh commands asynchronously
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48381
renamed ML structures
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48380
renamed ML files
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48379
renamed "iter" fact filter to "MePo" (Meng--Paulson)
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48378
handle local facts smoothly in MaSh
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48377
fixed explosion when computing accessibility
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48376
use "eproof_ram" script if available (plug-in replacement for "eproof", but faster)
blanchet [Fri, 20 Jul 2012 22:19:45 +0200] rev 48375
tuning
wenzelm [Fri, 20 Jul 2012 21:05:47 +0200] rev 48374
merged
wenzelm [Fri, 20 Jul 2012 21:04:03 +0200] rev 48373
further imitation of "usedir" shell script;
Pure/build observes build_images option, unlike traditional version;
tuned signature;
huffman [Fri, 20 Jul 2012 10:53:25 +0200] rev 48372
make nat_cancel_sums simprocs robust in the presence of schematic variables; add regression tests
haftmann [Thu, 19 Jul 2012 22:21:59 +0200] rev 48371
export code relatively to master directory
wenzelm [Fri, 20 Jul 2012 18:50:33 +0200] rev 48370
require explicit initialization of options;
more explicit Position operations;
wenzelm [Fri, 20 Jul 2012 17:43:55 +0200] rev 48369
tuned signature;
wenzelm [Fri, 20 Jul 2012 16:47:43 +0200] rev 48368
define build_options from command line;
wenzelm [Fri, 20 Jul 2012 16:47:17 +0200] rev 48367
some basic Isabelle options;
wenzelm [Fri, 20 Jul 2012 16:45:38 +0200] rev 48366
basic jEdit mode for Isabelle options;
wenzelm [Fri, 20 Jul 2012 15:48:22 +0200] rev 48365
basic support for stand-alone options with external string representation;
wenzelm [Fri, 20 Jul 2012 12:45:12 +0200] rev 48364
minimal build_job;
wenzelm [Fri, 20 Jul 2012 12:27:25 +0200] rev 48363
restrict to required sessions;
wenzelm [Fri, 20 Jul 2012 12:00:08 +0200] rev 48362
proper commas_quote;
wenzelm [Fri, 20 Jul 2012 11:52:20 +0200] rev 48361
tune;
wenzelm [Fri, 20 Jul 2012 11:46:37 +0200] rev 48360
simplified script to build Isabelle/ML;
wenzelm [Thu, 19 Jul 2012 22:32:52 +0200] rev 48359
added eq_file / copy_file corresponding to File.eq / File.copy in ML;
wenzelm [Thu, 19 Jul 2012 20:52:17 +0200] rev 48358
merged