File: Changes

package info (click to toggle)
libextutils-typemaps-default-perl 1.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 758; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download | duplicates (4)
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
Revision history for Perl extension ExtUtils::Typemaps::Default.

1.05   Fri Dec  6 18:43:00 CET 2013
  - Fix invalid av_extend on zero-length vectors.
    (James Wright, RT #91213)

1.04   Sun Jun 23 18:11:00 CEST 2013
  - Fix typoes in stl::list typemaps.

1.03   Wed May 15 07:54:00 CEST 2013
  - Implement some stl::list typemaps.

1.02   Fri Apr 19 18:38:00 CEST 2013
  - Require new-enough ExtUtils::Typemaps for template
    type canonicalization (sort of).

1.01   Sat Oct  6 11:40:00 CEST 2012
  - POD fix

1.00   Wed Aug  3 19:10:00 CEST 2011
  - Rename module from ExtUtils::Typemap::Default to
    ExtUtils::Typemaps::Default.

0.06   Thu Aug 26 20:00:00 CEST 2010
  - Fix various issues with vector<string> typemaps

0.05   Thu Aug 19 20:00:00 CEST 2010
  - Fix typemap interpolation problems

0.04   Thu Jul 15 20:00:00 CEST 2010
  - size_t is of type T_UV, not T_IV

0.03   Thu Jul 15 20:00:00 CEST 2010
  - Add basic types typemap
  - Add necessary 'use' statements.

0.02   Mon Jul 12 20:00:00 CEST 2010
  - Add simple vector typemaps.

0.01   Mon Jun 28 20:00:00 CEST 2010
  - First release.