Re: FYI: new module: fprintftime

2005-12-17 Thread Jim Meyering
[EMAIL PROTECTED] (James Youngman) wrote: > On Fri, Dec 16, 2005 at 04:22:06PM +0100, Jim Meyering wrote: >> I've just checked in the files that complete the >> implementation of the new fprintftime module. >> In coreutils, both date and du now use fprintftime. > > Any plan to have 'ls' do so too?

Re: Fw: Patch allowing mbchar.c to be compiled on IRIX 5.3

2005-12-17 Thread James Youngman
On Sat, Dec 17, 2005 at 11:36:16PM +0100, Georg Schwarz wrote: > > On Sat, Dec 17, 2005 at 08:38:06PM +0100, Georg Schwarz wrote: > > > After some poking around with the findutils 4.2.27 code it turned out > > > that the following patch makes it compile on IRIX 5.3: > > > > Great. Does the test s

Re: FYI: new module: fprintftime

2005-12-17 Thread James Youngman
On Fri, Dec 16, 2005 at 04:22:06PM +0100, Jim Meyering wrote: > I've just checked in the files that complete the > implementation of the new fprintftime module. > In coreutils, both date and du now use fprintftime. Any plan to have 'ls' do so too? Of course there is the problem that the format ch

Fw: Patch allowing mbchar.c to be compiled on IRIX 5.3

2005-12-17 Thread James Youngman
On Sat, Dec 17, 2005 at 08:38:06PM +0100, Georg Schwarz wrote: > After some poking around with the findutils 4.2.27 code it turned out > that the following patch makes it compile on IRIX 5.3: Great. Does the test suite also pass ("make check") with this patch installed? > --- ./gnulib/lib/mbcha

Re: sys/socket.h on mingw32 vs socklen (resend)

2005-12-17 Thread Simon Josefsson
Hi! The sys_socket module below will create a sys/socket.h file, primarily for mingw32, but it could be extended for other systems or missing sys/socket.h features in the future. This would solve the problem of accessing sys/socket.h stuff in applications. However, it does not solve the problem