summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tests for stringifying NaN and Infsmoke-me/nan_inf_strFlorian Ragwitz2010-10-111-1/+15
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-105-21/+21
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-1018-275/+1123
* make sv_clear() non-recursive on RVsDavid Mitchell2010-10-111-1/+1
* re-indent sv_clear()David Mitchell2010-10-111-209/+217
* make sv_clear() iterate over AVsDavid Mitchell2010-10-113-13/+97
* stop DEBUG_LEAKING_SCALARS, er, leaking!David Mitchell2010-10-111-0/+1
* regcomp.c: Fix compiler warningKarl Williamson2010-10-101-1/+1
* Add an inheritance diagram to package_aliases.tFather Chrysostomos2010-10-101-0/+9
* Don't assume filenames can contain parenthesesCraig A. Berry2010-10-101-19/+25
* Move regen scripts to regen/Steffen Mueller2010-10-1013-21/+21
* Mention a few more auto-generated files in pumpkin.podSteffen Mueller2010-10-101-1/+2
* Make more ways to move packages around reset isa cachesFather Chrysostomos2010-10-092-43/+103
* Avoid uninitialized warning in glob_assign_globFather Chrysostomos2010-10-091-1/+1
* Remove code added by c8bbf675 that turns out to be unnecessaryFather Chrysostomos2010-10-091-25/+0
* Oops. Remove a duplicate require.Father Chrysostomos2010-10-091-1/+1
* Update gitignore files for moved pod scriptsFlorian Ragwitz2010-10-104-0/+7
* Pod/Html.pm is now in ext/Pod-HtmlFlorian Ragwitz2010-10-101-0/+1
* [perl #78306] Clearify inc_version_list config in INSTALLZsbán Ambrus2010-10-091-0/+7
* Reset isa on stash manipulationFather Chrysostomos2010-10-098-5/+201
* Make the new perl5db.t taint test work on VMS.Craig A. Berry2010-10-091-0/+1
* Add VMS symbol shortening to PL_bincompat_options.Craig A. Berry2010-10-091-0/+3
* Create populate_isa() to de-duplicate logic to populate @ISA.Nicholas Clark2010-10-094-26/+54
* do not use both "a lvalue" and "an lvalue" but pick oneRicardo Signes2010-10-091-2/+2
* Remove now-unused parameters from S_gv_magicalize_isa().Nicholas Clark2010-10-094-9/+8
* Move the automatic instantiation of @AnyDBM_File::ISA to Perl_yylex()Nicholas Clark2010-10-092-16/+17
* Update perldelta.pod for threads::shared upgradeChris 'BinGOs' Williams2010-10-081-1/+5
* Upgrade to threads::shared 1.34Jerry D. Hedden2010-10-082-4/+4
* Remove dead code from Perl_gv_stashpvn().Nicholas Clark2010-10-081-4/+2
* Make compiler-shortened symbols the default on VMS.Craig A. Berry2010-10-081-1/+1
* Let the compiler shorten symbols on VMS.Craig A. Berry2010-10-081-5/+55
* ExtUtils::XSSymSet can now let the compiler shorten symbols.Craig A. Berry2010-10-081-4/+16
* Fix bugs in e771aaa95f65a9c4 (reducing copying in gv_fetchpvn_flags)Nicholas Clark2010-10-081-8/+9
* Refactor Perl_xs_apiversion_bootcheck()Nicholas Clark2010-10-081-7/+12
* Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.Nicholas Clark2010-10-085-18/+37
* XS::APItest tests for XS_APIVERSION_BOOTCHECK.Nicholas Clark2010-10-083-0/+22
* xs_version_bootcheck() is an implementation detail, rather than a public API.Nicholas Clark2010-10-081-1/+3
* Refactor xs_version_bootcheck() to remove complex constructions.Nicholas Clark2010-10-081-13/+22
* xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak.Nicholas Clark2010-10-086-8/+51
* threads::shared should not FREETMPS in its BOOT code.Nicholas Clark2010-10-082-2/+3
* Change vverify() to return HV or NULL (RT#78286)David Golden2010-10-084-31/+32
* Perl_gv_fetchpvn_flags() can avoid copying when the package separator is ::Nicholas Clark2010-10-081-8/+9
* Fix unicode characters in Locale-Maketext ChangeLogChris 'BinGOs' Williams2010-10-081-1/+1
* Fix pod/buildtoc's handling of Win32 makefilesSteve Hay2010-10-073-24/+25
* Bring Locale::Maketext ChangeLog up to date with all recent commitsTodd Rinaldo2010-10-071-2/+15
* Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro.Nicholas Clark2010-10-075-37/+53
* XS::APItest tests for XS_VERSION_BOOTCHECK.Nicholas Clark2010-10-075-1/+126
* Improve XSLoader::load documentation.Nicholas Clark2010-10-071-4/+8
* Improve DynaLoader::bootstrap documentation.Nicholas Clark2010-10-071-1/+8
* Update Win32 makefiles to remove perl5136delta.pod rather than perl5135delta....Steve Hay2010-10-072-2/+2