X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sat, 01 Nov 2003 17:06:41 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Esa A E Peuha Message-Id: <2914-Sat01Nov2003170640+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Esa A E Peuha on Fri, 31 Oct 2003 11:12:04 +0200 (EET)) Subject: Re: New plan for 2.04 References: <3F9980BB DOT 9F366A48 AT phekda DOT freeserve DOT co DOT uk> <3F9ED98B DOT 75295116 AT phekda DOT freeserve DOT co DOT uk> <3FA163F9 DOT 5AA2742C AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 31 Oct 2003 11:12:04 +0200 (EET) > From: Esa A E Peuha > > Okay, here's the diff of dpmiexcp.c (already committed in CVS): > > Index: dpmiexcp.c > =================================================================== > RCS file: /cvs/djgpp/djgpp/src/libc/go32/dpmiexcp.c,v > retrieving revision 1.17 > retrieving revision 1.18 > diff -c -r1.17 -r1.18 > *** dpmiexcp.c 3 Sep 2003 09:27:27 -0000 1.17 > --- dpmiexcp.c 3 Sep 2003 09:30:25 -0000 1.18 > *************** > *** 123,128 **** > --- 123,129 ---- > vbp = (unsigned *)__djgpp_exception_state->__ebp; > err("Call frame traceback EIPs:\r\n 0x"); > itox(__djgpp_exception_state->__eip, 8); > + max--; Is this meant to put one more or one less line of traceback on the screen?