[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (final,rc) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 18 Jan 2006 16:01:10 -0200
> - I guess the call to buffreplace() in read_numeral should get an
> if (ls->decpoint != '.')
> to avoid copying every number twice in the standard case.
I profiled that and found no detectable difference.
> I'm not sure how happy everyone will be with the new dependency
> on localeconv() (from <locale.h>) in llex.c. Maybe add an
> option in luaconf.h?
I guess you can simply define your own localconv macro, if needed.
-- Roberto