ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Changes
Revision: 1.4
Committed: Mon Sep 23 03:42:02 2002 UTC (21 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

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