2011-04-17 |
Nicholas Clark |
Add check_new_and_strlen(), which is check_new(...... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
check_new(st, NULL) always returns 0, so no need to... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Move the check_new() test to the start of regex_size... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Move the check_new() test to the start of op_size(... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Refactor the C code to accumulate the size inside the... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Eliminate conditional 5.11/older conditional code that... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Remove dead code: #if PERL_VERSION <= 8 then PERL_VERSI... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Bump $VERSION to 0.73_51 |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Missed the second change between 0.73 and 0.73_50 |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
This is 0.73_50 - update META.yml |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Re-instate initial dereference in total_size() |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Avoid using assert() on ithreaded 5.8.8 and earlier... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Nicholas Clark |
Bump $VERSION to 0.73_50 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
This is 0.73 - update META.yml |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Update CHANGES for 0.73 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Bump version to 0.73 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Revert the intent of cb11131e. st (was tv) can be NULL. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
This is 0.72_52 - update META.yml |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Replace TRACKING with struct state, tv with st, and... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Merge the 4 static variables and TRACKING into a struct... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Add a test for the non-exceptional warnings. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Use cmp_ok() when testing > 0, not isnt(..., 0); |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Eliminate needless test boilerplate, and duplicated... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Simplify the setup code in Size.pm |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Bump $VERSION to 0.72_52 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
This is 0.72_51 - update META.yml |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Add PERL_NO_GET_CONTEXT to improve performance under... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Remove the SIGNATURE, as presently I don't have the... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Add the .git repository directory to MANIFEST.SKIP |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Add a LICENSE section to the Makefile.PL. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Bump $VERSION to 0.72_51 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
This is 0.72_50 - update META.yml |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Convert C99 // comments to C89 /**/ comments. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Remove commented out code from the pre-0.72 HV based... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Include the size of constants in constant subs (resolve... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Resolve CPAN #58484: Devel::Size SEGVs on XSUBs post... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Note that I am now maintaining it. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Enforce the minimum perl version requirement in the... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Convert to XSLoader. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Convert the tracking system to a 256-way tree. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Create free_tracking() to de-duplicate the code to... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Use cmp_ok() in place of ok() with a < comparison,... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
In check_new(), tv can never be NULL, so assert() this. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Use SvPVX_const() instead of SvPVX(), and const check_n... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Catching SEGVs with __try/__except is MSVC only, not... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
No need to explicitly check AvARYLEN in 5.10 and later. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Bump $VERSION to 0.72_50, ready for a development release. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Correct to 0.72 the CHANGES entry for the second "0... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Correct to 0.72 erroneous references to version '7.2'. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Nicholas Clark |
Remove DOS line endings from Makefile.PL and META.yml |
commit | commitdiff | tree | snapshot |
2011-04-16 |
BrowserUk |
import Devel-Size 0.72 from CPAN |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tels |
import Devel-Size 0.71 from CPAN |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tels |
0.70 as released to CPAN. (only metadata and Module... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tels |
Fix compilation under blead, and require at least 5.006 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tels |
Bump version to 0.70, and upgrade Module::Install to... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tels |
import Devel-Size 0.69 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tels |
import Devel-Size 0.68 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tels |
import Devel-Size 0.67 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tels |
import Devel-Size 0.66 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tels |
import Devel-Size 0.65 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.64 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.63 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.62 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.61 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.60 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.59 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.58 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.57 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.56 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.55 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.54 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.53 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.52 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.51 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.50 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.03 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
import Devel-Size 0.02 from CPAN |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Dan Sugalski |
initial import of Devel-Size 0.01 from CPAN |
commit | commitdiff | tree | snapshot |
|