summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Correct commentKarl Williamson2011-07-031-1/+1
* regcomp.c: Macroize two expressionsKarl Williamson2011-07-031-5/+9
* regcomp.c: Rmv no longer called functionKarl Williamson2011-07-034-23/+0
* regcomp.c: Remove no longer called functionKarl Williamson2011-07-034-17/+0
* regcomp.c: Remove invlist_destroy callsKarl Williamson2011-07-031-4/+4
* regcomp.c: #undef after finishedKarl Williamson2011-07-031-0/+2
* regcomp.c: Remove unneeded temporaryKarl Williamson2011-07-031-6/+2
* regcomp.c: Revise inversion list APIKarl Williamson2011-07-034-30/+45
* regcomp.c: PL_utf8_foldclosures is a HVKarl Williamson2011-07-031-1/+1
* Change inversion lists to SVsKarl Williamson2011-07-035-70/+69
* overload.pm: Fix broken linkKarl Williamson2011-07-032-3/+3
* fix broken links in old perldeltasKarl Williamson2011-07-035-7/+8
* Convert B::Deparse's core.t to Test::More.Nicholas Clark2011-07-031-9/+12
* Use C<< >> to avoid tripping a podchecker heuristic for "don't you mean F<>?"Nicholas Clark2011-07-031-1/+1
* add when/how to merge/rebase to perlgit.podRicardo Signes2011-07-031-0/+59
* remove another duplicated sectionRicardo Signes2011-07-031-15/+2
* remove duplicated "topic branches" sectionRicardo Signes2011-07-031-78/+2
* Revert "x"Ricardo Signes2011-07-031-0/+0
* xRicardo Signes2011-07-031-0/+0
* 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