summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix EXPORT_OK list in Hash::Utilbaserock/richardipsum/fix-hash-util-export-bugRichard Ipsum2015-08-201-0/+1
* Add new release to perlhistv5.23.1Matthew Horsfall2015-07-201-0/+1
* Finalize perldelta for 5.23.1Matthew Horsfall2015-07-201-43/+73
* Update Module::CoreList for 5.23.1Matthew Horsfall2015-07-202-2/+57
* RMG: Note that Porting/cmpVERSION.pl requires -Ilib to runMatthew Horsfall2015-07-201-1/+1
* Update INSTALL versions for 5.23.1Matthew Horsfall2015-07-201-2/+2
* Initial perldelta updates for 5.23.1Matthew Horsfall2015-07-201-228/+3
* Update File::Path entry in Porting/Maintainers.plSteve Hay2015-07-201-5/+0
* Make README.md a common IGNORABLE fileSteve Hay2015-07-201-7/+1
* bump $DynaLoader::VERSION to 1.33Tony Cook2015-07-201-1/+1
* Replace reference to newXSUB with newXS.Matthew Horsfall (alh)2015-07-201-1/+1
* factor out an %ENV assignment from make_ext.plDaniel Dragan2015-07-201-1/+1
* Fix test that fails with new warny File::PathChris 'BinGOs' Williams2015-07-191-1/+1
* Update File-Path to CPAN version 2.11Chris 'BinGOs' Williams2015-07-193-207/+578
* Update libnet to CPAN version 3.07Chris 'BinGOs' Williams2015-07-1917-85/+152
* update changelog for Attribute-Handlers as of perl 5.22Ricardo Signes2015-07-171-0/+3
* perldelta tweaks on the shift.Jarkko Hietaniemi2015-07-171-4/+10
* Fix thinko in perlsdio.h.Craig A. Berry2015-07-161-2/+1
* perldelta for recent printf changesAaron Crane2015-07-151-2/+15
* Document and ensure that sv_catpvf() does no argument orderingAaron Crane2015-07-156-11/+68
* Support reordered precision arguments in (s)printfAaron Crane2015-07-153-17/+28
* sv_vcatpvfn_flags(): make warnings more preciseAaron Crane2015-07-152-28/+46
* t/op/sprintf.t: include test comment in "ok" output, where availableAaron Crane2015-07-151-1/+1
* Upgrade Unicode-Normalize from version 1.18 to 1.19Steve Hay2015-07-144-4/+6
* Upgrade Unicode-Collate from version 1.12 to 1.14Steve Hay2015-07-1496-589/+596
* Upgrade autodie from version 2.28 to 2.29Steve Hay2015-07-1411-11/+15
* toke.c: Move macro definitionKarl Williamson2015-07-131-28/+28
* Forbid variable names with ASCII non-graphic charsKarl Williamson2015-07-136-184/+114
* perldata: Change pod to reflect realityKarl Williamson2015-07-131-5/+6
* toke.c: Comments, white-space onlyKarl Williamson2015-07-131-3/+6
* uni/variables.t: Add TODO testsKarl Williamson2015-07-131-1/+10
* uni/variables.t: Output unexpected warningsKarl Williamson2015-07-131-1/+3
* uni/variables.t: Fix grammar in commentKarl Williamson2015-07-131-1/+1
* Eliminate repetitious wording in perldiagAaron Crane2015-07-132-46/+3
* Delete experimental autoderef featureAaron Crane2015-07-1332-951/+298
* regen/regcharclass.pl: avoid autoderef featureAaron Crane2015-07-132-4/+3
* Porting/corelist.pl: avoid autoderef featureAaron Crane2015-07-131-13/+12
* Make postfix dereferencing work without the postderef featureAaron Crane2015-07-138-66/+52
* chdir.t fix-up for VMS.Craig A. Berry2015-07-121-4/+3
* Document $OLD_PERL_VERSION's historyKaren Etheridge2015-07-123-1/+9
* Use CRTL getlogin and getlogin_r on VMS.Craig A. Berry2015-07-124-19/+7
* Module::CoreList->find_version(): refactor for testability.James E Keenan2015-07-103-5/+20
* Clarify that deprecated_in() returns a perl version.James E Keenan2015-07-101-1/+1
* Remove obsolete __GNUC__isms under vms/.Craig A. Berry2015-07-092-23/+0
* Don't create zero-length filename on VMS in Typemap.tCraig A. Berry2015-07-091-1/+4
* improve debugging of padlist APIDaniel Dragan2015-07-091-2/+10
* perldelta: Fix typoKarl Williamson2015-07-081-1/+1
* all SV inheriter types have DEBUG_LEAKING_SCALARS data, so always show itDaniel Dragan2015-07-081-9/+13
* dont report a $@ exception with uninitialized $!'s message in IPC::Open3Daniel Dragan2015-07-083-4/+53
* fix #124181 double free/refcnt problems in IO types in typemapDaniel Dragan2015-07-082-13/+32