summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pulled out the remaining experimental references in the docsbriandfoy/perlexperimentbrian d foy2010-10-251-126/+224
* Add a para for each of the Current, Accepted, and Removed experimentsbrian d foy2010-10-251-2/+24
* Start perlexperiment to catalogue experimental featuresbrian d foy2010-10-251-0/+189
* [perl #77496] tied gets scalars and globs confusedFather Chrysostomos2010-10-242-1/+15
* use compatible types in a conditional expressionTony Cook2010-10-251-1/+1
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-244-21/+52
* Update Locale-Maketext to CPAN version 1.17Todd Rinaldo2010-10-256-3/+19
* Update Maintainers.pl with the latest version of Module::CoreListChris 'BinGOs' Williams2010-10-241-1/+1
* In B.xs, use newSVpvn_flags() instead of sv_newmortal() and sv_setpvn().Nicholas Clark2010-10-242-16/+18
* don't rely on ghost contexts being unmolestedZefram2010-10-245-5/+167
* Math::BigRat has blead as its upstreamFlorian Ragwitz2010-10-2416-102/+94
* Make mro_package_moved use a mortal in case mro_isa_changed_in3 croaksFather Chrysostomos2010-10-241-2/+1
* Fix SV leak in Perl_emulate_cop_io(), present since 8b850bd54aa90bd3.Nicholas Clark2010-10-241-1/+1
* In B.xs, tidy up make_*_object().Nicholas Clark2010-10-241-23/+30
* B::hash() should only work on byte sequences.Nicholas Clark2010-10-242-1/+10
* Refactor B::hash to use Perl_newSVpvf() instead of my_sprintf() and new_SVpvn*.Nicholas Clark2010-10-241-3/+1
* More tests for B::hash().Nicholas Clark2010-10-241-1/+8
* B::cchar can be implemented as an ALIAS of B::cstring.Nicholas Clark2010-10-241-7/+2
* Refactor B::cchar() to create a temporary directly, and use Perl_sv_catpvf().Nicholas Clark2010-10-241-24/+17
* Tests for B::cchar().Nicholas Clark2010-10-241-0/+10
* In B.xs, refactor cstring() to return a mortal, which simplifies the XS code.Nicholas Clark2010-10-241-12/+9
* Test NUL bytes with B::cstring() and B::perlstring().Nicholas Clark2010-10-241-1/+2
* B::perlstring can be implemented as an ALIAS of B::cstring.Nicholas Clark2010-10-241-9/+3
* In cstring() in B.xs, use Perl_sv_catpvf(), instead of a temporary buffer.Nicholas Clark2010-10-241-6/+2
* More comprehensive tests for B::cstring() and B::perlstring().Nicholas Clark2010-10-241-3/+28
* In pp_getlogin, use sv_setpv_mg() to avoid needing an explicit strlen() call.Nicholas Clark2010-10-241-1/+2
* permit labels to appear before declarationsZefram2010-10-237-1102/+1178
* Perl_hv_name_add needs to set xhv_name_count in one other place.Father Chrysostomos2010-10-231-1/+1
* .gitignore some extra ext/B build productsTony Cook2010-10-241-0/+2
* remove ; so the conditional actually controls some codeTony Cook2010-10-241-1/+2
* make the definition of sv_catpv_flags match the declarationTony Cook2010-10-241-1/+1
* sv_setsv_flags was also using a potentially freed HVFather Chrysostomos2010-10-231-1/+5
* Tels doesn't want to maintain math stuff anymoreFlorian Ragwitz2010-10-231-5/+4
* Convert B to use ExtUtils::Constant::ProxySubs for its constants.Nicholas Clark2010-10-234-132/+63
* For PROXYSUBS, add an option to push all constants' names onto an array.Nicholas Clark2010-10-231-13/+47
* For PROXYSUBS, allow an explicit XS_SUBNAME of undef to suppress its generation.Nicholas Clark2010-10-231-4/+7
* Change concise.t to use Storable to test stash/src rendering of constant subs.Nicholas Clark2010-10-231-5/+8
* S_glob_assign_glob was using a potentially freed HVFather Chrysostomos2010-10-231-1/+5
* perlipc: Convert tabs to spaces.Shlomi Fish2010-10-231-237/+237
* perlipc: fix bug in exampleDavid Golden2010-10-231-0/+2
* Add functions for adding and deleting stash namesFather Chrysostomos2010-10-224-0/+104
* For PROXYSUBS, also avoid calling get_missing_hash() in the XS constant code.Nicholas Clark2010-10-231-4/+16
* Clarify and correct description of comma operator in scalar contextIan Goodacre2010-10-221-3/+4
* Corrected Perl5 example of Formatted output and significant digitsIan Goodacre2010-10-221-1/+1
* Added missing variable name in example codeIan Goodacre2010-10-221-1/+1
* Remove cruft from B's Makefile.PLNicholas Clark2010-10-221-20/+2
* For PROXYSUBS, get the hash from the fetch to pass to the subsequent store.Nicholas Clark2010-10-221-8/+17
* For PROXYSUBS, loop with do {} not while, as there is always at least 1 entry.Nicholas Clark2010-10-221-3/+2
* For PROXYSUBS, avoid calling get_missing_hash() if all symbols are present.Nicholas Clark2010-10-221-61/+56
* For PROXYSUBS, give the notfound struct file scope.Nicholas Clark2010-10-221-8/+11