XEmacs 21.2.10
authortomo <tomo>
Mon, 17 May 1999 09:41:47 +0000 (09:41 +0000)
committertomo <tomo>
Mon, 17 May 1999 09:41:47 +0000 (09:41 +0000)
src/process-nt.c
src/unexsol2.c
tests/ChangeLog

index 1b1ad26..08cf1a3 100644 (file)
@@ -621,14 +621,14 @@ nt_send_process (Lisp_Object proc, struct lstream* lstream)
   /* use a reasonable-sized buffer (somewhere around the size of the
      stream buffer) so as to avoid inundating the stream with blocked
      data. */
-  Bufbyte chunkbuf[512];
+  Bufbyte chunkbuf[128];
   Bytecount chunklen;
 
   while (1)
     {
       int writeret;
 
-      chunklen = Lstream_read (lstream, chunkbuf, 512);
+      chunklen = Lstream_read (lstream, chunkbuf, 128);
       if (chunklen <= 0)
        break; /* perhaps should abort() if < 0?
                  This should never happen. */
index 06e71e7..d9de182 100644 (file)
@@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Synched up with: Not in FSF. */
 
-/* #pragma ident "@(#) $Id: unexsol2.c,v 1.3 1997/10/13 03:35:33 steve Exp $" */
+/* #pragma ident "@(#) $Id: unexsol2.c,v 1.2 1995/01/25 20:39:16 georgn Exp $" */
 
 #include <stdlib.h>
 #include <stdio.h>
index cfda4f2..d5825af 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.10 is released
+
 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.9 is released