tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
On Wed, Apr 17, 2013 at 06:32:30AM +0000, YAMAMOTO Takashi wrote:
> > Module Name: src
> > Committed By: joerg
> > Date: Tue Apr 16 21:44:08 UTC 2013
> >
> > Modified Files:
> > src/common/lib/libc/stdlib: _strtol.h _strtoul.h strtoll.c strtoull.c
> > strtoumax.c
> > src/include: inttypes.h stdlib.h
> > src/lib/libc: shlib_version
> > src/lib/libc/citrus: citrus_bcs_strtol.c citrus_bcs_strtoul.c
> > src/lib/libc/include: namespace.h
> > src/lib/libc/stdlib: strtoimax.c
> >
> > Log Message:
> > Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain
> > strtol_l unless in tools mode. Add note to retire the BCS code on the
> > next libc major bump.
>
> is it safe to make tools use host's strtoul?
I think so. Tools shouldn't be using locales.
Joerg
Home |
Main Index |
Thread Index |
Old Index