summaryrefslogtreecommitdiff
path: root/ext/Cwd/Cwd.xs
Commit message (Collapse)AuthorAgeFilesLines
* Move Cwd from ext/ to cpan/Nicholas Clark2009-09-291-494/+0
|
* 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
* Upgrade to PathTools-3.27Steve Peters2008-01-231-18/+10
| | | 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
* Upgrade to PathTools 3.25Rafael Garcia-Suarez2007-06-141-1/+1
| | | p4raw-id: //depot/perl@31382
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-231-2/+4
| | | | | | 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.17Steve Peters2006-03-071-1/+1
| | | p4raw-id: //depot/perl@27398
* Upgrade to PathTools-3.14_01Steve Peters2005-12-101-0/+13
| | | p4raw-id: //depot/perl@26318
* 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.09Rafael Garcia-Suarez2005-06-171-1/+2
| | | p4raw-id: //depot/perl@24882
* 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.04Rafael Garcia-Suarez2005-02-171-7/+39
| | | | | (plus tweaks to Cwd and cwd.t to run when building perl) p4raw-id: //depot/perl@23977
* Upgrade to Cwd 2.20Rafael Garcia-Suarez2004-07-221-3/+3
| | | p4raw-id: //depot/perl@23152
* Upgrade to Cwd 2.17_03Rafael Garcia-Suarez2004-06-241-1/+39
| | | p4raw-id: //depot/perl@22988
* C++ comments, bad.Rafael Garcia-Suarez2003-12-311-1/+1
| | | p4raw-id: //depot/perl@22020
* Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so changeNicholas Clark2003-12-271-0/+151
| | | | | | 21646 was only applied to core (must punt this back and thereby unfork) Need to fix test boilerplate properly for PERL_CORE p4raw-id: //depot/perl@21972
* Cwd.xs: off-by-one buffer overflow in realpath()Casey West2003-11-031-1/+1
| | | | | Message-ID: <20031103151143.GB430@geeknest.com> p4raw-id: //depot/perl@21646
* Make Cwd::fastcwd() return a tainted value.Rafael Garcia-Suarez2002-05-161-0/+3
| | | | | | Add regression tests for taint-safety of the *cwd() functions. p4raw-id: //depot/perl@16635
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+5
| | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055
* Re: [PATCH lib/Cwd.pm] fixing proto mismatch warningStas Bekman2002-03-211-0/+1
| | | | | Message-ID: <3C99BB10.50004@stason.org> p4raw-id: //depot/perl@15392
* [Patch Perl@12856] MULTIPLICITY on VMS Charles Lane2001-11-121-1/+2
| | | | | Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12958
* Fix Cwd::getcwd() not being tainted, as noticedJarkko Hietaniemi2001-09-041-8/+6
| | | | | by Schwern. p4raw-id: //depot/perl@11873
* Cwd cleanups.Jarkko Hietaniemi2001-07-081-2/+4
| | | p4raw-id: //depot/perl@11216
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-2/+6
| | | | | | | | | | naming discipline win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing because of this) fix a warning about "fd" being used without being set in Cwd.xs p4raw-id: //depot/perl@11067
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-0/+2
| | | p4raw-id: //depot/perl@10900
* The fchdir() proto is supposed to live in <unistd.h>.Jarkko Hietaniemi2001-06-211-0/+4
| | | p4raw-id: //depot/perl@10805
* This town is too small for the Cwd extension and me,Jarkko Hietaniemi2001-06-211-0/+4
| | | | | it would seem... p4raw-id: //depot/perl@10804
* Cwd tweak from Doug MacEachern.Jarkko Hietaniemi2001-06-211-19/+11
| | | p4raw-id: //depot/perl@10796
* Protect the fchdir() and lstat() with ifdefs.Jarkko Hietaniemi2001-06-211-7/+22
| | | | | fchdir() needs a Configure probe. p4raw-id: //depot/perl@10795
* fix Cwd.xs for VMSCraig A. Berry2001-06-211-0/+7
| | | | | Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01> p4raw-id: //depot/perl@10793
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-9/+189
| | | | | (src/lib/libc/stdlib/realpath.c 1.4). p4raw-id: //depot/perl@10750
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-237/+23
| | | | | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> p4raw-id: //depot/perl@10369
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
| | | p4raw-id: //depot/perl@10338
* Re: [PATCH: perl@9841] fix a typo for Cwd.xsBenjamin Sugars2001-04-261-1/+0
| | | | | Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain> p4raw-id: //depot/perl@9848
* fix a typo for Cwd.xsPeter Prymmer2001-04-251-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com> p4raw-id: //depot/perl@9843
* abs_path() didn't terminate the filename correctly,Jarkko Hietaniemi2001-04-251-16/+29
| | | | | in DIRNAMLENless systems like HP-UX this would fail. p4raw-id: //depot/perl@9839
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-0/+99
| | | | | Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9797
* void close_dir portability fix for Cwd.xsPeter Prymmer2001-04-191-0/+4
| | | | | Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com> p4raw-id: //depot/perl@9758
* Missing prototype behaviourAbigail2001-04-171-0/+2
| | | | | Message-ID: <20010417231746.21657.qmail@foad.org> p4raw-id: //depot/perl@9733
* Re: [PATCH] CwdXS, Take 2Benjamin Sugars2001-03-301-0/+134
Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9481