Software /
code /
prosody
Log
util/format.lua @ 11592:64cfa396bb84
description | author | age |
---|---|---|
util.format: Handle integer formats the same way on Lua versions without integer support | Kim Alvefur | 2019-05-30 |
util.format: Handle formats expecting an integer in Lua 5.3+ (fixes #1371) | Kim Alvefur | 2019-05-30 |
util.format: Serialize values for the %q format | Kim Alvefur | 2018-10-11 |
util.format: Use pack from util.table | Kim Alvefur | 2018-12-08 |
util.format: Tweak how nil values are handled | Kim Alvefur | 2018-11-28 |
util.format: Import unpack from table lib in Lua 5.2+ | Kim Alvefur | 2017-11-23 |
util.format: Move tests to spec/ | Kim Alvefur | 2017-11-10 |
util: Various minor changes to please [luacheck] | Kim Alvefur | 2017-11-10 |
util.format: A string.format wrapper that gracefully handles invalid arguments | Waqas Hussain | 2017-09-10 |