log util/format.lua @ 12511:a24d2b3c19a3

age author description
Fri, 04 Feb 2022 16:40:38 +0100 Kim Alvefur util.format: Fix typo in comment [codespell]
Thu, 27 Jan 2022 21:40:13 +0100 Kim Alvefur util.format: Expand explanation of purpose in comments
Thu, 27 Jan 2022 21:14:22 +0100 Kim Alvefur util.format: Skip control code escaping when doing full serialization
Mon, 13 Dec 2021 16:38:33 +0100 Kim Alvefur util.format: Optimize most common integer format
Mon, 13 Dec 2021 16:34:55 +0100 Kim Alvefur util.format: Ensure metatable __tostring results are also sanitized
Sat, 11 Dec 2021 20:54:37 +0100 Kim Alvefur util.format: Fix some formats expecting positive numbers in Lua 5.2
Sat, 11 Dec 2021 20:40:23 +0100 Kim Alvefur util.format: Fix Lua 5.1 quirks thanks to ALL THE TESTS
Sat, 11 Dec 2021 13:39:58 +0100 Kim Alvefur util.format: Also handle the %p format added in Lua 5.4
Sat, 11 Dec 2021 13:30:34 +0100 Kim Alvefur util.format: Ensure sanitation of strings passed to wrong format
Fri, 10 Dec 2021 22:48:45 +0100 Kim Alvefur util.format: Escape invalid UTF-8 by passing trough serialization
Sat, 03 Jul 2021 04:35:29 +0200 Kim Alvefur util.format: Escape ASCII control characters also in extra arguments
Sat, 03 Jul 2021 04:29:25 +0200 Kim Alvefur util.format: Allow newlines but ensure following lines are indented