util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions
|
Kim Alvefur |
2020-06-07 |
util.encodings: Remove redundant cast
|
Emmanuel Gil Peyrot |
2019-12-01 |
util.encodings: Don’t export unneeded symbols
|
Emmanuel Gil Peyrot |
2019-12-01 |
util.encodings: Don't ignore non-strings passed to stringprep functions
|
Kim Alvefur |
2019-11-02 |
util.encodings: Strictly verify that the 'strict' *prep argument is a boolean
|
Kim Alvefur |
2019-10-30 |
util.encodings: Optional strict flag to stringprep
|
Kim Alvefur |
2019-04-24 |
util.encodings: Spell out all IDNA 2008 options ICU has
|
Kim Alvefur |
2019-09-10 |
util.encodings: Switch ICU binding to IDNA2008 (fixes #533, #1301)
|
Kim Alvefur |
2019-09-10 |
util.encodings: Declare absence of arguments [-Wstrict-prototypes]
|
Kim Alvefur |
2019-05-13 |
util.encodings: Add compat with ICU before version 58
|
Kim Alvefur |
2019-04-29 |
util.encodings: Add binding to confusables skeleton function in ICU
|
Kim Alvefur |
2019-04-24 |
util.encodings: Allow unassigned code points in ICU mode to match libidn behavior (fixes #1348)
0.11
|
Kim Alvefur |
2019-04-24 |
encodings: Explicitly say that base64 decoding falls through in a switch, fixes a warning in gcc 7+.
|
Emmanuel Gil Peyrot |
2018-08-08 |
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]
|
Kim Alvefur |
2017-10-05 |
util.encodings: Make limit lookup table a const (from Lua f2a813ae)
|
Kim Alvefur |
2017-03-22 |
util-src/*.c: Attach pointer * to name instead of type
|
Kim Alvefur |
2017-02-12 |
util-src/*.c: Squeeze repeated blank lines
|
Kim Alvefur |
2017-01-23 |
util-src: Make C modules assert that the Lua runtime matches what it was compiled for
|
Kim Alvefur |
2017-01-08 |
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1
|
Kim Alvefur |
2015-04-26 |
util.encodings: Move declarations to top of function [pedantic]
|
Kim Alvefur |
2015-05-02 |
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
|
Kim Alvefur |
2015-04-03 |
Merge with merge merge merge
|
Matthew Wild |
2015-03-27 |
Merge 0.9->0.10 (third time lucky)
|
Matthew Wild |
2015-03-27 |
Merge with merge
|
Kim Alvefur |
2015-03-26 |
Merge 0.9->0.10 again
|
Kim Alvefur |
2015-03-26 |
Merge 0.9->0.10
|
Matthew Wild |
2015-03-26 |
util.encodings: Expose UTF-8 validation and length checking functions
|
Kim Alvefur |
2015-03-23 |
util.encodings: Perform validation of UTF-8 strings before passing to libidn (Based on code from the utf8 library in Lua 5.3)
|
Kim Alvefur |
2015-03-23 |
util-src/*.c: Add macro for compiling with Lua 5.2
|
Kim Alvefur |
2014-09-17 |
util-src/*.c: Use the more concise lua_setfield
|
Kim Alvefur |
2014-09-17 |