mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
2d3f09544895b422eeecf89e0d108da8b8fcdfca
The result of "string.format("%.99f", -1e308) is 410 characters long,
but all other formats have much smaller limits (at most 99 plus a fex
extras). This commit avoids 'string.format' asking for a buffer
~400 chars large when ~100 will do.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%