wenzelm [Thu, 10 Mar 2016 22:09:44 +0100] rev 62590
upgrade "isabelle build" to Isabelle/Scala;
wenzelm [Thu, 10 Mar 2016 17:30:04 +0100] rev 62589
prefer plain "isabelle" from PATH within Isabelle settings environment;
wenzelm [Thu, 10 Mar 2016 12:11:50 +0100] rev 62588
isabelle_process is superseded by "isabelle process" tool;
tuned tool usage;
misc updates and tuning of "system" manual;
wenzelm [Thu, 10 Mar 2016 12:11:23 +0100] rev 62587
clarified messages, notably on Windows where CPU time of poly.exe is not measured;
wenzelm [Thu, 10 Mar 2016 10:07:23 +0100] rev 62586
clarified modules;
wenzelm [Thu, 10 Mar 2016 09:56:29 +0100] rev 62585
clarified files;
wenzelm [Thu, 10 Mar 2016 09:50:53 +0100] rev 62584
clarified files;
blanchet [Thu, 10 Mar 2016 19:15:06 +0100] rev 62583
don't throw an exception when trying to print an error message
blanchet [Thu, 10 Mar 2016 18:32:12 +0100] rev 62582
eta-expansion done right in "primcorec"
haftmann [Thu, 10 Mar 2016 12:33:04 +0100] rev 62581
clarified: constructors in the sense of the code generator are not invertible;
correct treatment of constructors with same name but different type;
moved doubtful comment to corresponding function call
haftmann [Thu, 10 Mar 2016 12:33:01 +0100] rev 62580
moved
wenzelm [Wed, 09 Mar 2016 21:01:22 +0100] rev 62579
merged
wenzelm [Wed, 09 Mar 2016 20:55:24 +0100] rev 62578
obsolete;
wenzelm [Wed, 09 Mar 2016 20:44:02 +0100] rev 62577
clarified interactive mode, which is relevant for ML prompts;
wenzelm [Wed, 09 Mar 2016 20:36:29 +0100] rev 62576
more careful print_depth on startup;
wenzelm [Wed, 09 Mar 2016 20:11:25 +0100] rev 62575
ignore SIGINT in waiting wrapper process;
proper "bash_process.c" and "build" within component;
wenzelm [Wed, 09 Mar 2016 19:52:17 +0100] rev 62574
more robust cleanup;
more defensive timing value;
wenzelm [Wed, 09 Mar 2016 19:30:09 +0100] rev 62573
isabelle.Build uses ML_Process directly;
isabelle_process is for batch mode only;
removed unused feeder (already part of "isabelle console");
wenzelm [Wed, 09 Mar 2016 16:53:14 +0100] rev 62572
tuned;
wenzelm [Wed, 09 Mar 2016 16:42:30 +0100] rev 62571
print timing like lib/scripts/timestop.bash;
wenzelm [Wed, 09 Mar 2016 16:40:39 +0100] rev 62570
prefer explicit locale;
wenzelm [Wed, 09 Mar 2016 14:54:51 +0100] rev 62569
bash process with builtin timing;
wenzelm [Wed, 09 Mar 2016 14:24:16 +0100] rev 62568
elapsed time in milliseconds (cf. Time.now in Poly/ML);
wenzelm [Wed, 09 Mar 2016 13:33:21 +0100] rev 62567
support for timing of the managed process;
wenzelm [Wed, 09 Mar 2016 13:12:51 +0100] rev 62566
tuned;
wenzelm [Tue, 08 Mar 2016 21:08:50 +0100] rev 62565
proper support for RAW_ML_SYSTEM;
wenzelm [Tue, 08 Mar 2016 20:33:34 +0100] rev 62564
tuned signature;
wenzelm [Tue, 08 Mar 2016 20:24:41 +0100] rev 62563
separate Isabelle_Process.init_options after Options.load_defaults, notably for "isabelle console";
wenzelm [Tue, 08 Mar 2016 20:02:46 +0100] rev 62562
back to external line editor, due to problems of JLine with multithreading of in vs. out;
wenzelm [Tue, 08 Mar 2016 19:29:56 +0100] rev 62561
ignore execeptions that usually occur due to shutdown;
wenzelm [Tue, 08 Mar 2016 18:38:29 +0100] rev 62560
clarified initial ML;
wenzelm [Tue, 08 Mar 2016 18:15:16 +0100] rev 62559
isabelle console is based on Isabelle/Scala;
wenzelm [Tue, 08 Mar 2016 17:55:11 +0100] rev 62558
clarified process interrupt: exactly one signal (like thread interrupt);
wenzelm [Tue, 08 Mar 2016 17:52:33 +0100] rev 62557
tuned signature;
wenzelm [Tue, 08 Mar 2016 14:44:11 +0100] rev 62556
more abstract Session.start, without prover command-line;
Isabelle_Process.apply is directly based on ML_Process;
clarified Isabelle_Process.main command-line;
tuned signature;
wenzelm [Tue, 08 Mar 2016 11:18:21 +0100] rev 62555
removed pointless option: this is meant for web services using Isabelle/Scala, not command-line tools;
wenzelm [Mon, 07 Mar 2016 22:40:43 +0100] rev 62554
prospective command line entry point for simplified isabelle_process;
wenzelm [Mon, 07 Mar 2016 22:37:31 +0100] rev 62553
tuned signature;
wenzelm [Mon, 07 Mar 2016 22:36:44 +0100] rev 62552
proper Path.print for user messages;
wenzelm [Mon, 07 Mar 2016 21:53:21 +0100] rev 62551
discontinued cd, pwd;
wenzelm [Mon, 07 Mar 2016 21:33:41 +0100] rev 62550
tuned -- more standard operations;
wenzelm [Mon, 07 Mar 2016 21:09:28 +0100] rev 62549
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
clarified treatment of whitespace in some bash scripts;
wenzelm [Mon, 07 Mar 2016 20:44:47 +0100] rev 62548
clarified treatment of DEL;
tuned signature;
wenzelm [Mon, 07 Mar 2016 18:47:55 +0100] rev 62547
clarified RAW_ML_SYSTEM;
wenzelm [Mon, 07 Mar 2016 18:31:40 +0100] rev 62546
tuned;
wenzelm [Mon, 07 Mar 2016 18:20:22 +0100] rev 62545
Bash.process always uses a closed script instead of an open argument list, for extra robustness on Windows, where quoting is not well-defined;
more robust File.bash_escape;
more robust treatment of ML_OPTIONS;
clarified prover args (again);
wenzelm [Mon, 07 Mar 2016 15:21:50 +0100] rev 62544
manage the underlying ML process in Scala;
wenzelm [Mon, 07 Mar 2016 14:53:28 +0100] rev 62543
clarified modules;
wenzelm [Mon, 07 Mar 2016 09:49:58 +0100] rev 62542
tuned signature;
paulson <lp15@cam.ac.uk> [Wed, 09 Mar 2016 17:22:43 +0000] rev 62541
Merge
paulson <lp15@cam.ac.uk> [Wed, 09 Mar 2016 17:16:08 +0000] rev 62540
Wenda Li's new material: residue theorem, argument_principle, Rouche_theorem
haftmann [Tue, 08 Mar 2016 21:07:48 +0100] rev 62539
explicit record values for dictionary variables
haftmann [Tue, 08 Mar 2016 21:07:47 +0100] rev 62538
provide explicit hint concering uniqueness of derivation
haftmann [Tue, 08 Mar 2016 21:07:46 +0100] rev 62537
syntax for multiset membership modelled after syntax for set membership
blanchet [Mon, 07 Mar 2016 23:20:11 +0100] rev 62536
made 'size' plugin compatible with locales again (and added regression test)
blanchet [Mon, 07 Mar 2016 23:20:11 +0100] rev 62535
strengthened tactic
paulson <lp15@cam.ac.uk> [Mon, 07 Mar 2016 15:57:02 +0000] rev 62534
complex_differentiable -> field_differentiable, etc. (making these theorems also available for type real)
paulson <lp15@cam.ac.uk> [Mon, 07 Mar 2016 14:34:45 +0000] rev 62533
new material to Blochj's theorem, as well as supporting lemmas
traytel [Mon, 07 Mar 2016 08:14:18 +0100] rev 62532
merged
traytel [Sun, 06 Mar 2016 20:39:19 +0100] rev 62531
less resetting of local theories