ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Changes
Revision: 1.8
Committed: Sat Apr 24 06:38:42 2004 UTC (20 years ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Convert::Scalar
2
3 1.01 Sat Apr 24 08:38:21 CEST 2004
4 - minor documentation corrections.
5
6 1.0 Sat Apr 24 08:21:11 CEST 2004
7 - minor documentation corrections.
8
9 0.1 Wed Feb 12 21:40:14 CET 2003
10 - added *ok functions.
11
12 0.09 Mon Sep 23 05:40:41 CEST 2002
13 - fixed utf8_length to actually work as documented.
14
15 0.08 Fri Jul 5 13:44:17 CEST 2002
16 - check for readonly scalars before attempting to do utf8
17 conversions. perl will fail badly if not.
18
19 0.07 Sun Jan 20 04:50:53 CET 2002
20 - added refcnt_inc, refcnt_dec, refcnt etc. methods.
21
22 0.06 Thu Jan 4 02:24:23 CET 2001
23 - utf8_upgrade now really returns the argument
24 - all functions that return the argument now do so correctly
25 in all cases, but only when called in a non-void context.
26
27 0.05 Thu Dec 7 03:54:50 CET 2000
28 - now handles get magic in the utf8 functions. I'm not sure
29 wether to SvGETMAGIC the other calls (sv_grow, sv_taint).
30
31 0.04 Thu Sep 14 21:00:46 CEST 2000
32 - some functions now return the modified scalar, enabling a more
33 "functional" style, e.g. return utf2, join "",...;
34
35 0.03 Sun Sep 3 04:55:53 CEST 2000
36 - added "utf8/utf8_on/utf8_off" functions.
37 - added grow as an interface to sv_grow.
38 - added "tainted" and fixed taint/untaint to use the published
39 interface.
40
41 0.02 Sat Jul 15 22:37:36 CEST 2000
42 - added missing functions weaken and unmagic to EXPORT_OK.
43 This happens when you upload too quickly :*]
44
45 0.01 Sat Jul 15 20:15:47 CEST 2000
46 - original version; leftover "garbage" from the PApp module
47