summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This is v2 of patch for views (nee binds), brought up to date with 5.15.chip/view2Chip Salzenberg2011-07-038-114/+200
* README.foo: Change NAME to perlfooKarl Williamson2011-07-0226-31/+26
* Add terse changelog entry for 2.29Abhijit Menon-Sen2011-07-031-0/+6
* Add another address for John PeacockFather Chrysostomos2011-07-011-0/+1
* Revise check for negative versions plus testJohn Peacock2011-07-013-4/+10
* Dual-life Text::AbbrevFlorian Ragwitz2011-07-026-8/+13
* For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.Nicholas Clark2011-07-015-33/+188
* Store C<study>'s data as U32s, instead of I32s.Nicholas Clark2011-07-013-24/+20
* Tidy code in pp_study and Perl_screaminstr()Nicholas Clark2011-07-012-15/+13
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-0110-63/+61
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-016-17/+9
* Change PL_screamnext to store absolute positions.Nicholas Clark2011-07-013-19/+21
* Split out study magic from pos magic.Nicholas Clark2011-07-019-14/+21
* Stop podcheck.t --add-link from chomping a new lineFather Chrysostomos2011-06-301-1/+1
* Add another address for Claes JakobssonFather Chrysostomos2011-06-301-0/+1
* Report a better error when trying to use negative version numbers instead of ...Claes Jakobsson2011-06-302-1/+4
* Change the example in the Changes file to be more generic.Jesse Vincent2011-06-302-18/+2
* The regex engine can't assume that SvSCREAM() remains set on its target.Nicholas Clark2011-06-302-4/+54
* charnames.pm: Nits in podKarl Williamson2011-06-291-6/+12
* Updated Locale-Codes to CPAN version 3.17Chris 'BinGOs' Williams2011-06-2861-24347/+120103
* RT 64804: tainting with index() of a constantDavid Mitchell2011-06-282-2/+4
* TODO test for index() of a tainted constantNiko Tyni2011-06-281-1/+16
* perlrun: reflow to fit vertabims in 80 colsKarl Williamson2011-06-272-20/+27
* Push the atime and mtime of generated Makefile.PLs back 4 seconds in make_ext.plChris 'BinGOs' Williams2011-06-271-1/+5
* Fix context propagation below return()Vincent Pit2011-06-274-26/+68
* Test taintedness of values returned by given/whenVincent Pit2011-06-272-2/+27
* In leavewhen, put the SP back when returningVincent Pit2011-06-271-2/+1
* Make sure break() resets the sp at its original levelVincent Pit2011-06-272-2/+18
* Correctly preserve the stack on an implicit break.Vincent Pit2011-06-265-65/+189
* Convert pp_leave() to adjust_stack_on_leave()Vincent Pit2011-06-261-26/+1
* Move pp_enter() and pp_leave() with their friends in pp_ctl.cVincent Pit2011-06-262-76/+76
* Factor stack adjustments on leave in a new static functionVincent Pit2011-06-264-110/+49
* fold_grind.t: Add commentsKarl Williamson2011-06-251-2/+10
* autodoc.pl: Don't list experimental functions in APIKarl Williamson2011-06-251-1/+2
* Don't quote target name in make_ext.pl.Craig A. Berry2011-06-251-2/+0
* Fix two podchecker errors on perlunicode.podNicholas Clark2011-06-252-2/+3
* add do_ncmp fn and make pp_ncmp, pp_eq etc use itDavid Mitchell2011-06-255-475/+149
* pp_ncmp: favour the non- Perl_isnan routeDavid Mitchell2011-06-251-1/+1
* remove unreachable code from various compare opsDavid Mitchell2011-06-252-62/+0
* Expand bump RT version number in Porting/release_managers_guide.podLeon Brocard2011-06-251-4/+3
* fix `perldoc -v '$0'`Alan Haggai Alavi2011-06-241-1/+1
* Increase $Pod::Perldoc::VERSIONFather Chrysostomos2011-06-241-1/+1
* perldelta entry for #93454Father Chrysostomos2011-06-241-0/+9
* Tiny comment typo fix in handy.hFather Chrysostomos2011-06-241-1/+1
* Correct comment that 903fd87c missedFather Chrysostomos2011-06-241-1/+1
* perlunicode: NitsKarl Williamson2011-06-241-4/+4
* cast unsigned to avoid warningRobin Barker2011-06-241-1/+1
* [perl #93454] Free deleted iterator when freeing hashFather Chrysostomos2011-06-242-4/+5
* Bypass a switch in gv_fetchpvn for 2-char symbolsFather Chrysostomos2011-06-241-1/+1
* Update proto docs after prev commitFather Chrysostomos2011-06-241-2/+2