Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!jpayne From: jpayne@rochester.ARPA (Jonathan Payne) Newsgroups: comp.emacs Subject: Re: Anybody got JOVE bug fixes? Message-ID: <28182@rochester.ARPA> Date: Fri, 29-May-87 09:36:16 EDT Article-I.D.: rocheste.28182 Posted: Fri May 29 09:36:16 1987 Date-Received: Sun, 31-May-87 02:49:47 EDT References: <337@osupyr.UUCP> Reply-To: jpayne@rochester.UUCP (Jonathan Payne) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 29 In article <337@osupyr.UUCP> mark@osupyr.UUCP (Mark Welch) writes: > > > >Does anyone have any of the JOVE 4.5 bug fixes? I understand that they >appeared on the net a while back.....? > The bug fix you probably care most about is this one: In getblock() near the beginning, change if (lastb != 0 && lastb->b_bno == bno) return lastb->b_buf + off; to if (lastb != 0 && lastb->b_bno == bno) { lastb->b_dirty |= iof; return lastb->b_buf + off; } That caused major damage to buffers in very unpredictable ways. I plan to send out updates for the mod.sources posting of JOVE in a few days (now that I have a little time). You might want to look at those, too. Jonathan Payne jpayne@bfly-vax.bbn.com (or above address)