ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Changes
Revision: 1.10
Committed: Sat Nov 27 23:36:36 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.9: +2 -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.10 - require perl 5.008.
4    
5 root 1.9 1.02 Fri Nov 26 22:04:10 CET 2004
6     - return copies in all string-modifying functions
7     instead of the string itself.
8    
9 root 1.8 1.01 Sat Apr 24 08:38:21 CEST 2004
10 root 1.7 - minor documentation corrections.
11    
12     1.0 Sat Apr 24 08:21:11 CEST 2004
13 root 1.6 - minor documentation corrections.
14    
15 root 1.5 0.1 Wed Feb 12 21:40:14 CET 2003
16     - added *ok functions.
17    
18 root 1.4 0.09 Mon Sep 23 05:40:41 CEST 2002
19     - fixed utf8_length to actually work as documented.
20    
21 root 1.3 0.08 Fri Jul 5 13:44:17 CEST 2002
22     - check for readonly scalars before attempting to do utf8
23     conversions. perl will fail badly if not.
24    
25 root 1.2 0.07 Sun Jan 20 04:50:53 CET 2002
26     - added refcnt_inc, refcnt_dec, refcnt etc. methods.
27    
28 root 1.1 0.06 Thu Jan 4 02:24:23 CET 2001
29     - utf8_upgrade now really returns the argument
30     - all functions that return the argument now do so correctly
31     in all cases, but only when called in a non-void context.
32    
33     0.05 Thu Dec 7 03:54:50 CET 2000
34     - now handles get magic in the utf8 functions. I'm not sure
35     wether to SvGETMAGIC the other calls (sv_grow, sv_taint).
36    
37     0.04 Thu Sep 14 21:00:46 CEST 2000
38     - some functions now return the modified scalar, enabling a more
39     "functional" style, e.g. return utf2, join "",...;
40    
41     0.03 Sun Sep 3 04:55:53 CEST 2000
42     - added "utf8/utf8_on/utf8_off" functions.
43     - added grow as an interface to sv_grow.
44     - added "tainted" and fixed taint/untaint to use the published
45     interface.
46    
47     0.02 Sat Jul 15 22:37:36 CEST 2000
48     - added missing functions weaken and unmagic to EXPORT_OK.
49     This happens when you upload too quickly :*]
50    
51     0.01 Sat Jul 15 20:15:47 CEST 2000
52     - original version; leftover "garbage" from the PApp module
53