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