Redundant return.
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Changes
CommitLineData
6fba102d 12001-02-23 Gisle Aas <gisle@ActiveState.com>
2
3 Release 2.12
4
5 Speed up pure perl base64 encoder/decoder by using join/map instead
6 of while loop. Contributed by Arno Beckmann <arno@gmx.de>
7
8 Doc update contributed by Jerrad Pierce <belg4mit@CALLOWAY.MIT.EDU>
9
10 Downgrade UTF8 strings before starting to encode.
11
12
13
141999-02-27 Gisle Aas <gisle@aas.no>
15
16 Release 2.11
17
18 Fixed bogus "Premature end of base64 data" warning. Bug spotted
19 by Dwayne Jacques Fontenot.
20
21 Workaround for Redhat shipping trial releases of perl.
22
23
24
251998-12-18 Gisle Aas <aas@sn.no>
26
27 Release 2.10
28
29 A tweak that should make compilation with some old perl5.00[23]
30 perls better.
31
32 A cast that make some compilers more happy.
33
34
35
361998-11-13 Gisle Aas <aas@sn.no>
37
38 Release 2.09
39
40 The 2.08 release did not compile with perl5.005_53, because
41 all simple globals now need to be prefixed with "PL_".
42
43
44
451998-10-22 Gisle Aas <aas@sn.no>
46
47 Release 2.08
48
49 Found another tweak to speed up decode_base64() with another 3%.
50
51 Improved MIME::Base64 documentation a little.
52
53
54
551998-10-21 Gisle Aas <aas@sn.no>
56
57 Release 2.07
58
59 Faster and smarter C implementation of the decode_base64()
60 function. The new decode_base64() was 25% faster when tested
61 on Linux, i586, gcc -O2.
62
63
64
651998-07-15 Gisle Aas <aas@sn.no>
66
67 Release 2.06
68
69 The decode_base64() implemented in pure perl will only carp
70 (not croak) if length of data to decode is not a multiple 4. This
71 actually made 'make test' fail after 'rm Base64.xs'.
72
73
74
751998-01-27 Gisle Aas <aas@sn.no>
76
77 Release 2.05
78
79 The decode_base64() would previously allocate a too short buffer for the
80 result string when the trailing "==" padding was missing in the string to
81 be decoded.
82
83 The encode_base64() now allocate one byte less space in the result
84 strings returned.
85
86
87
881997-12-02 Gisle Aas <aas@sn.no>
89
90 Release 2.04
91
92 Documentation expanded a bit.
93
94
95
961997-07-10 Gisle Aas <aas@sn.no>
97
98 Release 2.03
99
100 Decode_base64() doesn't croak on premature ended data any more.
101 A warning is generated instead if running under -w.
102
103
104
1051997-06-27 Gisle Aas <aas@sn.no>
106
107 Release 2.02
108
109 QuotedPrint fix by Roderick Schertler <roderick@argon.org>:
110
111 - Long lines were not broken unless they're at the beginning
112 of the text
113
114 - Lines near but not over 76 chars were broken when they
115 shouldn't be
116
117
118
1191997-06-13 Gisle Aas <aas@sn.no>
120
121 Release 2.01
122
123 Base64.xs: Avoid type convertion warnings with some compilers
124
125 Minor documentation updates
126
127
128
1291997-04-24 Gisle Aas <aas@sn.no>
130
131 Release 2.00, based on libwww-perl-5.08.
132