Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 2 | -2/+2 |
| | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81882] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81882 > Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
| | | | | | Core-only modules that have changed from v5.13.7, and dual-life modules that have changed from v5.13.7 and didn't show up in earlier passes. | ||||
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -14/+18 |
| | | | | | | | | | | | Trivial changes to fix warnings of types * unclear precedence * assignment as conditional * signed/unsigned mixing * unused parameter/variable * value computed not used * wrong argument type for a printf format * variable may be used uninitialised (due to unhandled switch case) | ||||
* | Increase Hash::Util::FieldHash’s version | Father Chrysostomos | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Merge Hash::Util::FieldHash::_test_uvar_{get,set,same} using ALIAS. | Nicholas Clark | 2010-10-25 | 1 | -34/+7 |
| | | | | | | On this platform it reduces the object code size by over 1K. Ideally these test functions would not be in the installed code, but I can't see an easy way to avoid this. | ||||
* | In Hash::Util::FieldHash::_test_uvar_set, the second SvRV(sverf) is not needed. | Nicholas Clark | 2010-10-25 | 1 | -1/+0 |
| | |||||
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -2/+2 |
| | |||||
* | Remove the $ENV{PERL_CORE} boilerplate from Hash::Util::FieldHash's tests. | Nicholas Clark | 2009-08-30 | 8 | -64/+0 |
| | |||||
* | rebump Hash::Util::FieldHash from 1.03_01 to 1.04 | David Mitchell | 2009-07-07 | 1 | -1/+1 |
| | | | | (it's not dual-lived so there's no need for a devel version number) | ||||
* | Remove Makefile.PLs that make_ext.pl can automatically generate. | Nicholas Clark | 2009-04-13 | 1 | -18/+0 |
| | | | | | | (For core modules, or where the dual life module on CPAN has a Makefile.PL that is not the same. AUTHOR is only used for the ppm target, which the core doesn't need.) | ||||
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -4/+0 |
| | |||||
* | Hash::Util::FieldHash 1.03 leaks SVs which are used as object IDs stored in ↵ | Goro Fuji | 2009-02-28 | 2 | -1/+2 |
| | | | | mg->mg_obj | ||||
* | Rename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHash | Nicholas Clark | 2009-02-09 | 12 | -0/+2698 |