mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
cf71a5ddc7
Several small improvements (code style, warnings, comments, more tests), in particular: - 'lua_topointer' extended to handle strings - raises an error in 'string.format("%10q")' ('%q' with modifiers) - in the manual for 'string.format', the term "option" replaced by "conversion specifier" (the term used by the C standard)