Revision history for Perl extension WWW-Form-UrlEncoded-XS 0.28 2022-09-05T23:19:19Z - Extend stack when pushing return values #8 0.27 2022-04-14T09:32:34Z - Fixed segfault. Thank you Hugmeir. https://github.com/kazeburo/WWW-Form-UrlEncoded-XS/pull/7 0.26 2019-06-07T06:40:54Z - https://github.com/kazeburo/WWW-Form-UrlEncoded-XS/pull/5 0.25 2018-06-29T03:02:29Z - fixed segfault https://github.com/kazeburo/WWW-Form-UrlEncoded-XS/issues/3 0.24 2017-02-28T06:16:53Z - updated with Minil 3 0.23 2015-11-19T00:27:20Z - add test cases parsing undef 0.22 2015-06-12T05:32:35Z - no changes. Newer version required by W-F-UE::PP - switch to Module::Build::Tiny 0.21 2015-04-28T17:03:29Z - bugfix. the delimiter is missed after undefined values in some case #1 (Thank you zdm for reporting) 0.20 2014-11-18T08:22:47Z - add 0 terminate 0.19 2014-04-30T03:05:15Z - add test about \xE5. it must becom %E5 with build_urlencoded 0.18 2014-02-26T02:51:53Z - bugfix around memory reallocation 0.17 2014-02-24T13:44:11Z - requires 5.008001 0.16 2014-02-24T08:05:20Z - add parse_urlencoded_arrayref 0.15 2014-02-21T08:39:34Z - optimze around memory alloc 0.14 2014-02-21T04:11:13Z - add build_urlencoded_utf8 0.13 2014-02-18T07:56:41Z - supports a delimiter parameter 0.12 2014-02-18T03:11:35Z - build_urlencoded supports hashref and arrayref arguments 0.10 2014-02-17T06:13:10Z -