ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Changes
Revision: 1.16
Committed: Tue Aug 15 07:29:06 2017 UTC (6 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-1_12, HEAD
Changes since 1.15: +7 -0 lines
Log Message:
1.12

File Contents

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