| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ext/Digest/SHA to ext/Digest-SHA | Nicholas Clark | 2009-02-09 | 34 | -0/+0 |
* | Rename ext/Digest/MD5 to ext/Digest-MD5 | Nicholas Clark | 2009-02-09 | 16 | -1/+1 |
* | Rename ext/Devel/Peek to ext/Devel-Peek | Nicholas Clark | 2009-02-09 | 5 | -0/+0 |
* | Rename ext/Devel/PPPort to ext/Devel-PPPort | Nicholas Clark | 2009-02-09 | 165 | -33/+33 |
* | Rename ext/Devel/DProf to ext/Devel-DProf | Nicholas Clark | 2009-02-09 | 6 | -0/+0 |
* | In The Grand Trek, Filter::Util::Call's call.t didn't trek far enough. | Nicholas Clark | 2009-02-09 | 1 | -0/+0 |
* | Rename ext/Data/Dumper to ext/Data-Dumper | Nicholas Clark | 2009-02-09 | 11 | -0/+0 |
* | Rename ext/Compress/Zlib to ext/Compress-Zlib | Nicholas Clark | 2009-02-09 | 18 | -2/+2 |
* | Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib | Nicholas Clark | 2009-02-09 | 39 | -0/+0 |
* | Rename ext/Win32API/File to ext/Win32API-File | Nicholas Clark | 2009-02-08 | 13 | -0/+0 |
* | ext/Sys-Syslog/t/constants.t needs to find macros.all in the new place | Vincent Pit | 2009-02-07 | 1 | -1/+1 |
* | Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV | Nicholas Clark | 2009-02-06 | 39 | -0/+0 |
* | Add missed file ext/DB_File/config.in and update ext/DB_File/Changes, both | Nicholas Clark | 2009-02-02 | 2 | -0/+105 |
* | Bump version of PerlIO::via after previous change | Rafael Garcia-Suarez | 2009-02-02 | 1 | -1/+1 |
* | When loading a PerlIO::via layer, first look in the PerlIO::via namespace | Rafael Garcia-Suarez | 2009-02-02 | 1 | -6/+6 |
* | Upgrade to Encode-2.29. | Steve Hay | 2009-02-02 | 5 | -25/+50 |
* | Upgrade DB_File to 1.818. | Steve Hay | 2009-02-02 | 4 | -38/+295 |
* | Make Time/HiRes/Makefile.PL produce a Makefile if one is needed | Max Maischein | 2009-02-01 | 1 | -1/+1 |
* | Upgrade to Win32-0.39. | Steve Hay | 2009-01-29 | 3 | -77/+123 |
* | Move ext/util/make_ext.pl to the top level. | Nicholas Clark | 2009-01-28 | 1 | -241/+0 |
* | Fold ext/util/make_ext_cross into ext/util/make_ext.pl, and delete it. | Nicholas Clark | 2009-01-28 | 2 | -152/+20 |
* | Some POD patches for PerlIO and PerlIO::var | Lanning, Scott | 2009-01-25 | 1 | -34/+33 |
* | Upgrade to Devel::PPPort 3.16 | Marcus Holland-Moritz | 2009-01-23 | 8 | -18/+58 |
* | Fix deparsing of constant subroutines | Rafael Garcia-Suarez | 2009-01-23 | 1 | -1/+1 |
* | Upgrade to Encode-2.27 | Steve Hay | 2009-01-22 | 11 | -217/+326 |
* | Convert db_get_cv() to use get_cvn_flags() as it already knows the length of | Nicholas Clark | 2009-01-21 | 1 | -1/+3 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 3 | -3/+3 |
* | In attrs::get(), use Perl_get_cvn_flags() rather than perl_get_cv(). | Nicholas Clark | 2009-01-21 | 1 | -2/+3 |
* | Correct the form of the flags passed to perl_get_cv(). | Nicholas Clark | 2009-01-21 | 2 | -3/+3 |
* | Correct the form of the flags passed to perl_get_sv() in threads.xs | Nicholas Clark | 2009-01-21 | 1 | -2/+2 |
* | Correct the form of the flags passed to perl_get_sv() in Storable.xs | Nicholas Clark | 2009-01-21 | 1 | -16/+16 |
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 2 | -10/+10 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 2 | -2/+2 |
* | POD typos | Frank Wiegand | 2009-01-21 | 1 | -2/+2 |
* | Make DB_File use -ldb on MSWin32 with a gcc compiler | David Golden | 2009-01-21 | 2 | -2/+4 |
* | Make B::Deparse handle the _ prototype | Rafael Garcia-Suarez | 2009-01-18 | 1 | -2/+2 |
* | [perl #62488] B::Deparse fails on 'CORE::require(STRING)' | Rafael Garcia-Suarez | 2009-01-18 | 1 | -2/+4 |
* | Upgrade to Devel::PPPort 3.15 | Marcus Holland-Moritz | 2009-01-18 | 57 | -177/+215 |
* | Fix deparsing of readpipe() ([perl #62428]) | Rafael Garcia-Suarez | 2009-01-16 | 1 | -1/+1 |
* | Make make_ext.pl write out a shell script of its actions for make distclean etc | Nicholas Clark | 2009-01-14 | 1 | -1/+40 |
* | ext/Hash/Util/Makefile.PL should not recurse to FieldHash's Makefile.PL | Nicholas Clark | 2009-01-13 | 1 | -1/+1 |
* | Silence Win32 compiler warnings. | Steve Hay | 2009-01-13 | 1 | -1/+0 |
* | Ignore ext/DB_File/constants.xs. | Florian Ragwitz | 2009-01-12 | 1 | -1/+1 |
* | miniperl-ification of ext/utils/make_ext | Steffen Mueller | 2009-01-10 | 1 | -117/+158 |
* | move ext/utils/make_ext to ext/utils/make_ext.pl | Steffen Mueller | 2009-01-10 | 1 | -0/+0 |
* | 'VMS support for Unix and extended file specifications' (PathTools RT #42153) | John Malmberg | 2009-01-09 | 1 | -3/+5 |
* | Merge changes from PathTools: 'Update to support VMS in Unix compatible mode ... | John Malmberg | 2009-01-09 | 2 | -9/+54 |
* | ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes | John Malmberg | 2009-01-08 | 2 | -4/+43 |
* | Upgrade to Time::HiRes 1.9719 | Rafael Garcia-Suarez | 2009-01-05 | 5 | -45/+96 |
* | Adjustments to POSIX for the Haiku port | Ingo Weinhold | 2009-01-05 | 2 | -8/+18 |