rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
[p5sagit/p5-mst-13.2.git] / ext / Cwd / Cwd.xs
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