Re: NPTL merge status...

2007-12-05 Thread Ned Ludd

On Wed, 2007-12-05 at 08:45 -0600, Steven J. Hill wrote:
> I just wanted people to know that NPTL merging is not standing still. I
> have Carmelo's latest changes and am integrating and testing a lot with
> MIPS to make sure nothing breaks for that architecture. I am spending
> time on this every evening right now, so I am really trying to get the
> merge wrapped up. Thanks for your patience.

thanks for the update.

> 
> -Steve
> ___
> uClibc mailing list
> uClibc@uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc
> 
-- 
Ned Ludd <[EMAIL PROTECTED]>
Gentoo Linux

___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc


Re: sys_errlist obsolete but replaced by what?

2007-11-08 Thread Ned Ludd
On Fri, 2007-11-09 at 12:09 +1100, Hamish Moffatt wrote:
> The help text for the sys_errlist feature says that it is deprecated and
> may be removed in the future, but what is its replacement?

Use strerror(errno) vs str_errlist[errno];

STRERROR(3)

-- 
Ned Ludd 

___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc


Re: Locale support

2007-08-13 Thread Ned Ludd
On Tue, 2007-08-07 at 16:32 -0500, Matt Hull wrote:
> On Tue, 7 Aug 2007, Rob Landley wrote:
> 
> > On Wednesday 01 August 2007 12:14:04 am Ned Ludd wrote:
> >> Locales are an incomplete WIP that will probably never be finished.. For
> >> now it's best to simply forget about them..
> >
> > Is there a locale spec anywhere?
> >
> > I really don't know what locales _do_.  They're not something I normally 
> > use.
> > (I vaguely understand unicode but have no idea how locale support would work
> > into it.  There's date and time, currency translation, commas and decimal
> > places in numbers, time zones, and all sorts of other weird stuff...)
> >
> > Rob
> > -- 

> i havent looking to locales yet myself.  there seems to be alot of 
> packages that need it so i think its going to have to be fixed sometime.

At Gentoo we make those programs work without the need for locales/nls. 
It's nearly never a problem. As many of us who are aware mjn3 
probably wont be giving locales attention any time soon. If when they
do get support by someone else I can picture all of the existing code 
being tossed out the door. 


-- 
Ned Ludd <[EMAIL PROTECTED]>
Gentoo Linux

___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc


Re: Locale support

2007-07-31 Thread Ned Ludd
Locales are an incomplete WIP that will probably never be finished.. For
now it's best to simply forget about them..



On Mon, 2007-06-18 at 15:30 +0200, Marcin GÅ‚ogowski wrote:
> Hi,
> I must compile the uClibc library with locale support.
> When I enable the locale compiler says that:
> 
> CC libc/misc/locale/setlocale.os
> In file included from libc/misc/locale/locale.c:103,
>  from libc/misc/locale/setlocale.c:8:
> ./include/bits/uClibc_locale.h:332:2: warning: #warning need thread
> version of CUR_LOCALE!
> In file included from libc/misc/locale/setlocale.c:8:
> libc/misc/locale/locale.c:179:2: #error locales enabled, but not data
> other than for C locale!
> In file included from libc/misc/locale/setlocale.c:8:
> libc/misc/locale/locale.c: In function `update_hr_locale':
> libc/misc/locale/locale.c:229: error: `__locale_mmap' undeclared (first
> use in this function)
> libc/misc/locale/locale.c:229: error: (Each undeclared identifier is
> reported only once
> libc/misc/locale/locale.c:229: error: for each function it appears in.)
> libc/misc/locale/locale.c:230: error: `__LOCALE_DATA_WIDTH_LOCALES'
> undeclared (first use in this function)
> make[1]: *** [libc/misc/locale/setlocale.os] Error 1
> 
> I tried to modify the source files by attaching the
> extra/locale/locale_data.c to libc/misc/locale/locale.c but it produced
> only much more errors.
> Is there any patch?
> Best regards,
> Marcin
> ___
> uClibc mailing list
> uClibc@uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc
> 

___
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc