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
wenzelm [Sun, 06 Mar 2016 18:15:09 +0100] rev 62530
avoid redundant escapes;