File: Changes

package info (click to toggle)
libwww-form-urlencoded-xs-perl 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: perl: 10; makefile: 3
file content (77 lines) | stat: -rw-r--r-- 1,476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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

    -