Math-Factor-XS
view release on metacpan or search on metacpan
- Return an empty list from xs_matches() if there are no factors.
- Add a test for no factors provided to matches().
- Don't force explicit scalar context where an implicit one exists.
0.37_01 2010-03-01 <schubiger@cpan.org>
- Fix memory leak in xs_factors(). [reported by William P.N. Smith]
0.37 Tue Nov 10 22:37:24 CET 2009
- Merged development version to stable.
0.36_01 Fri Nov 6 10:17:32 CET 2009
- Save the quotient as factor only when it's greater than the iterator.
[rt #50999 - Thor Andreassen]
- Add a test for even numbers to be factorized.
- Check the numbers returned deeply against the expected ones.
- Update broken license links.
passing the factors to matches() requires now a list reference.
- Validation of arguments is handled by Params::Validate.
- Use printf() instead of formats within the example script.
This circumvents a segmentation fault reported in [perl #64562].
- The options hash for the matches() function is being passed to
the according XSUB as reference.
0.35 Sun Feb 3 14:40:33 CET 2008
- Reworded documentation.
- Removed unneeded code within scripts/factors_matches.pl.
- Renamed the calc_factors.t test-file to the more generic functions.t.
- Updated ppport.h.
0.34 Tue Aug 14 18:40:38 CEST 2007
- Beautified documentation (added code tags where suitable).
0.33 Sat Apr 1 16:47:21 CEST 2006
- Changed Build.PL argument create_makefile_pl from 'passtrough'
to 'traditional' for the sake of compatibility.
0.30 Fri Nov 4 20:52:13 CET 2005
- Converted Math::Factor over to XS.
0.29 2005/09/21
- factors() takes a single number and returns now a flat array
of factors. matches() likewise. [Ricardo Signes, <rjbs@cpan.org>]
- Removed each_factor() & each_match() due to data that
is no longer preserved in multidimensional hash structures
( run in 1.158 second using v1.01-cache-2.11-cpan-49f99fa48dc )