ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Changes
Revision: 1.15
Committed: Thu Jun 25 14:04:32 2015 UTC (8 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-1_11
Changes since 1.14: +2 -0 lines
Log Message:
1.11

File Contents

# Content
1 Revision history for Perl extension Convert::Scalar
2
3 1.11 Thu Jun 25 16:01:36 CEST 2015
4 - fix unmagic prototype.
5 - added stability canary support.
6
7 1.1 Thu Aug 18 20:59:01 CEST 2011
8 - added readonly, readonly_on, readonly_off.
9 - add extend and len.
10 - modernise xs syntax, make some functions more efficient.
11
12 1.04 Fri Mar 7 11:32:53 CET 2008
13 - work around 5.10 api changes in *ok functions
14 (reported by David Aguilar).
15
16 1.03 Thu Mar 3 18:00:52 CET 2005
17 - require perl 5.008.
18 - change of contact address.
19
20 1.02 Fri Nov 26 22:04:10 CET 2004
21 - return copies in all string-modifying functions
22 instead of the string itself.
23
24 1.01 Sat Apr 24 08:38:21 CEST 2004
25 - minor documentation corrections.
26
27 1.0 Sat Apr 24 08:21:11 CEST 2004
28 - minor documentation corrections.
29
30 0.1 Wed Feb 12 21:40:14 CET 2003
31 - added *ok functions.
32
33 0.09 Mon Sep 23 05:40:41 CEST 2002
34 - fixed utf8_length to actually work as documented.
35
36 0.08 Fri Jul 5 13:44:17 CEST 2002
37 - check for readonly scalars before attempting to do utf8
38 conversions. perl will fail badly if not.
39
40 0.07 Sun Jan 20 04:50:53 CET 2002
41 - added refcnt_inc, refcnt_dec, refcnt etc. methods.
42
43 0.06 Thu Jan 4 02:24:23 CET 2001
44 - utf8_upgrade now really returns the argument
45 - all functions that return the argument now do so correctly
46 in all cases, but only when called in a non-void context.
47
48 0.05 Thu Dec 7 03:54:50 CET 2000
49 - now handles get magic in the utf8 functions. I'm not sure
50 wether to SvGETMAGIC the other calls (sv_grow, sv_taint).
51
52 0.04 Thu Sep 14 21:00:46 CEST 2000
53 - some functions now return the modified scalar, enabling a more
54 "functional" style, e.g. return utf2, join "",...;
55
56 0.03 Sun Sep 3 04:55:53 CEST 2000
57 - added "utf8/utf8_on/utf8_off" functions.
58 - added grow as an interface to sv_grow.
59 - added "tainted" and fixed taint/untaint to use the published
60 interface.
61
62 0.02 Sat Jul 15 22:37:36 CEST 2000
63 - added missing functions weaken and unmagic to EXPORT_OK.
64 This happens when you upload too quickly :*]
65
66 0.01 Sat Jul 15 20:15:47 CEST 2000
67 - original version; leftover "garbage" from the PApp module
68