summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mktables: Remove extraneous error messageKarl Williamson2010-10-121-7/+0
* mktables: Change method name for clarityKarl Williamson2010-10-121-4/+4
* mktables: Finish the refactoring out of a pass.Karl Williamson2010-10-121-1/+6
* mktables: Remove unshift onto large arrayKarl Williamson2010-10-121-19/+15
* mktables: Rmv obsolete fieldKarl Williamson2010-10-121-16/+0
* mktables: refactor to eliminate a pass over tablesKarl Williamson2010-10-121-225/+253
* mktables: Add # XXX so can find experimental codeKarl Williamson2010-10-121-2/+3
* mktables: Move 'format' to base classKarl Williamson2010-10-121-12/+18
* mktables: Change format name for Decomposition.plKarl Williamson2010-10-121-1/+3
* mktables: change variable name for clarityKarl Williamson2010-10-121-8/+8
* mktables: if modify during run, regen tablesKarl Williamson2010-10-121-9/+22
* mktables: rewrite 'if' statement for clarityKarl Williamson2010-10-121-2/+2
* mktables: complement variable name for rebuildingKarl Williamson2010-10-121-6/+6
* mktables: Add type_of() method to get range's typeKarl Williamson2010-10-121-0/+16
* mktables: Convert value_of() to use containing_range()Karl Williamson2010-10-121-5/+3
* mktables: Remove extraneous debug statementKarl Williamson2010-10-121-1/+0
* mktables: Add containing_range methodKarl Williamson2010-10-121-0/+17
* mktables: Clarify comment in generated tablesKarl Williamson2010-10-121-1/+1
* mktables: Clarify comment in generated tablesKarl Williamson2010-10-121-2/+2
* mktables: Save reference to two commonly used tablesKarl Williamson2010-10-121-4/+5
* mktables: Improve messageKarl Williamson2010-10-121-1/+1
* mktables: Remove commented out obsolete codeKarl Williamson2010-10-121-21/+0
* mktables: Can't generate simple casing tablesKarl Williamson2010-10-121-1/+1
* mktables: Use more descriptive property namesKarl Williamson2010-10-121-2/+2
* mktables: Make generated files use hex code pointsKarl Williamson2010-10-121-13/+18
* mktables: fix typos in commentsKarl Williamson2010-10-121-9/+9
* perldelta entry for cv_set_call_checkerZefram2010-10-121-2/+22
* Add LINKLIST to the API.Ben Morrow2010-10-128-19/+162