From: tomo Date: Mon, 17 May 1999 09:41:47 +0000 (+0000) Subject: XEmacs 21.2.10 X-Git-Tag: r21-2-10~1 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=cfe4120f7310b0d3a0a186a91c9e18efe6b1320f XEmacs 21.2.10 --- diff --git a/src/process-nt.c b/src/process-nt.c index 1b1ad26..08cf1a3 100644 --- a/src/process-nt.c +++ b/src/process-nt.c @@ -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. */ diff --git a/src/unexsol2.c b/src/unexsol2.c index 06e71e7..d9de182 100644 --- a/src/unexsol2.c +++ b/src/unexsol2.c @@ -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 #include diff --git a/tests/ChangeLog b/tests/ChangeLog index cfda4f2..d5825af 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-02-05 XEmacs Build Bot + + * XEmacs 21.2.10 is released + 1999-02-02 XEmacs Build Bot * XEmacs 21.2.9 is released