wenzelm [Wed, 16 Oct 2013 12:14:35 +0200] rev 54342
avoid non-portable int constant -- make SML/NJ happy;
wenzelm [Wed, 16 Oct 2013 12:04:38 +0200] rev 54341
avoid empty input and its adverse effect on socket communication, e.g. output message getting "stuck" after vacuous update due to Session.update_options;
wenzelm [Wed, 16 Oct 2013 11:48:42 +0200] rev 54340
prefer TCP_NODELAY -- avoid extra buffering due to Nagle's algorithm;
wenzelm [Wed, 16 Oct 2013 11:35:04 +0200] rev 54339
basic IO buffer size like for fifo -- imitate implicit flushing behaviour more closely;
wenzelm [Mon, 14 Oct 2013 15:46:35 +0200] rev 54338
removed junk (cf. 409d7f7247f4);
kuncar [Mon, 14 Oct 2013 15:13:11 +0200] rev 54337
fix a citation
kuncar [Mon, 14 Oct 2013 15:01:41 +0200] rev 54336
declare Quotient_Examples/FSet.thy as almost obsolete
kuncar [Mon, 14 Oct 2013 15:01:41 +0200] rev 54335
update documentation of important public ML functions in Lifting
kuncar [Mon, 14 Oct 2013 15:01:37 +0200] rev 54334
update documentation of Lifting/Transfer and Quotient
kuncar [Fri, 11 Oct 2013 18:36:51 +0200] rev 54333
don't allow parametricity theorem for typedefs in setup_lifting. The theorem is not used.