summaryrefslogtreecommitdiff
path: root/ext/Cwd
Commit message (Collapse)AuthorAgeFilesLines
* Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)Michael G. Schwern2001-09-051-1/+1
| | | | | | | Message-ID: <20010904153010.H26466@blackrider> (We'll see whether the ../../lib/Cwd.pm works in alien lands) p4raw-id: //depot/perl@11880
* Fix Cwd::getcwd() not being tainted, as noticedJarkko Hietaniemi2001-09-043-8/+27
| | | | | by Schwern. p4raw-id: //depot/perl@11873
* Bump up the VERSION of Cwd.xs.Jarkko Hietaniemi2001-07-081-1/+1
| | | p4raw-id: //depot/perl@11222
* Cwd cleanups.Jarkko Hietaniemi2001-07-081-2/+4
| | | p4raw-id: //depot/perl@11216
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-2/+6
| | | | | | | | | | naming discipline win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing because of this) fix a warning about "fd" being used without being set in Cwd.xs p4raw-id: //depot/perl@11067
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-0/+2
| | | p4raw-id: //depot/perl@10900
* The fchdir() proto is supposed to live in <unistd.h>.Jarkko Hietaniemi2001-06-211-0/+4
| | | p4raw-id: //depot/perl@10805
* This town is too small for the Cwd extension and me,Jarkko Hietaniemi2001-06-211-0/+4
| | | | | it would seem... p4raw-id: //depot/perl@10804
* Cwd tweak from Doug MacEachern.Jarkko Hietaniemi2001-06-211-19/+11
| | | p4raw-id: //depot/perl@10796
* Protect the fchdir() and lstat() with ifdefs.Jarkko Hietaniemi2001-06-211-7/+22
| | | | | fchdir() needs a Configure probe. p4raw-id: //depot/perl@10795
* fix Cwd.xs for VMSCraig A. Berry2001-06-211-0/+7
| | | | | Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01> p4raw-id: //depot/perl@10793
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-9/+189
| | | | | (src/lib/libc/stdlib/realpath.c 1.4). p4raw-id: //depot/perl@10750
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+134
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-237/+23
| | | | | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> p4raw-id: //depot/perl@10369
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
| | | p4raw-id: //depot/perl@10338
* Re: [PATCH: perl@9841] fix a typo for Cwd.xsBenjamin Sugars2001-04-261-1/+0
| | | | | Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain> p4raw-id: //depot/perl@9848
* fix a typo for Cwd.xsPeter Prymmer2001-04-251-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com> p4raw-id: //depot/perl@9843
* abs_path() didn't terminate the filename correctly,Jarkko Hietaniemi2001-04-251-16/+29
| | | | | in DIRNAMLENless systems like HP-UX this would fail. p4raw-id: //depot/perl@9839
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-0/+99
| | | | | Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9797
* void close_dir portability fix for Cwd.xsPeter Prymmer2001-04-191-0/+4
| | | | | Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com> p4raw-id: //depot/perl@9758
* Missing prototype behaviourAbigail2001-04-171-0/+2
| | | | | Message-ID: <20010417231746.21657.qmail@foad.org> p4raw-id: //depot/perl@9733
* Re: [PATCH] CwdXS, Take 2Benjamin Sugars2001-03-302-0/+139
Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9481