summaryrefslogtreecommitdiff
path: root/ext/Cwd
Commit message (Expand)AuthorAgeFilesLines
* [Patch Perl@12856] MULTIPLICITY on VMS Charles Lane2001-11-121-1/+2
* VMS fixage and cleanupMichael G. Schwern2001-11-111-63/+51
* some tests not cleaning up properly Rafael Garcia-Suarez2001-11-101-1/+1
* Cwd test not cleaning up after itselfMichael G. Schwern2001-11-091-24/+16
* & what's to be done for 5.8.0? Nicholas Clark2001-10-081-1/+1
* Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)Michael G. Schwern2001-09-051-1/+1
* Fix Cwd::getcwd() not being tainted, as noticedJarkko Hietaniemi2001-09-043-8/+27
* Bump up the VERSION of Cwd.xs.Jarkko Hietaniemi2001-07-081-1/+1
* Cwd cleanups.Jarkko Hietaniemi2001-07-081-2/+4
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-2/+6
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-0/+2
* The fchdir() proto is supposed to live in <unistd.h>.Jarkko Hietaniemi2001-06-211-0/+4
* This town is too small for the Cwd extension and me,Jarkko Hietaniemi2001-06-211-0/+4
* Cwd tweak from Doug MacEachern.Jarkko Hietaniemi2001-06-211-19/+11
* Protect the fchdir() and lstat() with ifdefs.Jarkko Hietaniemi2001-06-211-7/+22
* fix Cwd.xs for VMSCraig A. Berry2001-06-211-0/+7
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-9/+189
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+134
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-237/+23
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
* Re: [PATCH: perl@9841] fix a typo for Cwd.xsBenjamin Sugars2001-04-261-1/+0
* fix a typo for Cwd.xsPeter Prymmer2001-04-251-1/+1
* abs_path() didn't terminate the filename correctly,Jarkko Hietaniemi2001-04-251-16/+29
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-0/+99
* void close_dir portability fix for Cwd.xsPeter Prymmer2001-04-191-0/+4
* Missing prototype behaviourAbigail2001-04-171-0/+2
* Re: [PATCH] CwdXS, Take 2Benjamin Sugars2001-03-302-0/+139