| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 20 | -141/+141 |
* | Mention the PL_* accessor removal in perldelta | Florian Ragwitz | 2010-10-20 | 1 | -0/+20 |
* | clean up perldelta templates | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -218/+0 |
* | Fix the heading for the perldelta commit a7e93501 | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -1/+1 |
* | In Fcntl.xs, correct the conditional compilation of S_ISENFMT. | Nicholas Clark | 2010-10-20 | 1 | -1/+1 |
* | Fix version for Locale-Maketext in Porting/Maintainers.pl | Chris 'BinGOs' Williams | 2010-10-20 | 1 | -1/+1 |
* | perldelta up to c3b19b5c6 | Father Chrysostomos | 2010-10-19 | 1 | -1/+20 |
* | remove DISABLE_DESTRUCTOR_KLUDGE | David Mitchell | 2010-10-19 | 1 | -7/+1 |
* | Recursive MULTICALL prematurely freed CV | David Mitchell | 2010-10-19 | 2 | -3/+28 |
* | add skeleton testing for the MULTICALL macros | David Mitchell | 2010-10-19 | 3 | -0/+64 |
* | perldelta updates | Dave Mitchell | 2010-10-19 | 1 | -7/+3 |
* | Update IPC-Cmd to CPAN version 0.64 | Chris 'BinGOs' Williams | 2010-10-19 | 3 | -6/+26 |
* | Convert I18N::Langinfo to XSLoader from DynaLoader. | Nicholas Clark | 2010-10-19 | 1 | -4/+4 |
* | Use inlineable proxy constant subs for I18N::Langinfo | Nicholas Clark | 2010-10-19 | 4 | -888/+14 |
* | fix indentation for prototype switch statements | David Golden | 2010-10-19 | 1 | -148/+148 |
* | Remove unused variable len from code generated by ExtUtils::Constant::ProxySubs | Nicholas Clark | 2010-10-19 | 1 | -2/+0 |
* | Stop 'use v5.8' leaking memory. Fixes #78436. | Nicholas Clark | 2010-10-19 | 1 | -1/+1 |
* | Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules. | Nicholas Clark | 2010-10-19 | 3 | -1/+34 |
* | Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally. | Nicholas Clark | 2010-10-19 | 3 | -3/+3 |
* | Improve the generated C code for $xs_subname for Proxy Constant Subroutines. | Nicholas Clark | 2010-10-19 | 1 | -5/+4 |
* | Fix file permissions after CPAN upgrade to 1.94_61 | Nicholas Clark | 2010-10-19 | 1 | -0/+0 |
* | Fixed typo (double "with the") in release_managers_guide.pod | Tatsuhiko Miyagawa | 2010-10-19 | 1 | -5/+5 |
* | Fix C++ build for Fcntl.xs. | Nicholas Clark | 2010-10-19 | 1 | -3/+2 |
* | Update CPAN to CPAN version 1.94_61 | Chris 'BinGOs' Williams | 2010-10-19 | 11 | -55/+134 |
* | bumped GDBM_File version per da4061d and added perldelta for it | Tatsuhiko Miyagawa | 2010-10-19 | 2 | -1/+5 |
* | Bumped B::Deparse version and added perldelta entry for it per a539498 | Tatsuhiko Miyagawa | 2010-10-19 | 2 | -1/+9 |
* | Update miyagawa's email address | Jesse Vincent | 2010-10-19 | 2 | -1/+2 |
* | Fix typo in how_to_write_a_perldelta.pod | Tatsuhiko Miyagawa | 2010-10-19 | 1 | -1/+1 |
* | Fix issues with the podlators update | Chris 'BinGOs' Williams | 2010-10-19 | 6 | -16/+87 |
* | Set Data::Dumper’s release date to that of perl 5.13.6 | Father Chrysostomos | 2010-10-18 | 1 | -1/+1 |
* | Add keys(@a) and values(@a) to perldelta | Zsbán Ambrus | 2010-10-18 | 1 | -0/+7 |
* | Don't use "dllimport" for code in perl5xx.dll | Jan Dubois | 2010-10-18 | 1 | -1/+10 |
* | [perl #78334] keys(@x) should be in perl5120delta.pod | Zsbán Ambrus | 2010-10-18 | 1 | -2/+2 |
* | Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS. | Nicholas Clark | 2010-10-18 | 1 | -49/+22 |
* | Convert Fcntl::S_IFMT to XS. | Nicholas Clark | 2010-10-18 | 3 | -12/+18 |
* | Convert Fcntl::S_IMODE to XS. | Nicholas Clark | 2010-10-18 | 3 | -5/+21 |
* | Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT} to XS. | Nicholas Clark | 2010-10-18 | 2 | -26/+65 |
* | Convert Fcntl::{S_ISREG,S_ISDIR} to XS. | Nicholas Clark | 2010-10-18 | 3 | -5/+34 |
* | Tweak t/porting/dual-life.t for the file renames in 463da0ac9e3d63ff. | Nicholas Clark | 2010-10-18 | 1 | -1/+1 |
* | Update Compress-Raw-Bzip2 to CPAN version 2.031 | Chris 'BinGOs' Williams | 2010-10-18 | 16 | -29/+59 |
* | Update podlators to CPAN version 2.4.0 | Chris 'BinGOs' Williams | 2010-10-18 | 16 | -674/+954 |
* | Fix Fcntl::S_ISENFMT(), which could never have worked before. | Nicholas Clark | 2010-10-18 | 2 | -6/+66 |
* | Convert File::Glob::import to $Exporter::ExportLevel and grep. | Nicholas Clark | 2010-10-18 | 1 | -10/+7 |
* | Convert File::Glob::import to use given/when. | Nicholas Clark | 2010-10-18 | 1 | -7/+10 |
* | Remove MacOS classic support from File::Glob's tests. | Nicholas Clark | 2010-10-18 | 4 | -89/+29 |
* | Mention symbol shortening on VMS in perldelta. | Craig A. Berry | 2010-10-17 | 1 | -0/+6 |
* | perldelta entries | Ævar Arnfjörð Bjarmason | 2010-10-17 | 1 | -6/+22 |
* | Remove mention of cb525dbe88 from the perldelta comment | Father Chrysostomos | 2010-10-17 | 1 | -1/+0 |
* | Parentheses in compiler flags are legal on VMS. | Craig A. Berry | 2010-10-17 | 1 | -1/+2 |
* | Clean up the name mangler database on VMS. | Craig A. Berry | 2010-10-17 | 1 | -2/+2 |