summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only export the public symbols in shared libperlssmoke-me/ld_exportrafl/ld_exportFlorian Ragwitz2010-09-024-8/+46
* In XS_VERSION_BOOTCHECK, correct the flags argument of get_sv() to 0.Nicholas Clark2010-09-021-2/+2
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-026-12/+21
* For the generated XSLoader.pm, avoid a runtime lexical which is constant.Nicholas Clark2010-09-021-15/+10
* Fix test (see <20100901161607.GB2892@iabyn.com>)Abigail2010-09-021-2/+1
* Sanity check on Errno values.Curtis Jewell2010-09-021-2/+3
* t/lib/common.pl must convert $^X to an absolute path before changing directory.Nicholas Clark2010-09-011-1/+2
* Tests using t/lib/common.pl need to run in separate directories.Nicholas Clark2010-09-015-19/+35
* RT 74444 - install_lib.pl emits warnings when installperl is run with destdirTodd Rinaldo2010-09-011-1/+1
* Add alternate email address for ToddFlorian Ragwitz2010-09-011-0/+1
* Ignore droppings from lib/h2ph.tFlorian Ragwitz2010-09-011-0/+2
* Add test for deprecation warnings from h2phFlorian Ragwitz2010-09-013-8/+19
* RT 74404 - h2ph using deprecated gotoTodd Rinaldo2010-09-011-18/+24
* Stop Tie::Hash->TIEHASH() looping forever.Nicholas Clark2010-09-015-5/+36
* pp_match: fix confusing layout in an if()David Mitchell2010-09-011-3/+3
* Copy RE capture buf on overload as well as TEMPDavid Mitchell2010-09-012-2/+7
* perldelta up to 137127dFlorian Ragwitz2010-09-011-0/+15
* t/harness can run the tests lib/*.t in parallel with each other.Nicholas Clark2010-09-011-2/+3
* Clarify CPU cache improvements entry in 5133deltaFlorian Ragwitz2010-09-011-1/+3
* PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXTTony Cook2010-09-011-0/+2
* fix some 64-bit casts under DEBUG_LEAKING_SCALARSDavid Mitchell2010-09-012-2/+2
* fix indentation of MY_CXT #definesDavid Mitchell2010-09-011-35/+35
* merge two similar MY_CXT code branchesDavid Mitchell2010-09-011-37/+7
* MY_CXT macros: make the two sets of defs similarDavid Mitchell2010-09-011-8/+12
* PL_my_cxt_list leaksJirka Hruška2010-09-011-0/+4
* Memory leak cloning PVGVsJirka Hruška2010-09-012-2/+3
* Move the call to Perl_cv_clone() into S_doform(), from its two callers.Nicholas Clark2010-09-011-5/+3
* Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *.Nicholas Clark2010-09-014-13/+17
* Bump blib::VERSION after 3f9bb6bFlorian Ragwitz2010-09-011-5/+5
* [perl #77492] open $fh, ">", \*glob causes SEGVFather Chrysostomos2010-09-012-2/+15
* Correct errors in the use of multiple targets for bitcount.h and uudmap.hNicholas Clark2010-08-313-3/+10
* Merge the two 5134delta entries for uniary functionsFlorian Ragwitz2010-08-311-41/+37
* [perl #77234] Change 649d02de (unary prototypes) changes precedenceFather Chrysostomos2010-08-311-0/+23
* remove dead listexprcom production from grammarZefram2010-08-313-388/+350
* better silencing of APItest deprecation warningDavid Mitchell2010-08-311-1/+2
* Add Zefram as our release manager victim for 20 DecemberJesse Vincent2010-08-311-0/+3
* Add two missing break in Perl_magic_set's big switchVincent Pit2010-08-311-1/+2
* Remove unneeded use of INT2PTR() in the XS for Tie::Hash::NamedCapture.Nicholas Clark2010-08-311-8/+8
* Start perl5135deltaFlorian Ragwitz2010-08-311-10/+86
* Module::CoreList updates for 5.12.2Jesse Vincent2010-08-301-2/+2
* Avoid needless use of UTF8=1 format [RT#56336]Eric Brine2010-08-312-14/+6
* TODO tests for avoid needless use of UTF8=1 format [RT#56336]Eric Brine2010-08-311-1/+13
* add more tests to lib/mauve.t so it tests also that mauve::reftype can return...Zsbán Ambrus2010-08-302-17/+41
* use more efficient sv_reftype_len() interfaceYves Orton2010-08-301-2/+3
* fix the AIX skip to only skip on AIXTony Cook2010-08-311-1/+1
* rt77432: sigaction would crash/assert with a replaced %SIGTony Cook2010-08-312-2/+9
* mauve.t needs access to %Config, make sure it's availableTony Cook2010-08-301-0/+1
* create the "mauve" temporary namespace for things like reftypeYves Orton2010-08-306-2/+632
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-08-305-24/+153
* when building under git, test that MANIFEST and git ls-files match up properlyYves Orton2010-08-301-2/+31