summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Carp::Heavy is no longer customizedSteve Hay2015-03-201-1/+0
* Carp::Heavy is no longer customizedRicardo Signes2015-03-191-3/+1
* Carp: remove unneeded VERSION eval, bump versionRicardo Signes2015-03-192-2/+2
* Carp: avoid hardcoded lines and filenames in testRicardo Signes2015-03-191-2/+2
* Bump Devel::PPPort version to 3.31Matthew Horsfall (alh)2015-03-199-24/+60
* perl.h: Fix nit in commentKarl Williamson2015-03-191-1/+2
* Document API for XS LC_NUMERIC locale manipulationKarl Williamson2015-03-193-21/+121
* perllocale: Correctly document behaviorKarl Williamson2015-03-191-4/+15
* perl.h: White-space onlyKarl Williamson2015-03-191-5/+5
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-197-81/+99
* regen/regcharclass.pl: Need to rebuild when source files changeKarl Williamson2015-03-192-2/+65
* regen/mk_invlists.pl depends on mktablesKarl Williamson2015-03-192-2/+3
* regen/mk_invlists.pl: Don't quit so easilyKarl Williamson2015-03-192-7/+13
* regen/regen_lib.pl: Don't die on missing digestKarl Williamson2015-03-191-1/+7
* Upgrade parent from version 0.228 to 0.232Steve Hay2015-03-194-3/+19
* lib/perl5db.pl: Fix pod typoKarl Williamson2015-03-191-1/+1
* lib/perl5db.pl: Generalize for EBCDICKarl Williamson2015-03-191-2/+4
* Create single fcn for dup'd /lib codeKarl Williamson2015-03-197-12/+108
* Change name of mro.cKarl Williamson2015-03-1911-27/+30
* dbmopen() with a third argument of undef can create files on disk.Nicholas Clark2015-03-191-1/+6
* Fix rendering of this code snippet in 'perldoc -f chomp'Karen Etheridge2015-03-191-1/+1
* t/re/pat_re_eval.t: Skip encoding tests on EBCDICKarl Williamson2015-03-191-1/+4
* t/op/pack.t: Generalize for EBCDICKarl Williamson2015-03-191-48/+52
* smartmatch: handle stack reallocDavid Mitchell2015-03-192-5/+44
* update PL_stack_sp when we exit matcher_matches_sv()Tony Cook2015-03-192-2/+5
* TODO test for smartmatch stack issueTony Cook2015-03-191-1/+21
* repeat op: avoid integer overflowsDavid Mitchell2015-03-191-15/+20
* op.c: rename CHANGE_TYPE() to OpTYPE_set()David Mitchell2015-03-191-53/+53
* universal.c: remove all trace of op_siblingDavid Mitchell2015-03-191-5/+7
* perlguts: clarify op_sibling usageDavid Mitchell2015-03-191-2/+3
* universal.c: PERL_OP_PARENT supportFather Chrysostomos2015-03-181-3/+3
* [perl #123995] Assert fail with s;@{<<;Father Chrysostomos2015-03-182-3/+15
* regcomp.c: White-space onlyKarl Williamson2015-03-181-14/+14
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-185-219/+290
* doc typoHugo van der Sanden2015-03-181-2/+2
* perlrebackslash: Clarify that \b{} rules are volatileKarl Williamson2015-03-181-11/+20
* dist/Data-Dumper/t/dumper.t: White space onlyKarl Williamson2015-03-181-8/+8
* dist/Data-Dumper/t/dumper.t: Simplify EBCDICKarl Williamson2015-03-181-21/+6
* Term::Complete: Generalize for EBCDICKarl Williamson2015-03-181-2/+2
* lib/open.t: TODO an EBCDIC test until Encode fixedKarl Williamson2015-03-181-0/+2
* DBM_Filter/t/encode.t: temporarily skip until Encode fixedKarl Williamson2015-03-181-0/+5
* porting/readme.t: TODO failing EBCDIC testKarl Williamson2015-03-181-0/+2
* ext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platformsKarl Williamson2015-03-181-8/+18
* regexec.c: Fix improper warning.Karl Williamson2015-03-182-5/+36
* re/pat_advanced.t: Tighten testKarl Williamson2015-03-181-1/+1
* regcomp.sym: Update \b descriptionsKarl Williamson2015-03-183-29/+27
* PATCH: [perl #124091] PP Data::Dumper fails on \n isolateKarl Williamson2015-03-182-2/+11
* t/op/dump.t: silence 'Aborted' messages on stderrDavid Mitchell2015-03-181-10/+46
* Cwd.xs: silence recent compiler warningDavid Mitchell2015-03-181-2/+4
* S_grok_bslash_[ox]: assert char fitsDavid Mitchell2015-03-181-4/+26