Replace strtod() with builtin string to number conversion.
commit4c882fe71406a923f07c8e9a0b9189036e0ba386
authorMike Pall <mike>
Sat, 25 Aug 2012 21:02:29 +0000 (25 23:02 +0200)
committerMike Pall <mike>
Sat, 25 Aug 2012 21:02:29 +0000 (25 23:02 +0200)
tree22aa3995b5bdc2fce05ba17488799e67abc635ba
parent653facd0d5c1a4f7eae43eefbf8148f57e28e606
Replace strtod() with builtin string to number conversion.
24 files changed:
src/Makefile
src/Makefile.dep
src/lib_base.c
src/lj_api.c
src/lj_asm_arm.h
src/lj_asm_mips.h
src/lj_asm_ppc.h
src/lj_asm_x86.h
src/lj_char.h
src/lj_cparse.c
src/lj_ffrecord.c
src/lj_ir.c
src/lj_ircall.h
src/lj_lex.c
src/lj_lib.c
src/lj_meta.c
src/lj_opt_fold.c
src/lj_opt_narrow.c
src/lj_str.c
src/lj_str.h
src/lj_strscan.c [new file with mode: 0644]
src/lj_strscan.h [new file with mode: 0644]
src/ljamalg.c
src/luaconf.h