Re: [PATCH] attributed string fixes

2003-11-19 Thread Dalibor Topic
graydon hoare wrote: hi, this fixes some arithmetic and semantic errors with attributed strings. -graydon 2003-11-18 Graydon Hoare [EMAIL PROTECTED] * java/text/AttributedString.java: Fix arithmetic. * java/text/AttributedStringIterator.java: Likewise. PLease take a look at

Re: [PATCH] attributed string fixes

2003-11-19 Thread Mark Wielaard
Hi, On Wed, 2003-11-19 at 16:03, Dalibor Topic wrote: graydon hoare wrote: 2003-11-18 Graydon Hoare [EMAIL PROTECTED] * java/text/AttributedString.java: Fix arithmetic. * java/text/AttributedStringIterator.java: Likewise. PLease take a look at Guilhem's patches to

Re: [PATCH] attributed string fixes

2003-11-19 Thread Guilhem Lavaux
Mark Wielaard wrote: Hi, On Wed, 2003-11-19 at 16:03, Dalibor Topic wrote: graydon hoare wrote: 2003-11-18 Graydon Hoare [EMAIL PROTECTED] * java/text/AttributedString.java: Fix arithmetic. * java/text/AttributedStringIterator.java: Likewise. PLease take a look at Guilhem's

Re: [PATCH] attributed string fixes

2003-11-18 Thread Tom Tromey
graydon == graydon hoare [EMAIL PROTECTED] writes: graydon 2003-11-18 Graydon Hoare [EMAIL PROTECTED] graydon* java/text/AttributedString.java: Fix arithmetic. graydon* java/text/AttributedStringIterator.java: Likewise. Looks good, please commit. Actually, could you update the