summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow the \$ proto to accept any scalar lvalue [perl #91846]Father Chrysostomos2011-06-243-3/+31
* Make Perl_op_lvalue_flags provide a no-croak optionFather Chrysostomos2011-06-242-0/+5
* op_lvalue .= _flagsFather Chrysostomos2011-06-246-5/+8
* proto.t: Test \$ with subcall()->[elem]Father Chrysostomos2011-06-241-1/+2
* Remove two tests from proto.tFather Chrysostomos2011-06-241-9/+1
* Make pp_leavesublv use S_return_lvaluesFather Chrysostomos2011-06-241-121/+4
* realclean clean-up on VMS.Craig A. Berry2011-06-241-2/+3
* preplibrary needs an explicit action in descrip_mms.template.Craig A. Berry2011-06-231-0/+1
* Fix explicit return of pad var in list lv contextFather Chrysostomos2011-06-233-2/+42
* Collapse the list context code in pp_leavesublvFather Chrysostomos2011-06-231-25/+8
* Remove now-redundant check from pp_ctl.c:S_return_lvaluesFather Chrysostomos2011-06-231-1/+0
* Mention bump-perl-version's inplace mode in Porting/release_managers_guide.podLeon Brocard2011-06-231-0/+6
* Seeing as Porting/bump-perl-version is run in a git directory,Leon Brocard2011-06-231-6/+28
* Move Porting/bump-perl-version to use autodieLeon Brocard2011-06-231-8/+9
* Extract the code the maps from an author/distribution to aLeon Brocard2011-06-231-6/+12
* Test studied scalars with s///ge.Nicholas Clark2011-06-232-1/+25
* study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true.Nicholas Clark2011-06-233-2/+14
* Fix up some tests in sub_lval.tFather Chrysostomos2011-06-231-5/+10
* Make lvalue return make the same checks as leavesublvFather Chrysostomos2011-06-233-7/+120
* pp_leavesublv: Put the deref code inside if(scalar)Father Chrysostomos2011-06-231-17/+16
* Make pp_leavesublv switch based on gimmeFather Chrysostomos2011-06-231-51/+45
* Removed unused label from pp_leavesublvFather Chrysostomos2011-06-231-1/+0
* Copy PADTMPs explicitly returned from lv subsFather Chrysostomos2011-06-231-2/+5
* Duplicate in list of .h files on VMS.Craig A. Berry2011-06-231-1/+1
* For s///r, avoid copying the source early only to edit it in place.Nicholas Clark2011-06-233-61/+69
* Add PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc.Nicholas Clark2011-06-233-1/+10
* Two small tidying refactors for TestInit.pmNicholas Clark2011-06-221-2/+3
* Fix a (back)slash bug in a regex, added with the regex itself.Nicholas Clark2011-06-221-1/+1
* In TestInit, eliminate @new_inc, by assigning to @INC directly.Nicholas Clark2011-06-221-15/+11
* In TestInit, inline new_inc() and set_opt() into import(), their only caller.Nicholas Clark2011-06-221-29/+20
* In find_git_or_skip(), also check whether we have a working git executable.Nicholas Clark2011-06-221-4/+18
* find_git_or_skip() will now follow symlinks and chdir to the real source tree.Nicholas Clark2011-06-224-8/+17
* Use find_git_or_skip() in porting{authors,cmp_version,manifest}.tNicholas Clark2011-06-223-9/+5
* Add find_git_or_skip(), which skips if we are not in a git checkout.Nicholas Clark2011-06-221-0/+7
* use TestInit 'T' in porting{authors,cmp_version,manifest}.t to chdir '..'Nicholas Clark2011-06-223-21/+17
* Add an import option 'T' to TestInit, for tests that run at the top level.Nicholas Clark2011-06-221-0/+5
* In TestInit.pm, move the default chdir and @INC code into import().Nicholas Clark2011-06-221-28/+36
* In TestInit.pm, merge two substitutions into one.Nicholas Clark2011-06-221-3/+2
* Remove another CvLVALUE check from pp_leavesublvFather Chrysostomos2011-06-221-2/+0
* Move pp_leavesublv from pp_hot.c to pp_ctl.cFather Chrysostomos2011-06-222-177/+177
* Remove the CvLVALUE check from pp_leavesubFather Chrysostomos2011-06-221-11/+1
* Update IO-Compress to CPAN version 2.037Chris 'BinGOs' Williams2011-06-2237-186/+358
* Update Compress-Raw-Zlib to CPAN version 2.037Chris 'BinGOs' Williams2011-06-226-6/+22
* Update Compress-Raw-Bzip2 to CPAN version 2.037Chris 'BinGOs' Williams2011-06-227-7/+23
* Update IPC-Cmd to CPAN version 0.72Chris 'BinGOs' Williams2011-06-223-153/+241
* attrs.t: Test for something I almost brokeFather Chrysostomos2011-06-221-0/+3
* attributes.pm: warn & don’t apply :lvalue to defined subsFather Chrysostomos2011-06-225-6/+59
* Increase $attributes::version to 0.15Father Chrysostomos2011-06-221-1/+1
* In Cwd.xs, swap to defaulting to disabled prototypes.Nicholas Clark2011-06-221-3/+2
* Merge the implementation of Cwd::{fastcwd,getcwd} using ALIAS.Nicholas Clark2011-06-221-13/+5