summaryrefslogtreecommitdiff
path: root/ext/Cwd
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to PathTools 3.29.Nicholas Clark2008-10-291-0/+4
| | | p4raw-id: //depot/perl@34643
* After the upgrade to 3.28_03 we need to revert change 34543.Nicholas Clark2008-10-271-4/+0
| | | p4raw-id: //depot/perl@34611
* Upgrade to PathTools 3.28_03.Nicholas Clark2008-10-271-0/+12
| | | p4raw-id: //depot/perl@34609
* Grab the second half of r10084 for cwd.t, which wasn't in change 33042.Nicholas Clark2008-10-272-10/+96
| | | | | Update the Changes file with changes from 3.26 to 3.28_01 inclusive. p4raw-id: //depot/perl@34607
* Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:Nicholas Clark2008-10-271-113/+125
| | | | | | | | | | | | - abs_path() on Unix(ish) platforms has been upgraded to a much later version of the underlying C code from BSD. [Michael Schwern] - If strlcpy() and strlcat() aren't available on the user's system, we now use ppport.h to provide them, so our C code works. [Steve Peters] This unwinds change 32710 (consting from Robin Barker of the old code) p4raw-id: //depot/perl@34606
* Cwd.xs won't load in development releases, unless we munge theNicholas Clark2008-10-211-0/+4
| | | | | XS_VERSION. p4raw-id: //depot/perl@34543
* Upgrade PathTools to 3.28_01Nicholas Clark2008-10-191-1/+8
| | | p4raw-id: //depot/perl@34514
* Upgrade to PathTools-3.27Steve Peters2008-01-232-28/+15
| | | p4raw-id: //depot/perl@33042
* The ext/Cwd/Cwd.xs part of...Robin Barker2007-12-221-4/+6
| | | | | | | | | | Subject: consting Cwd and ExtUtils::ParseXS From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A0@exchsvr2.npl.ad.local> lib/ExtUtils/ParseXS.pm had changes already made with change #32691. p4raw-id: //depot/perl@32710
* Add symlink support to Cwd::_vms_abs_path.Craig A. Berry2007-10-061-5/+9
| | | p4raw-id: //depot/perl@32053
* Upgrade to PathTools 3.25Rafael Garcia-Suarez2007-06-143-6/+14
| | | p4raw-id: //depot/perl@31382
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-232-2/+9
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com> p4raw-id: //depot/perl@30718
* Upgrade to PathTools-3.24.Steve Peters2006-11-231-0/+13
| | | p4raw-id: //depot/perl@29356
* Upgrade to PathTools-3.23.Steve Peters2006-10-121-0/+7
| | | p4raw-id: //depot/perl@29004
* Update to PathTools-3.22.Steve Peters2006-10-101-1/+6
| | | p4raw-id: //depot/perl@28983
* Upgrade to PathTools-3.21Steve Peters2006-10-061-0/+17
| | | p4raw-id: //depot/perl@28948
* Upgrade to PathTools 3.19Rafael Garcia-Suarez2006-07-121-0/+18
| | | p4raw-id: //depot/perl@28551
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-091-4896/+0
| | | | | be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513
* Added Changes file left out from change #28001.Steve Peters2006-04-281-0/+36
| | | | | p4raw-link: @28001 on //depot/perl: ff235dd6d6f5e19e11c9202d4a82fb8e5fbadadd p4raw-id: //depot/perl@28004
* Upgrade to PathTools-3.17Steve Peters2006-03-072-2/+9
| | | p4raw-id: //depot/perl@27398
* Upgrade to PathTools-3.15Steve Peters2005-12-281-2/+4
| | | p4raw-id: //depot/perl@26508
* Upgrade to PathTools-3.14_01Steve Peters2005-12-102-0/+38
| | | p4raw-id: //depot/perl@26318
* Upgrade to PathTools-3.14Steve Peters2005-11-191-0/+30
| | | p4raw-id: //depot/perl@26174
* Really apply change #26071.Rafael Garcia-Suarez2005-11-101-1/+1
| | | | | p4raw-link: @26071 on //depot/perl: 8861ecc69a87dc6907b3e9c79689edb5df16413e p4raw-id: //depot/perl@26072
* Upgrade to Pathtools-3.12Steve Peters2005-10-072-1/+9
| | | p4raw-id: //depot/perl@25711
* Upgrade to PathTools 3.11Rafael Garcia-Suarez2005-08-301-0/+5
| | | | | (no real changes) p4raw-id: //depot/perl@25338
* Upgrade to PathTools 3.10Rafael Garcia-Suarez2005-08-271-0/+11
| | | p4raw-id: //depot/perl@25334
* Upgrade to PathTools 3.09Rafael Garcia-Suarez2005-06-173-2/+25
| | | p4raw-id: //depot/perl@24882
* Upgrade to PathTools 3.08Rafael Garcia-Suarez2005-05-301-0/+5
| | | p4raw-id: //depot/perl@24631
* Updaate ppport.h to get a conditional PERL_UNUSED_DECLNicholas Clark2005-05-201-19/+103
| | | p4raw-id: //depot/perl@24520
* Upgrade to PathTools 3.07Rafael Garcia-Suarez2005-05-062-1/+29
| | | p4raw-id: //depot/perl@24407
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
| | | | | | A C++ compiler produces lots of warnings that are probably valid concerns to investigate. p4raw-id: //depot/perl@24170
* Down with K&R function argumentsNicholas Clark2005-04-051-3/+1
| | | p4raw-id: //depot/perl@24161
* Upgrade to PathTools 3.05Rafael Garcia-Suarez2005-03-222-2/+15
| | | p4raw-id: //depot/perl@24069
* Upgrade to PathTools 3.04Rafael Garcia-Suarez2005-02-176-35/+5239
| | | | | (plus tweaks to Cwd and cwd.t to run when building perl) p4raw-id: //depot/perl@23977
* Assimilate PathTools 3.01 (File::Spec and Cwd)Nicholas Clark2004-10-311-1/+1
| | | p4raw-id: //depot/perl@23443
* Upgrade to Cwd 2.21.Rafael Garcia-Suarez2004-09-012-0/+11
| | | p4raw-id: //depot/perl@23248
* Upgrade to Cwd 2.20Rafael Garcia-Suarez2004-07-224-5/+57
| | | p4raw-id: //depot/perl@23152
* Assimilate Cwd 2.19Nicholas Clark2004-07-152-2/+6
| | | p4raw-id: //depot/perl@23118
* _vms_abs_path on non-directoriesCraig A. Berry2004-07-041-10/+24
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <40E704AA.4090801@mac.com> Date: Sat, 03 Jul 2004 14:10:34 -0500 p4raw-id: //depot/perl@23029
* Fix the Cwd tests for the core.Rafael Garcia-Suarez2004-06-252-2/+5
| | | p4raw-id: //depot/perl@22993
* Upgrade to Cwd 2.18Rafael Garcia-Suarez2004-06-242-4/+19
| | | | | (with local changes to cwd.t, to adapt it to the core) p4raw-id: //depot/perl@22991
* Upgrade to Cwd 2.17_03Rafael Garcia-Suarez2004-06-242-1/+64
| | | p4raw-id: //depot/perl@22988
* Upgrade to Cwd 2.17.Rafael Garcia-Suarez2004-03-102-7/+28
| | | p4raw-id: //depot/perl@22482
* Upgrade to Cwd 2.16Rafael Garcia-Suarez2004-03-092-22/+13
| | | p4raw-id: //depot/perl@22470
* Re: [PATCH Cwd 2.15] test tweak for VMSKen Williams2004-03-071-7/+22
| | | | | | From: "Ken Williams" <ken@mathforum.org> Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@22459
* test tweak for VMSCraig A. Berry2004-03-061-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <404A2BDB.8030401@mac.com> p4raw-id: //depot/perl@22452
* Assimilate Cwd 2.15 from CPANNicholas Clark2004-02-271-0/+6
| | | p4raw-id: //depot/perl@22403
* Upgrade to Cwd 2.14.Rafael Garcia-Suarez2004-01-112-7/+15
| | | p4raw-id: //depot/perl@22112
* Upgrade to Cwd 2.13Rafael Garcia-Suarez2004-01-042-21/+18
| | | p4raw-id: //depot/perl@22056