This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync up with Digest-MD5-2.37 from CPAN
[perl5.git] / ext / Cwd / Cwd.xs
2008-10-27 Nicholas ClarkUpgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
2008-01-23 Steve PetersUpgrade to PathTools-3.27
2007-12-22 Robin BarkerThe ext/Cwd/Cwd.xs part of...
2007-06-14 Rafael Garcia-SuarezUpgrade to PathTools 3.25
2007-03-23 Jerry D. HeddenCwd doesn't need ppport.h in core
2006-03-07 Steve PetersUpgrade to PathTools-3.17
2005-12-10 Steve PetersUpgrade to PathTools-3.14_01
2005-11-10 Rafael Garcia-SuarezReally apply change #26071.
2005-06-17 Rafael Garcia-SuarezUpgrade to PathTools 3.09
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Nicholas ClarkDown with K&R function arguments
2005-02-17 Rafael Garcia-SuarezUpgrade to PathTools 3.04
2004-07-22 Rafael Garcia-SuarezUpgrade to Cwd 2.20
2004-06-24 Rafael Garcia-SuarezUpgrade to Cwd 2.17_03
2003-12-31 Rafael Garcia-SuarezC++ comments, bad.
2003-12-27 Nicholas ClarkAssimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainer...
2003-11-03 Casey WestCwd.xs: off-by-one buffer overflow in realpath()
2002-05-16 Rafael Garcia-SuarezMake Cwd::fastcwd() return a tainted value.
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-03-21 Stas BekmanRe: [PATCH lib/Cwd.pm] fixing proto mismatch warning
2001-11-12 Charles Lane[Patch Perl@12856] MULTIPLICITY on VMS
2001-09-04 Jarkko HietaniemiFix Cwd::getcwd() not being tainted, as noticed
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-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