summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the perl version mentioned in threads.pm concerning dirhandlesFather Chrysostomos2010-10-142-3/+3
* Remove the code for file exclusions from Maintainers.pm - nothing needs it now.Nicholas Clark2010-10-141-11/+1
* Since c440907b, Maintainers.pl doesn't need exclusions for XSLoader's files.Nicholas Clark2010-10-141-2/+0
* Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xsNicholas Clark2010-10-142-78/+56
* Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xsNicholas Clark2010-10-142-42/+27
* Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/Nicholas Clark2010-10-148-21/+24
* Merge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into S_named_capture_iter_common.Nicholas Clark2010-10-141-27/+13
* Merge XS_Tie_Hash_NamedCapture_STORE into S_named_capture_common.Nicholas Clark2010-10-141-30/+4
* Merge XS_Tie_Hash_NamedCapture_CLEAR into S_named_capture_common.Nicholas Clark2010-10-141-31/+13
* Merge XS_Tie_Hash_NamedCapture_DELETE into S_named_capture_common.Nicholas Clark2010-10-141-27/+12
* Merge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capture_common.Nicholas Clark2010-10-141-29/+8
* Merge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into S_named_capture_common.Nicholas Clark2010-10-141-25/+9
* Expand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-141-8/+8
* Fix x2p and utils dependencies for static buildsAndy Dougherty2010-10-144-8/+41
* Remove or update pod references to regexp reëntrance.Father Chrysostomos2010-10-132-11/+7
* warnings.pl -> regen/warnings.plFather Chrysostomos2010-10-133-4/+4
* regcomp.pl -> regen/regcomp.plFather Chrysostomos2010-10-133-8/+8
* reentr.pl -> regen/reentr.plFather Chrysostomos2010-10-133-4/+4
* overload.pl -> regen/overload.plFather Chrysostomos2010-10-134-5/+5
* opcode.pl -> regen/opcode.plFather Chrysostomos2010-10-134-12/+12
* keywords.pl -> regen/keywords.plFather Chrysostomos2010-10-132-4/+4
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-1310-18/+18
* af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.Zefram2010-10-132-2/+2
* perldelta up to 825563b9Father Chrysostomos2010-10-131-3/+7
* perldelta up to 7ec2c349Father Chrysostomos2010-10-131-1/+18
* perldelta up to 07ffcb738Father Chrysostomos2010-10-131-1/+18
* perldelta up to 91332126Father Chrysostomos2010-10-131-1/+17
* perldelta up to 2748c77610Father Chrysostomos2010-10-131-2/+22
* Add tests for the usage messages for Tie::Hash::NamedCapture::*Nicholas Clark2010-10-131-1/+18
* In reg_nc_tie.t, use like() to get better diagnostics on failure.Nicholas Clark2010-10-131-3/+3
* Add perl5122deltaFlorian Ragwitz2010-10-136-15/+373
* Stop cpan/CGI/t/http.t from failingFather Chrysostomos2010-10-131-0/+2
* In S_save_scalar_at, remove oldtainted, unneeded since 0cbee0a449cc4e11.Nicholas Clark2010-10-131-2/+0
* Consistent stack handling for XS_re_regnames_*Nicholas Clark2010-10-131-17/+8
* Consistent usage messages for XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-131-5/+5
* In XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any returned value.Nicholas Clark2010-10-131-2/+13
* Consistent stack handling for XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-131-34/+19
* XS_Tie_Hash_NamedCapture_DELETE should return a value.Nicholas Clark2010-10-131-1/+11
* perlfaq4: use given() in number/float/integer answerbrian d foy2010-10-131-13/+21
* Fix typos in commentsKarl Williamson2010-10-121-2/+2
* perldelta entries for op-building functions and LINKLISTZefram2010-10-121-0/+12
* charnames.t: Make sure code point aliasess are rightKarl Williamson2010-10-121-0/+4
* charnames.t: Extract common code to subroutineKarl Williamson2010-10-121-13/+15
* [perl #78362] Make mro_package_moved check for recursionFather Chrysostomos2010-10-124-9/+35
* ANSI C-ify the Perl_mro_isa_changed_in return mathoms.cTony Cook2010-10-131-1/+1
* mktables: Change name of option to -annotateKarl Williamson2010-10-121-3/+3
* mktables: Change variable nameKarl Williamson2010-10-121-14/+13
* mktables: Extend -output_names optionKarl Williamson2010-10-121-34/+387
* mktables: Add arg to write() to say if in utf8Karl Williamson2010-10-121-10/+19
* mktables: Move method to different classKarl Williamson2010-10-121-30/+31