summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 5.17.8 to perlhistv5.17.8Aaron Crane2013-01-201-2/+3
* Update Module::CoreList for 5.17.8Aaron Crane2013-01-205-4/+101
* Last-minute "known issue" in perldeltaAaron Crane2013-01-201-0/+5
* Update perldelta for 5.17.8Aaron Crane2013-01-201-205/+66
* Add av_top() synonym for av_len()Karl Williamson2013-01-198-7/+36
* Replace XXX by correct bug numberKarl Williamson2013-01-191-1/+1
* perlre: Fix typoKarl Williamson2013-01-191-1/+1
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-1914-51/+204
* toke.c: White-space alignment onlyKarl Williamson2013-01-191-8/+8
* Revert "Deprecate literal unescaped "{" in regexes."Karl Williamson2013-01-194-34/+22
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-197-13/+37
* constant-1.25 has been released to CPANChris 'BinGOs' Williams2013-01-191-1/+1
* Remove checks for Perl 5.6; adjust tests; bump version number.James E Keenan2013-01-182-7/+5
* Skip t/io/eintr.t on older Darwins.James E Keenan2013-01-181-2/+4
* Update Socket to CPAN version 2.009Chris 'BinGOs' Williams2013-01-184-9/+14
* Update Pod-LaTeX to CPAN version 0.61Aaron Crane2013-01-182-2/+4
* rearrange initializations in S_intuit_more for better code genDaniel Dragan2013-01-181-3/+5
* todo: revisit the super-linear cacheAaron Crane2013-01-181-0/+15
* further refinement to EISDIR tests from `perl dir`Ricardo Signes2013-01-181-3/+2
* use non-dev version for SafeRicardo Signes2013-01-171-1/+1
* use non-dev version for IORicardo Signes2013-01-171-1/+1
* use non-dev version for I18N::LangTags::ListRicardo Signes2013-01-172-2/+2
* bump I18N::Langinfo to a non-dev versionRicardo Signes2013-01-171-1/+1
* tweak the way we mention if.pmRicardo Signes2013-01-171-1/+1
* Added asserts() to check the arguments to S_copy_little_tm_to_big_TM.Andy Dougherty2013-01-171-0/+2
* remove an useless null check in S_copy_little_tm_to_big_TMDaniel Dragan2013-01-171-28/+23
* utf8.c: Reword a warning messageKarl Williamson2013-01-162-13/+12
* perldiag: Move an out-of-alphabetical_order entryKarl Williamson2013-01-161-12/+13
* Update File-Path to CPAN version 2.09Chris 'BinGOs' Williams2013-01-162-5/+9
* Update Test to CPAN version 1.26Chris 'BinGOs' Williams2013-01-162-2/+2
* utf8.h: Add commentsKarl Williamson2013-01-162-9/+44
* Avoid wraparound when casting unsigned size_t to signed ssize_t.Andy Dougherty2013-01-161-4/+4
* PATCH: [perl 116411]: code comment for commit 518a5310cc "Silence a MSVC++-sp...bulk88 (via RT)2013-01-161-0/+2
* in testing EISDIR string, check known value firstRicardo Signes2013-01-161-5/+6
* Revert "Upgrade Socket to CPAN version 2.008"Ricardo Signes2013-01-163-12/+8
* Upgrade Socket to CPAN version 2.008Ricardo Signes2013-01-163-8/+12
* perlfunc.pod: fix incorrect short description of `length`Aaron Crane2013-01-161-1/+1
* Update Test-Harness to CPAN version 3.26Chris 'BinGOs' Williams2013-01-164-8/+9
* Remove the Rhapsody port.Nicholas Clark2013-01-168-150/+8
* New PathTools CPAN release 3.40Steffen Mueller2013-01-161-1/+1
* Cwd/File::Spec version bump to 3.40Steffen Mueller2013-01-1610-11/+11
* avoid having to worry whether the test runs in a localeRicardo Signes2013-01-151-0/+4
* Update Digest-SHA to CPAN version 5.81Chris 'BinGOs' Williams2013-01-159-19/+28
* Silence a MSVC++-specific warningSteve Hay2013-01-153-8/+27
* handy.h: Fix isIDCONT_utf8()Karl Williamson2013-01-142-1/+5
* Silence a couple of warningsSteve Hay2013-01-143-3/+3
* Add warnings for "\08", /\017/Karl Williamson2013-01-149-3/+96
* bump threads::shared version 1.43Jerry D. Hedden2013-01-142-3/+3
* regcomp.c: Silence compiler warningKarl Williamson2013-01-131-1/+2
* Make Data::Dumper XS ignore Freezer return valueAaron Crane2013-01-133-3/+10