Upgrade to PathTools 3.25
[p5sagit/p5-mst-13.2.git] / ext / Cwd / Cwd.xs
2007-06-14 Rafael Garcia-Suarez Upgrade to PathTools 3.25
2007-03-23 Jerry D. Hedden Cwd doesn't need ppport.h in core
2006-03-07 Steve Peters Upgrade to PathTools-3.17
2005-12-10 Steve Peters Upgrade to PathTools-3.14_01
2005-11-10 Rafael Garcia-Suarez Really apply change #26071.
2005-06-17 Rafael Garcia-Suarez Upgrade to PathTools 3.09
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Nicholas Clark Down with K&R function arguments
2005-02-17 Rafael Garcia-Suarez Upgrade to PathTools 3.04
2004-07-22 Rafael Garcia-Suarez Upgrade to Cwd 2.20
2004-06-24 Rafael Garcia-Suarez Upgrade to Cwd 2.17_03
2003-12-31 Rafael Garcia-Suarez C++ comments, bad.
2003-12-27 Nicholas Clark Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainer...
2003-11-03 Casey West Cwd.xs: off-by-one buffer overflow in realpath()
2002-05-16 Rafael Garcia-Suarez Make Cwd::fastcwd() return a tainted value.
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-03-21 Stas Bekman Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
2001-11-12 Charles Lane [Patch Perl@12856] MULTIPLICITY on VMS
2001-09-04 Jarkko Hietaniemi Fix Cwd::getcwd() not being tainted, as noticed
2001-07-08 Jarkko Hietaniemi Cwd cleanups.
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-24 Jarkko Hietaniemi Misplaces dSPs and the like revealed by MPE/iX and...
2001-06-21 Jarkko Hietaniemi The fchdir() proto is supposed to live in <unistd.h>.
2001-06-21 Jarkko Hietaniemi This town is too small for the Cwd extension and me,
2001-06-21 Jarkko Hietaniemi Cwd tweak from Doug MacEachern.
2001-06-21 Jarkko Hietaniemi Protect the fchdir() and lstat() with ifdefs.
2001-06-21 Craig A. Berry fix Cwd.xs for VMS
2001-06-20 Jarkko Hietaniemi Replace our implementation of realpath() with OpenBSD's
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Doug MacEachern [patch] Cwd.xs optimizations/abstraction
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-04-26 Benjamin Sugars Re: [PATCH: perl@9841] fix a typo for Cwd.xs
2001-04-25 Peter Prymmer fix a typo for Cwd.xs
2001-04-25 Jarkko Hietaniemi abs_path() didn't terminate the filename correctly,
2001-04-23 Benjamin Sugars Implement Cwd::abs_path in XS
2001-04-19 Peter Prymmer void close_dir portability fix for Cwd.xs
2001-04-17 Abigail Missing prototype behaviour
2001-03-30 Benjamin Sugars Re: [PATCH] CwdXS, Take 2