summaryrefslogtreecommitdiff
path: root/ext/Cwd/Cwd.xs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to PathTools-3.17Steve Peters2006-03-071-1/+1
* Upgrade to PathTools-3.14_01Steve Peters2005-12-101-0/+13
* Really apply change #26071.Rafael Garcia-Suarez2005-11-101-1/+1
* Upgrade to PathTools 3.09Rafael Garcia-Suarez2005-06-171-1/+2
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
* Down with K&R function argumentsNicholas Clark2005-04-051-3/+1
* Upgrade to PathTools 3.04Rafael Garcia-Suarez2005-02-171-7/+39
* Upgrade to Cwd 2.20Rafael Garcia-Suarez2004-07-221-3/+3
* Upgrade to Cwd 2.17_03Rafael Garcia-Suarez2004-06-241-1/+39
* C++ comments, bad.Rafael Garcia-Suarez2003-12-311-1/+1
* Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so changeNicholas Clark2003-12-271-0/+151
* Cwd.xs: off-by-one buffer overflow in realpath()Casey West2003-11-031-1/+1
* Make Cwd::fastcwd() return a tainted value.Rafael Garcia-Suarez2002-05-161-0/+3
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+5
* Re: [PATCH lib/Cwd.pm] fixing proto mismatch warningStas Bekman2002-03-211-0/+1
* [Patch Perl@12856] MULTIPLICITY on VMS Charles Lane2001-11-121-1/+2
* Fix Cwd::getcwd() not being tainted, as noticedJarkko Hietaniemi2001-09-041-8/+6
* Cwd cleanups.Jarkko Hietaniemi2001-07-081-2/+4
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-2/+6
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-0/+2
* The fchdir() proto is supposed to live in <unistd.h>.Jarkko Hietaniemi2001-06-211-0/+4
* This town is too small for the Cwd extension and me,Jarkko Hietaniemi2001-06-211-0/+4
* Cwd tweak from Doug MacEachern.Jarkko Hietaniemi2001-06-211-19/+11
* Protect the fchdir() and lstat() with ifdefs.Jarkko Hietaniemi2001-06-211-7/+22
* fix Cwd.xs for VMSCraig A. Berry2001-06-211-0/+7
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-9/+189
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-237/+23
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
* Re: [PATCH: perl@9841] fix a typo for Cwd.xsBenjamin Sugars2001-04-261-1/+0
* fix a typo for Cwd.xsPeter Prymmer2001-04-251-1/+1
* abs_path() didn't terminate the filename correctly,Jarkko Hietaniemi2001-04-251-16/+29
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-0/+99
* void close_dir portability fix for Cwd.xsPeter Prymmer2001-04-191-0/+4
* Missing prototype behaviourAbigail2001-04-171-0/+2
* Re: [PATCH] CwdXS, Take 2Benjamin Sugars2001-03-301-0/+134