Message-ID: <3505576C.3B25@post.comstar.ru> Date: Tue, 10 Mar 1998 18:08:28 +0300 From: Dim Zegebart Reply-To: zager AT post DOT comstar DOT ru Organization: Comstar Ltd. MIME-Version: 1.0 To: DJGPP Mail List Subject: ANNOUNCE : DZComm 0.5.1 (serial communication add-on for Allegro) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Hi, I have upload a new version of DZComm at my home page. DZComm ver 0.5.1 (2.3.98) - fixed nusty bug at interrupt wrapper. This bug was introduced in v0.5 and could couse a serious problem on some machines. - fifo_queue functions changed a bit: 1. fifo_queue is circular buffer now (I hope so ;) 2. queue_new_(uint size,uint dsize) is now available. This function allocates space for a queue from 'size' - elements each of 'dsize' - bytes length. For the reason of compatibility with previous versions 'dsize' could be in range 1-4 bytes. queue_put() still returns int and queue_get() still accepts int as argument. - by default I/O buffers now 4096 BYTES not ints -- ____ ____ | \ / Dim Zegebart ____/____ Moscow Russia WWW - http://www.geocities.com/siliconvalley/pines/7817 DZcomm - comm library for Allegro Palantir - multytasking kernel for Allegro (based on PDMLWP)