summaryrefslogtreecommitdiff
path: root/ext/Cwd
Commit message (Expand)AuthorAgeFilesLines
* 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