Re: [kaffe] Re: GregorianCalendar fixes

2003-12-26 Thread Ito Kazumitsu
Hi, > ":" == Mark Wielaard <[EMAIL PROTECTED]> writes: :> There is only one functional change left between kaffe and classpath in :> computeFields(): :> -fields[DAY_OF_WEEK_IN_MONTH] = (fields[DAY_OF_MONTH] + 12) / 7; :> +fields[DAY_OF_WEEK_IN_MONTH] = (fields[DAY_OF_MONTH] + 6) / 7;

Re: Auditing source code

2003-12-26 Thread Mark Wielaard
Hi all, On Sun, 2003-12-21 at 15:25, Mark Wielaard wrote: > Preparing for the source code auditing. The following is what I intend > to do/have done already. > > [...] > > for i in `cat files_libgcj`; do if test -f classpath/$i; \ > then cmp classpath/$i ~/src/gcc/libjava/$i | cut -f1 -d\ | cut -

Re: GregorianCalendar fixes

2003-12-26 Thread Mark Wielaard
Hi, On Sat, 2003-11-29 at 20:15, Dalibor Topic wrote: > after the discussion on the Classpath mailing list, I'd say it looks good ;) > > Mark, can I check it into Classpath's CVS with an updated ChangeLog entry? I'll check this in while I am resyncing with kaffe. There is only one functional cha

Re: [PATCH] ServerSocket.bind

2003-12-26 Thread Guilhem Lavaux
Mark Wielaard wrote: Hi Michael, On Thu, 2003-12-25 at 18:34, Michael Koch wrote: After talking with guilhem on irc I got the problem and wrote the attached patch. I commited it to trunk already. Mark: Can you please commit this to classpath ? Now that you have commit access to classpath

Re: [PATCH] ServerSocket.bind

2003-12-26 Thread Mark Wielaard
Hi Michael, On Thu, 2003-12-25 at 18:34, Michael Koch wrote: > After talking with guilhem on irc I got the problem and wrote the > attached patch. I commited it to trunk already. > > Mark: Can you please commit this to classpath ? Now that you have commit access to classpath back yourself could