wenzelm [Sun, 11 Mar 2018 20:31:25 +0100] rev 67824
more compact markup tree: output messages are already stored in command results (e.g. relevant for XML data representation);
wenzelm [Sun, 11 Mar 2018 15:28:22 +0100] rev 67823
more options;
wenzelm [Sun, 11 Mar 2018 15:21:20 +0100] rev 67822
clarified default server name;
wenzelm [Sun, 11 Mar 2018 15:15:30 +0100] rev 67821
more uniform output: this may be parsed by another program;
wenzelm [Sun, 11 Mar 2018 15:08:14 +0100] rev 67820
clarified argument formats: explicit Unit, allow XML.Elem as well;
tuned messages: prefer single quotes for JSON output;
wenzelm [Sun, 11 Mar 2018 15:06:48 +0100] rev 67819
tuned comments;
wenzelm [Sun, 11 Mar 2018 15:05:43 +0100] rev 67818
convenience to represent XML.Body as single XML.Elem;
wenzelm [Sun, 11 Mar 2018 13:18:41 +0100] rev 67817
clarified AFP partitioning;
haftmann [Sat, 10 Mar 2018 19:36:59 +0000] rev 67816
abstract algebraic bit operations
wenzelm [Sat, 10 Mar 2018 20:24:00 +0100] rev 67815
more balanced AFP partitioning;
wenzelm [Sat, 10 Mar 2018 15:52:47 +0100] rev 67814
workaround for occasional deadlock seen in HOL-Proofs with threads=2;
wenzelm [Sat, 10 Mar 2018 14:43:15 +0100] rev 67813
adapted to 3869b2400e22;
wenzelm [Sat, 10 Mar 2018 14:20:27 +0100] rev 67812
tuned output;
wenzelm [Sat, 10 Mar 2018 14:11:58 +0100] rev 67811
more options: client without implicit server startup;
wenzelm [Sat, 10 Mar 2018 13:54:55 +0100] rev 67810
console interaction with line-editor;
wenzelm [Sat, 10 Mar 2018 13:37:22 +0100] rev 67809
more flexible message formats;
wenzelm [Sat, 10 Mar 2018 13:03:01 +0100] rev 67808
clarified interrupt handling;
wenzelm [Sat, 10 Mar 2018 12:51:04 +0100] rev 67807
clarified signature;
wenzelm [Sat, 10 Mar 2018 12:34:07 +0100] rev 67806
option for console interaction;
wenzelm [Sat, 10 Mar 2018 11:55:54 +0100] rev 67805
more uniform Bytes.read_line/read_block operations;
wenzelm [Sat, 10 Mar 2018 11:40:25 +0100] rev 67804
auto update;
wenzelm [Sat, 10 Mar 2018 11:08:20 +0100] rev 67803
more comments;
wenzelm [Fri, 09 Mar 2018 17:03:10 +0100] rev 67802
more general TTY loop;
wenzelm [Fri, 09 Mar 2018 15:43:54 +0100] rev 67801
added Reply.NOTE for asynchronous notifications;
wenzelm [Fri, 09 Mar 2018 15:36:27 +0100] rev 67800
more operations;
wenzelm [Fri, 09 Mar 2018 15:24:19 +0100] rev 67799
more thorough init: purge inactive entries;
wenzelm [Fri, 09 Mar 2018 15:09:08 +0100] rev 67798
more generous timeout;
wenzelm [Fri, 09 Mar 2018 15:06:35 +0100] rev 67797
Entry.connection: proview password here;
more robust checks;
wenzelm [Fri, 09 Mar 2018 14:35:18 +0100] rev 67796
clarified initial protocol;
wenzelm [Fri, 09 Mar 2018 14:30:13 +0100] rev 67795
ignore empty lines;
wenzelm [Fri, 09 Mar 2018 14:26:08 +0100] rev 67794
tuned;
wenzelm [Fri, 09 Mar 2018 13:36:52 +0100] rev 67793
more robust read_line after shutdown;
wenzelm [Fri, 09 Mar 2018 13:11:47 +0100] rev 67792
more implicit wire protocol;
wenzelm [Fri, 09 Mar 2018 13:07:00 +0100] rev 67791
tuned signature;
wenzelm [Fri, 09 Mar 2018 13:03:55 +0100] rev 67790
clarified server start, notably for invocation within regular Isabelle/Scala process;
wenzelm [Fri, 09 Mar 2018 12:45:53 +0100] rev 67789
tuned signature;
wenzelm [Fri, 09 Mar 2018 12:42:34 +0100] rev 67788
tuned signature;
wenzelm [Fri, 09 Mar 2018 12:38:46 +0100] rev 67787
clarified toString operations;
wenzelm [Fri, 09 Mar 2018 12:29:56 +0100] rev 67786
clarified socket connection;
wenzelm [Fri, 09 Mar 2018 12:07:47 +0100] rev 67785
server commands may access Server;
Server.stop: proper shutdown;
clarified signature;
wenzelm [Thu, 08 Mar 2018 21:09:22 +0100] rev 67784
tuned -- avoid regex matching on potentially large string;
clarified message: command name could be malformed;
wenzelm [Thu, 08 Mar 2018 14:12:25 +0100] rev 67783
more robust build: prevent problems seen with Poly/ML eb94e2820013 on Mac OS X;
wenzelm [Thu, 08 Mar 2018 11:46:37 +0100] rev 67782
clarified notion of unknown files: ignore files outside of a Mercurial repository;
wenzelm [Thu, 08 Mar 2018 11:20:45 +0100] rev 67781
more balanced AFP partitioning;
wenzelm [Wed, 07 Mar 2018 19:02:22 +0100] rev 67780
more abbrevs -- this makes "(=" ambiguous and thus simplifies input of "(=)" (within the context of Main HOL);
wenzelm [Wed, 07 Mar 2018 17:39:18 +0100] rev 67779
tuned -- more uniform;
wenzelm [Wed, 07 Mar 2018 17:27:57 +0100] rev 67778
eliminated somewhat pointless parallelism (from 857da80611ab): usually hundreds of tasks with < 1ms each, also note that the enclosing join_theory happens within theory graph parallelism;
ballarin [Tue, 06 Mar 2018 22:59:00 +0100] rev 67777
Drop rewrite rule arguments of sublocale and interpretation implementations.