summaryrefslogtreecommitdiff
path: root/ext/Hash-Util-FieldHash
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-072-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 modulesZefram2010-12-191-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 codeZefram2010-12-111-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 versionFather Chrysostomos2010-10-281-1/+1
|
* Merge Hash::Util::FieldHash::_test_uvar_{get,set,same} using ALIAS.Nicholas Clark2010-10-251-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 Clark2010-10-251-1/+0
|
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
|
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util::FieldHash's tests.Nicholas Clark2009-08-308-64/+0
|
* rebump Hash::Util::FieldHash from 1.03_01 to 1.04David Mitchell2009-07-071-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 Clark2009-04-131-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 Clark2009-03-261-4/+0
|
* Hash::Util::FieldHash 1.03 leaks SVs which are used as object IDs stored in ↵Goro Fuji2009-02-282-1/+2
| | | | mg->mg_obj
* Rename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHashNicholas Clark2009-02-0912-0/+2698