util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions
|
Kim Alvefur |
Sun, 07 Jun 2020 02:25:56 +0200 |
util.encodings: Remove redundant cast
|
Emmanuel Gil Peyrot |
Sun, 01 Dec 2019 23:34:49 +0100 |
util.encodings: Don’t export unneeded symbols
|
Emmanuel Gil Peyrot |
Sun, 01 Dec 2019 23:34:45 +0100 |
util.encodings: Don't ignore non-strings passed to stringprep functions
|
Kim Alvefur |
Sat, 02 Nov 2019 13:09:54 +0100 |
util.encodings: Strictly verify that the 'strict' *prep argument is a boolean
|
Kim Alvefur |
Wed, 30 Oct 2019 16:22:44 +0100 |
util.encodings: Optional strict flag to stringprep
|
Kim Alvefur |
Wed, 24 Apr 2019 15:01:00 +0200 |
util.encodings: Spell out all IDNA 2008 options ICU has
|
Kim Alvefur |
Wed, 11 Sep 2019 00:40:30 +0200 |
util.encodings: Switch ICU binding to IDNA2008 (fixes #533, #1301)
|
Kim Alvefur |
Wed, 11 Sep 2019 00:14:59 +0200 |
util.encodings: Declare absence of arguments [-Wstrict-prototypes]
|
Kim Alvefur |
Mon, 13 May 2019 11:30:45 +0200 |
util.encodings: Add compat with ICU before version 58
|
Kim Alvefur |
Mon, 29 Apr 2019 15:53:52 +0200 |
util.encodings: Add binding to confusables skeleton function in ICU
|
Kim Alvefur |
Wed, 24 Apr 2019 22:40:38 +0200 |
util.encodings: Allow unassigned code points in ICU mode to match libidn behavior (fixes #1348)
0.11
|
Kim Alvefur |
Wed, 24 Apr 2019 16:16:19 +0200 |
encodings: Explicitly say that base64 decoding falls through in a switch, fixes a warning in gcc 7+.
|
Emmanuel Gil Peyrot |
Wed, 08 Aug 2018 09:29:32 +0200 |
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]
|
Kim Alvefur |
Thu, 05 Oct 2017 12:48:36 +0200 |
util.encodings: Make limit lookup table a const (from Lua f2a813ae)
|
Kim Alvefur |
Wed, 22 Mar 2017 23:40:53 +0100 |