which should be faster than making lots of IV SVs.
- Imager::Font->new now produces better error messages for the T1
engine.
- Imager::Font->new now produces better error messages for the T1
engine.
+ - the font has_chars() method now returns perl's true and false
+ values in list context rather than integers, which should be more
+ efficient.
+ https://rt.cpan.org/Ticket/Display.html?id=69158
+
Imager 0.85_01 - 10 Oct 2011
==============
Imager 0.85_01 - 10 Oct 2011
==============
+Imager-Font-FT2 0.83
+====================
+
+ - has_chars() now returns perl's true and false values in list
+ context rather than integers, which should be more efficient.
+ https://rt.cpan.org/Ticket/Display.html?id=69158
+
Imager-Font-FT2 0.82
====================
Imager-Font-FT2 0.82
====================
if (GIMME_V == G_ARRAY) {
EXTEND(SP, count);
for (i = 0; i < count; ++i) {
if (GIMME_V == G_ARRAY) {
EXTEND(SP, count);
for (i = 0; i < count; ++i) {
- PUSHs(sv_2mortal(newSViv(work[i])));
+ PUSHs(boolSV(work[i]));
if (GIMME_V == G_ARRAY) {
EXTEND(SP, count);
for (i = 0; i < count; ++i) {
if (GIMME_V == G_ARRAY) {
EXTEND(SP, count);
for (i = 0; i < count; ++i) {
- PUSHs(sv_2mortal(newSViv(work[i])));
+ PUSHs(boolSV(work[i]));
- Imager::Font->new now produces better error messages for the T1
engine.
- Imager::Font->new now produces better error messages for the T1
engine.
+ - has_chars() now returns perl's true and false values in list
+ context rather than integers, which should be more efficient.
+ https://rt.cpan.org/Ticket/Display.html?id=69158
+
Imager::Font::T1 1.014
======================
Imager::Font::T1 1.014
======================
if (GIMME_V == G_ARRAY) {
EXTEND(SP, count);
for (i = 0; i < count; ++i) {
if (GIMME_V == G_ARRAY) {
EXTEND(SP, count);
for (i = 0; i < count; ++i) {
- PUSHs(sv_2mortal(newSViv(work[i])));
+ PUSHs(boolSV(work[i]));