lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> - 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