ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Changes
Revision: 1.1
Committed: Thu Sep 27 18:32:22 2001 UTC (22 years, 8 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Convert::Scalar
2    
3     0.06 Thu Jan 4 02:24:23 CET 2001
4     - utf8_upgrade now really returns the argument
5     - all functions that return the argument now do so correctly
6     in all cases, but only when called in a non-void context.
7    
8     0.05 Thu Dec 7 03:54:50 CET 2000
9     - now handles get magic in the utf8 functions. I'm not sure
10     wether to SvGETMAGIC the other calls (sv_grow, sv_taint).
11    
12     0.04 Thu Sep 14 21:00:46 CEST 2000
13     - some functions now return the modified scalar, enabling a more
14     "functional" style, e.g. return utf2, join "",...;
15    
16     0.03 Sun Sep 3 04:55:53 CEST 2000
17     - added "utf8/utf8_on/utf8_off" functions.
18     - added grow as an interface to sv_grow.
19     - added "tainted" and fixed taint/untaint to use the published
20     interface.
21    
22     0.02 Sat Jul 15 22:37:36 CEST 2000
23     - added missing functions weaken and unmagic to EXPORT_OK.
24     This happens when you upload too quickly :*]
25    
26     0.01 Sat Jul 15 20:15:47 CEST 2000
27     - original version; leftover "garbage" from the PApp module
28