summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/I18N/Langinfo to ext/I18N-LanginfoNicholas Clark2009-02-098-6/+6
* Rename ext/Hash/Util to ext/Hash-UtilNicholas Clark2009-02-096-5/+5
* Rename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHashNicholas Clark2009-02-0913-12/+12
* Rename ext/Filter/Util/Call to ext/Filter-Util-CallNicholas Clark2009-02-096-5/+5
* Rename ext/File/Glob to ext/File-GlobNicholas Clark2009-02-0916-13/+13
* Rename ext/Digest/SHA to ext/Digest-SHANicholas Clark2009-02-0938-37/+37
* Rename ext/Digest/MD5 to ext/Digest-MD5Nicholas Clark2009-02-0918-18/+18
* Rename ext/Devel/Peek to ext/Devel-PeekNicholas Clark2009-02-096-5/+5
* Rename ext/Devel/PPPort to ext/Devel-PPPortNicholas Clark2009-02-09171-202/+202
* Rename ext/Devel/DProf to ext/Devel-DProfNicholas Clark2009-02-098-7/+7
* In The Grand Trek, Filter::Util::Call's call.t didn't trek far enough.Nicholas Clark2009-02-093-2/+2
* Rename ext/Data/Dumper to ext/Data-DumperNicholas Clark2009-02-0913-12/+12
* Rename ext/Compress/Zlib to ext/Compress-ZlibNicholas Clark2009-02-0921-22/+22
* Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-ZlibNicholas Clark2009-02-0942-42/+42
* Goodbye, make_ext.com; make_ext.pl will take over now.Craig A. Berry2009-02-081-74/+0
* Rename ext/Win32API/File to ext/Win32API-FileNicholas Clark2009-02-0817-19/+19
* add link for those who look at overload for overridingYitzchak Scott-Thoennes2009-02-081-0/+3
* Fix some thread context mistakes that snuck in with b94a8c495f3a28de7de57070f...Craig A. Berry2009-02-081-12/+12
* Skip tests for flattened extensions that weren't built.Craig A. Berry2009-02-081-0/+3
* Use make_ext.pl on VMS to build, clean, and realclean extensions.Craig A. Berry2009-02-071-5/+4
* Data-Dumper --> Data/Dumper for VMS extension list as well.Nicholas Clark2009-02-071-3/+22
* Port make_ext.pl to VMS.Craig A. Berry2009-02-071-13/+66
* Fix Exporter test for 2770a1ce2934f4277de13f4f795ba41c86bf1646. Silly me.Nicholas Clark2009-02-071-0/+1
* Carp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05.Nicholas Clark2009-02-072-7/+1
* require warnings; as late as possible, to avoid a new side effect ofNicholas Clark2009-02-071-2/+1
* pp_send() doesn't need to allocate 1000 stack slots for syswrite $tiedhandle,...Vincent Pit2009-02-071-3/+2
* Add test for previous patch (deprecation of UNIVERSAL->import)Rafael Garcia-Suarez2009-02-071-1/+9
* deprecate UNIVERSAL->importRicardo SIGNES2009-02-071-1/+8
* Skip the 0oX... mode copying tests when chmod fails to set the mode on files.Nicholas Clark2009-02-071-0/+23
* relocate "warnings" section of UNIVERSAL man pageRicardo SIGNES2009-02-071-8/+10
* pare down docs of UNIVERSAL in perlobjRicardo SIGNES2009-02-072-40/+19
* ext/Sys-Syslog/t/constants.t needs to find macros.all in the new placeVincent Pit2009-02-071-1/+1
* Update Module::Load to 0.16Jos I. Boumans2009-02-072-2/+14
* The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8, so use it in sv.c api...Vincent Pit2009-02-071-3/+3
* Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(),Nicholas Clark2009-02-071-20/+16
* FindExt matches on extension name, not directory name, so IPC-SysV not SysV.Nicholas Clark2009-02-071-1/+1
* Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysVNicholas Clark2009-02-0639-0/+0
* Rename ext/Sys/Syslog to ext/Sys-SyslogNicholas Clark2009-02-063-19/+19
* Rename ext/IPC/SysV to ext/IPC-SysVNicholas Clark2009-02-063-22/+22
* Cope with new-style ext/Data-Dumper as well as old-style ext/Data/DumperNicholas Clark2009-02-062-4/+15
* Use an ordinary paragraph to reference sv.h.Matt Kraai2009-02-061-1/+1
* "wide character" warnings are severeSlaven Rezic2009-02-051-1/+1
* Exclude VMS extensions on non-VMS.Nicholas Clark2009-02-052-1/+3
* Move XSSymSet.pm to lib/ExtUtils/, but only install it on VMS.Nicholas Clark2009-02-054-9/+5
* When normalising @extspec, use the result of s/// in if() rather than m//Nicholas Clark2009-02-041-7/+4
* Remove the / from the end of the extension directory. Change the quantifiers onNicholas Clark2009-02-041-1/+1
* Some refactoring in the loop that constructs parameters for build_extension().Nicholas Clark2009-02-041-8/+7
* Upgrade to Pod-Parser-1.37.Steve Hay2009-02-047-85/+91
* Also cope with extension directory names of the form ext/Data-Dumper/...Nicholas Clark2009-02-041-5/+10
* Clearer variable names. Add a mode line coda.Nicholas Clark2009-02-041-16/+23