summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated perlhist.podv5.13.6Tatsuhiko Miyagawa2010-10-201-0/+1
* Update Module::CoreList for 5.13.6Tatsuhiko Miyagawa2010-10-202-12/+650
* make regen; make regen_perlyTatsuhiko Miyagawa2010-10-202-7/+1
* lint perldelta linksTatsuhiko Miyagawa2010-10-201-1/+1
* Updated perldelta to fill in acknowledgementsTatsuhiko Miyagawa2010-10-201-1/+17
* bumped perl versions in ChangesTatsuhiko Miyagawa2010-10-201-2/+2
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-2020-141/+141
* Mention the PL_* accessor removal in perldeltaFlorian Ragwitz2010-10-201-0/+20
* clean up perldelta templatesTatsuhiko Miyagawa2010-10-201-218/+0
* Fix the heading for the perldelta commit a7e93501Tatsuhiko Miyagawa2010-10-201-1/+1
* In Fcntl.xs, correct the conditional compilation of S_ISENFMT.Nicholas Clark2010-10-201-1/+1
* Fix version for Locale-Maketext in Porting/Maintainers.plChris 'BinGOs' Williams2010-10-201-1/+1
* perldelta up to c3b19b5c6Father Chrysostomos2010-10-191-1/+20
* remove DISABLE_DESTRUCTOR_KLUDGEDavid Mitchell2010-10-191-7/+1
* Recursive MULTICALL prematurely freed CVDavid Mitchell2010-10-192-3/+28
* add skeleton testing for the MULTICALL macrosDavid Mitchell2010-10-193-0/+64
* perldelta updatesDave Mitchell2010-10-191-7/+3
* Update IPC-Cmd to CPAN version 0.64Chris 'BinGOs' Williams2010-10-193-6/+26
* Convert I18N::Langinfo to XSLoader from DynaLoader.Nicholas Clark2010-10-191-4/+4
* Use inlineable proxy constant subs for I18N::LanginfoNicholas Clark2010-10-194-888/+14
* fix indentation for prototype switch statementsDavid Golden2010-10-191-148/+148
* Remove unused variable len from code generated by ExtUtils::Constant::ProxySubsNicholas Clark2010-10-191-2/+0
* Stop 'use v5.8' leaking memory. Fixes #78436.Nicholas Clark2010-10-191-1/+1
* Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules.Nicholas Clark2010-10-193-1/+34
* Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.Nicholas Clark2010-10-193-3/+3
* Improve the generated C code for $xs_subname for Proxy Constant Subroutines.Nicholas Clark2010-10-191-5/+4
* Fix file permissions after CPAN upgrade to 1.94_61Nicholas Clark2010-10-191-0/+0
* Fixed typo (double "with the") in release_managers_guide.podTatsuhiko Miyagawa2010-10-191-5/+5
* Fix C++ build for Fcntl.xs.Nicholas Clark2010-10-191-3/+2
* Update CPAN to CPAN version 1.94_61Chris 'BinGOs' Williams2010-10-1911-55/+134
* bumped GDBM_File version per da4061d and added perldelta for itTatsuhiko Miyagawa2010-10-192-1/+5
* Bumped B::Deparse version and added perldelta entry for it per a539498Tatsuhiko Miyagawa2010-10-192-1/+9
* Update miyagawa's email addressJesse Vincent2010-10-192-1/+2
* Fix typo in how_to_write_a_perldelta.podTatsuhiko Miyagawa2010-10-191-1/+1
* Fix issues with the podlators updateChris 'BinGOs' Williams2010-10-196-16/+87
* Set Data::Dumper’s release date to that of perl 5.13.6Father Chrysostomos2010-10-181-1/+1
* Add keys(@a) and values(@a) to perldeltaZsbán Ambrus2010-10-181-0/+7
* Don't use "dllimport" for code in perl5xx.dllJan Dubois2010-10-181-1/+10
* [perl #78334] keys(@x) should be in perl5120delta.podZsbán Ambrus2010-10-181-2/+2
* Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS.Nicholas Clark2010-10-181-49/+22
* Convert Fcntl::S_IFMT to XS.Nicholas Clark2010-10-183-12/+18
* Convert Fcntl::S_IMODE to XS.Nicholas Clark2010-10-183-5/+21
* Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT} to XS.Nicholas Clark2010-10-182-26/+65
* Convert Fcntl::{S_ISREG,S_ISDIR} to XS.Nicholas Clark2010-10-183-5/+34
* Tweak t/porting/dual-life.t for the file renames in 463da0ac9e3d63ff.Nicholas Clark2010-10-181-1/+1
* Update Compress-Raw-Bzip2 to CPAN version 2.031Chris 'BinGOs' Williams2010-10-1816-29/+59
* Update podlators to CPAN version 2.4.0Chris 'BinGOs' Williams2010-10-1816-674/+954
* Fix Fcntl::S_ISENFMT(), which could never have worked before.Nicholas Clark2010-10-182-6/+66
* Convert File::Glob::import to $Exporter::ExportLevel and grep.Nicholas Clark2010-10-181-10/+7
* Convert File::Glob::import to use given/when.Nicholas Clark2010-10-181-7/+10