summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* A test for FindExt, not run by make test. (Useful for refactoring FindExt.)Nicholas Clark2009-02-042-0/+43
* setpgrp() should extend the stack before modifying itNiko Tyni2009-02-043-0/+18
* long-ago h2xs changesYitzchak Scott-Thoennes2009-02-031-2/+2
* vms rename Unix mode fixesJohn Malmberg2009-02-031-41/+69
* vms kill_file / rmdir updatesJohn Malmberg2009-02-031-25/+93
* Refactor to avoid changing directory, and avoid needing getcwd().Nicholas Clark2009-02-031-30/+17
* Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df...Steve Hay2009-02-032-12/+6
* Follow-up to commit 4adc95e616bac7eea015e9e47e439b063c1132d5 suggested bySteve Hay2009-02-032-13/+8
* Convert the last few references from buildext.pl to make_ext.plNicholas Clark2009-02-021-5/+5
* Fold win32/buildext.pl into make_ext.plNicholas Clark2009-02-025-185/+105
* Make t/pod/pod2usage2.t work on case insensitive file systems.Jerry D. Hedden2009-02-021-1/+5
* ext/DB_File needs a ppport.hNicholas Clark2009-02-021-0/+1
* Add missed file ext/DB_File/config.in and update ext/DB_File/Changes, bothNicholas Clark2009-02-023-0/+106
* Bump version of PerlIO::via after previous changeRafael Garcia-Suarez2009-02-021-1/+1
* When loading a PerlIO::via layer, first look in the PerlIO::via namespaceRafael Garcia-Suarez2009-02-021-6/+6
* Restore broken clean target in win32/makefile.mkSteve Hay2009-02-021-1/+1
* Update CPAN.pm to 1.93_03Andreas J. Koenig2009-02-024-18/+111