Nearly-working threads re-structuring. Do not integrate,
[p5sagit/p5-mst-13.2.git] / ext / Cwd /
2002-01-04 Jarkko Hietaniemi Display the native pwd command.
2001-12-30 Nick Ing-Simmons Undo a mess trying Cwd.pm in its ext directory
2001-12-30 Nick Ing-Simmons Integrate mainline
2001-11-12 Charles Lane [Patch Perl@12856] MULTIPLICITY on VMS
2001-11-11 Michael G. Schwern VMS fixage and cleanup
2001-11-10 Rafael Garcia-Suarez some tests not cleaning up properly
2001-11-09 Michael G. Schwern Cwd test not cleaning up after itself
2001-10-08 Nicholas Clark & what's to be done for 5.8.0?
2001-09-05 Michael G. Schwern Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try...
2001-09-04 Jarkko Hietaniemi Fix Cwd::getcwd() not being tainted, as noticed
2001-07-08 Jarkko Hietaniemi Bump up the VERSION of Cwd.xs.
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-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
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