This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perlio:
[perl5.git] / ext / Cwd /
2002-04-25 Gurusamy Sarathycwd.t wasn't running all the tests because cmd.exe...
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-17 Jarkko Hietaniemifast_abs_path() is tainted.
2002-04-16 Jarkko HietaniemiStas' tainting worries, obscured by me.
2002-03-21 Stas BekmanRe: [PATCH lib/Cwd.pm] fixing proto mismatch warning
2002-02-27 Craig A. Berryassorted VMS test fix-ups, $Config{prefixexp} revisited
2002-01-20 Nick Ing-SimmonsIntegrate mainline
2002-01-19 Paul Greenext/Cwd/t/cwd.t -- for VOS
2002-01-04 Jarkko HietaniemiDisplay the native pwd command.
2001-12-30 Nick Ing-SimmonsUndo a mess trying Cwd.pm in its ext directory
2001-12-30 Nick Ing-SimmonsIntegrate mainline
2001-11-12 Charles Lane[Patch Perl@12856] MULTIPLICITY on VMS
2001-11-11 Michael G. SchwernVMS fixage and cleanup
2001-11-10 Rafael Garcia-Suarezsome tests not cleaning up properly
2001-11-09 Michael G. SchwernCwd 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. SchwernFull doc cleanup (was Re: [PATCH lib/Cwd.pm] Try...
2001-09-04 Jarkko HietaniemiFix Cwd::getcwd() not being tainted, as noticed
2001-07-08 Jarkko HietaniemiBump up the VERSION of Cwd.xs.
2001-07-08 Jarkko HietaniemiCwd cleanups.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-24 Jarkko HietaniemiMisplaces dSPs and the like revealed by MPE/iX and...
2001-06-21 Jarkko HietaniemiThe fchdir() proto is supposed to live in <unistd.h>.
2001-06-21 Jarkko HietaniemiThis town is too small for the Cwd extension and me,
2001-06-21 Jarkko HietaniemiCwd tweak from Doug MacEachern.
2001-06-21 Jarkko HietaniemiProtect the fchdir() and lstat() with ifdefs.
2001-06-21 Craig A. Berryfix Cwd.xs for VMS
2001-06-20 Jarkko HietaniemiReplace our implementation of realpath() with OpenBSD's
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Doug MacEachern[patch] Cwd.xs optimizations/abstraction
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-04-26 Benjamin SugarsRe: [PATCH: perl@9841] fix a typo for Cwd.xs
2001-04-25 Peter Prymmerfix a typo for Cwd.xs
2001-04-25 Jarkko Hietaniemiabs_path() didn't terminate the filename correctly,
2001-04-23 Benjamin SugarsImplement Cwd::abs_path in XS
2001-04-19 Peter Prymmervoid close_dir portability fix for Cwd.xs
2001-04-17 AbigailMissing prototype behaviour
2001-03-30 Benjamin SugarsRe: [PATCH] CwdXS, Take 2