platform/upstream/perl.git
2011-07-01 Florian RagwitzDual-life Text::Abbrev
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data as U32s, instead of I32s.
2011-07-01 Nicholas ClarkTidy code in pp_study and Perl_screaminstr()
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-07-01 Nicholas ClarkChange PL_screamnext to store absolute positions.
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-07-01 Father ChrysostomosStop podcheck.t --add-link from chomping a new line
2011-07-01 Father ChrysostomosAdd another address for Claes Jakobsson
2011-07-01 Claes JakobssonReport a better error when trying to use negative versi...
2011-07-01 Jesse VincentChange the example in the Changes file to be more generic.
2011-06-30 Nicholas ClarkThe regex engine can't assume that SvSCREAM() remains...
2011-06-29 Karl Williamsoncharnames.pm: Nits in pod
2011-06-28 Chris 'BinGOs... Updated Locale-Codes to CPAN version 3.17
2011-06-28 David MitchellRT 64804: tainting with index() of a constant
2011-06-28 Niko TyniTODO test for index() of a tainted constant
2011-06-27 Karl Williamsonperlrun: reflow to fit vertabims in 80 cols
2011-06-27 Chris 'BinGOs... Push the atime and mtime of generated Makefile.PLs...
2011-06-27 Vincent PitFix context propagation below return()
2011-06-27 Vincent PitTest taintedness of values returned by given/when
2011-06-27 Vincent PitIn leavewhen, put the SP back when returning
2011-06-27 Vincent PitMake sure break() resets the sp at its original level
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-25 Vincent PitConvert pp_leave() to adjust_stack_on_leave()
2011-06-25 Vincent PitMove pp_enter() and pp_leave() with their friends in...
2011-06-25 Vincent PitFactor stack adjustments on leave in a new static function
2011-06-25 Karl Williamsonfold_grind.t: Add comments
2011-06-25 Karl Williamsonautodoc.pl: Don't list experimental functions in API
2011-06-25 Craig A. BerryDon't quote target name in make_ext.pl.
2011-06-25 Nicholas ClarkFix two podchecker errors on perlunicode.pod
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
2011-06-25 David Mitchellpp_ncmp: favour the non- Perl_isnan route
2011-06-25 David Mitchellremove unreachable code from various compare ops
2011-06-25 Leon BrocardExpand bump RT version number in Porting/release_manage...
2011-06-25 Alan Haggai... fix `perldoc -v '$0'`
2011-06-25 Father ChrysostomosIncrease $Pod::Perldoc::VERSION
2011-06-25 Father Chrysostomosperldelta entry for #93454
2011-06-25 Father ChrysostomosTiny comment typo fix in handy.h
2011-06-25 Father ChrysostomosCorrect comment that 903fd87c missed
2011-06-24 Karl Williamsonperlunicode: Nits
2011-06-24 Robin Barkercast unsigned to avoid warning
2011-06-24 Father Chrysostomos[perl #93454] Free deleted iterator when freeing hash
2011-06-24 Father ChrysostomosBypass a switch in gv_fetchpvn for 2-char symbols
2011-06-24 Father ChrysostomosUpdate proto docs after prev commit
2011-06-24 Father ChrysostomosAllow the \$ proto to accept any scalar lvalue [perl...
2011-06-24 Father ChrysostomosMake Perl_op_lvalue_flags provide a no-croak option
2011-06-24 Father Chrysostomosop_lvalue .= _flags
2011-06-24 Father Chrysostomosproto.t: Test \$ with subcall()->[elem]
2011-06-24 Father ChrysostomosRemove two tests from proto.t
2011-06-24 Father ChrysostomosMake pp_leavesublv use S_return_lvalues
2011-06-24 Craig A. Berryrealclean clean-up on VMS.
2011-06-23 Craig A. Berrypreplibrary needs an explicit action in descrip_mms...
2011-06-23 Father ChrysostomosFix explicit return of pad var in list lv context
2011-06-23 Father ChrysostomosCollapse the list context code in pp_leavesublv
2011-06-23 Father ChrysostomosRemove now-redundant check from pp_ctl.c:S_return_lvalues
2011-06-23 Leon BrocardMention bump-perl-version's inplace mode in Porting...
2011-06-23 Leon BrocardSeeing as Porting/bump-perl-version is run in a git...
2011-06-23 Leon BrocardMove Porting/bump-perl-version to use autodie
2011-06-23 Leon BrocardExtract the code the maps from an author/distribution...
2011-06-23 Nicholas ClarkTest studied scalars with s///ge.
2011-06-23 Nicholas Clarkstudy now passes REXEC_SCREAM to the regex engine when...
2011-06-23 Father ChrysostomosFix up some tests in sub_lval.t
2011-06-23 Father ChrysostomosMake lvalue return make the same checks as leavesublv
2011-06-23 Father Chrysostomospp_leavesublv: Put the deref code inside if(scalar)
2011-06-23 Father ChrysostomosMake pp_leavesublv switch based on gimme
2011-06-23 Father ChrysostomosRemoved unused label from pp_leavesublv
2011-06-23 Father ChrysostomosCopy PADTMPs explicitly returned from lv subs
2011-06-23 Craig A. BerryDuplicate in list of .h files on VMS.
2011-06-23 Nicholas ClarkFor s///r, avoid copying the source early only to edit...
2011-06-23 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc.
2011-06-22 Nicholas ClarkTwo small tidying refactors for TestInit.pm
2011-06-22 Nicholas ClarkFix a (back)slash bug in a regex, added with the regex...
2011-06-22 Nicholas ClarkIn TestInit, eliminate @new_inc, by assigning to @INC...
2011-06-22 Nicholas ClarkIn TestInit, inline new_inc() and set_opt() into import...
2011-06-22 Nicholas ClarkIn find_git_or_skip(), also check whether we have a...
2011-06-22 Nicholas Clarkfind_git_or_skip() will now follow symlinks and chdir...
2011-06-22 Nicholas ClarkUse find_git_or_skip() in porting{authors,cmp_version...
2011-06-22 Nicholas ClarkAdd find_git_or_skip(), which skips if we are not in...
2011-06-22 Nicholas Clarkuse TestInit 'T' in porting{authors,cmp_version,manifes...
2011-06-22 Nicholas ClarkAdd an import option 'T' to TestInit, for tests that...
2011-06-22 Nicholas ClarkIn TestInit.pm, move the default chdir and @INC code...
2011-06-22 Nicholas ClarkIn TestInit.pm, merge two substitutions into one.
2011-06-22 Father ChrysostomosRemove another CvLVALUE check from pp_leavesublv
2011-06-22 Father ChrysostomosMove pp_leavesublv from pp_hot.c to pp_ctl.c
2011-06-22 Father ChrysostomosRemove the CvLVALUE check from pp_leavesub
2011-06-22 Chris 'BinGOs... Update IO-Compress to CPAN version 2.037
2011-06-22 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.037
2011-06-22 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.037
2011-06-22 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.72
2011-06-22 Father Chrysostomosattrs.t: Test for something I almost broke
2011-06-22 Father Chrysostomosattributes.pm: warn & don’t apply :lvalue to defined...
2011-06-22 Father ChrysostomosIncrease $attributes::version to 0.15
2011-06-22 Nicholas ClarkIn Cwd.xs, swap to defaulting to disabled prototypes.
2011-06-22 Nicholas ClarkMerge the implementation of Cwd::{fastcwd,getcwd} using...
2011-06-22 Nicholas ClarkIn Cwd.xs on VMS, don't compile bsd_realpath() at all.
2011-06-22 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Cwd.
2011-06-22 Nicholas ClarkIn Cwd::_win32_cwd() avoid a string eval when checking...
2011-06-22 Nicholas ClarkTrim multiple blank lines above =item in pod files.
2011-06-22 Nicholas ClarkThe podchecker much prefers a forward slash in F<symbia...
next