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