wenzelm [Sun, 02 May 2021 17:38:49 +0200] rev 73616
support nested cases;
wenzelm [Sun, 02 May 2021 15:56:58 +0200] rev 73615
tuned;
wenzelm [Sun, 02 May 2021 15:22:19 +0200] rev 73614
tuned;
wenzelm [Sun, 02 May 2021 14:07:19 +0200] rev 73613
early definition of ML antiquotations;
wenzelm [Sat, 01 May 2021 11:54:09 +0200] rev 73612
tuned;
wenzelm [Thu, 29 Apr 2021 22:39:33 +0200] rev 73611
clarified signature: more operations;
wenzelm [Thu, 29 Apr 2021 15:49:04 +0200] rev 73610
clarified signature: more operations;
wenzelm [Wed, 28 Apr 2021 23:20:05 +0200] rev 73609
clarified signature;
wenzelm [Wed, 28 Apr 2021 14:03:26 +0200] rev 73608
tuned signature;
wenzelm [Wed, 28 Apr 2021 13:03:09 +0200] rev 73607
clarified command-line, following other build_XYZ tools;
wenzelm [Wed, 28 Apr 2021 12:24:39 +0200] rev 73606
more recent OCaml and GHC stack: better support for Apple Silicon;
wenzelm [Sun, 25 Apr 2021 22:33:53 +0200] rev 73605
merged
wenzelm [Sun, 25 Apr 2021 22:33:15 +0200] rev 73604
avoid "exec" to change the winpid;
wenzelm [Sun, 25 Apr 2021 21:12:59 +0200] rev 73603
clarified check of root process on Windows (NB: the winpid is less stable than the Cygwin/Posix pid, so it needs to be "patched" into the the bash script, instead of bash_process.c);
wenzelm [Thu, 22 Apr 2021 23:40:22 +0200] rev 73602
fast approximation of test for process group (NB: initial process might already be terminated, while background processes are still running);