4c56c78996Accepting request 1279826 from devel:languages:perl:autoupdateOliver Kurz2025-05-24 16:17:44 +00:00
ba36d68bd8Accepting request 1173738 from devel:languages:perl:autoupdateDirk Stoecker2024-05-16 12:02:18 +00:00
e34cf7ca9dAccepting request 697300 from devel:languages:perl:autoupdate
Lars Vogdt
2019-04-27 10:24:07 +00:00
0e3471f754Accepting request 618749 from devel:languages:perl:autoupdate
Stephan Kulow
2018-06-28 10:46:19 +00:00
fdba5c6242Accepting request 514752 from devel:languages:perl:autoupdateDirk Stoecker2017-08-14 13:13:23 +00:00
8431c8d3d4Accepting request 297418 from devel:languages:perl:autoupdate
Stephan Kulow
2015-04-17 05:49:31 +00:00
22f43e14ba- updated to 0.77 * Split out HEK size calculation into hek_size(). Add the shared HE overhead. * Handle shared hash key scalars correctly. * GvNAME() is shared from 5.10 onwards. * Count HvNAME(), the HV "aux" struct, the mro_meta struct, and ENAMEs. 0.75_52 2011-05-09 nicholas * Use a table for SV body sizes. These incorporate the space saving post 5.8.x * Correctly handle SvOOK scalars. 5.12 and later don't use SvIVX(). * Magic vtables aren't freed when magic is freed, so don't count them. (They are static structures. Anything that assumes otherwise is buggy.) * Reinstate 5.6.x "support". (i.e. it compiles and passes tests.) * Reinstate 5.005_xx "support". (i.e. it compiles and passes tests.) 0.75_51 2011-05-05 nicholas * Only use a static array of vtables on gcc. 0.75_50 2011-05-04 nicholas * The core's magic vtables are global constants, so aren't part of the size. * Follow mg_obj and mg_ptr. 0.74_53 2011-05-01 nicholas * Fix typo error in bit-vector tracking mechanism. On 64 bit platforms which allocate on 8 byte alignment (rather than 16), a low pointer bit could get lost, resulting in new pointers being considered already "seen". "Found" by BinGOs' smoker, fixed on spectre.mongueurs.net. Thanks. 0.74_52 2011-04-23 nicholas * Fix potential SEGVs for OP_AELEMFAST on a lexical (eg $foo[3]) * Fix likely SEGVs for PVOPs (missing break) * Fix potential SEGVs for PVBMs on 5.10 and later * Move hash and array traversal from total_size() to sv_size() - this allows total_size() and size() to be XS ALIASes. 0.74_51 2011-04-22 nicholas * Don't count PL_sv_{undef,no,yes} in the size returned
Stephan Kulow
2011-05-31 14:44:29 +00:00
555ba65b48- updated to 0.74 * Correct the Makefile.PL - LICENSE was added to ExtUtils::MakeMaker in 6.31
Stephan Kulow
2011-04-22 07:26:49 +00:00
71db39e1dealways buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
Stephan Kulow
2010-12-03 14:02:51 +00:00
b137b98a62siwtch to perl_requires macro
Stephan Kulow
2010-12-01 13:43:38 +00:00
b4bf6c6346Accepting request 24645 from home:hennevogel
Stephan Kulow
2009-11-18 13:22:07 +00:00