summaryrefslogtreecommitdiff
path: root/ext/Cwd
Commit message (Collapse)AuthorAgeFilesLines
* Integrate macperl change #16875.Jarkko Hietaniemi2002-05-301-1/+1
| | | | | | | | p4raw-link: @16875 on //depot/macperl: 7e4b169a9e787608dff5f2144628b527da9c3589 p4raw-id: //depot/perl@16883 p4raw-integrated: from //depot/macperl@16882 'copy in' ext/Cwd/t/cwd.t lib/blib.t t/lib/warnings/op (@16868..) 'ignore' ext/Digest/MD5/t/files.t (@16868..)
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-6/+17
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* Make Cwd::fastcwd() return a tainted value.Rafael Garcia-Suarez2002-05-162-8/+14
| | | | | | Add regression tests for taint-safety of the *cwd() functions. p4raw-id: //depot/perl@16635
* DJGPP updates from Laszlo Molnar.Jarkko Hietaniemi2002-05-031-0/+2
| | | p4raw-id: //depot/perl@16370
* cwd.t wasn't running all the tests because cmd.exe wasn'tGurusamy Sarathy2002-04-251-3/+7
| | | | | being found properly p4raw-id: //depot/perl@16165
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+5
| | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055
* fast_abs_path() is tainted.Jarkko Hietaniemi2002-04-171-1/+1
| | | p4raw-id: //depot/perl@15970
* Stas' tainting worries, obscured by me.Jarkko Hietaniemi2002-04-161-2/+5
| | | p4raw-id: //depot/perl@15950
* Re: [PATCH lib/Cwd.pm] fixing proto mismatch warningStas Bekman2002-03-211-0/+1
| | | | | Message-ID: <3C99BB10.50004@stason.org> p4raw-id: //depot/perl@15392
* assorted VMS test fix-ups, $Config{prefixexp} revisitedCraig A. Berry2002-02-271-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01> p4raw-id: //depot/perl@14902
* ext/Cwd/t/cwd.t -- for VOSPaul Green2002-01-191-1/+1
| | | | | Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> p4raw-id: //depot/perl@14343
* Display the native pwd command.Jarkko Hietaniemi2002-01-041-2/+6
| | | p4raw-id: //depot/perl@14078
* Undo a mess trying Cwd.pm in its ext directoryNick Ing-Simmons2001-12-301-551/+0
| | | p4raw-id: //depot/perl@13946
* Integrate mainlineNick Ing-Simmons2001-12-301-0/+551
| | | p4raw-id: //depot/perl@13945
* [Patch Perl@12856] MULTIPLICITY on VMS Charles Lane2001-11-121-1/+2
| | | | | Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12958
* VMS fixage and cleanupMichael G. Schwern2001-11-111-63/+51
| | | | | Message-Id: <20011111005443.A24450@blackrider> p4raw-id: //depot/perl@12939
* some tests not cleaning up properly Rafael Garcia-Suarez2001-11-101-1/+1
| | | | | Message-ID: <20011109221310.A11115@rafael> p4raw-id: //depot/perl@12922
* Cwd test not cleaning up after itselfMichael G. Schwern2001-11-091-24/+16
| | | | | | Message-Id: <20011109003859.K5587@blackrider> (Applied with directory name changes suggested by Craig Berry.) p4raw-id: //depot/perl@12919
* & what's to be done for 5.8.0? Nicholas Clark2001-10-081-1/+1
| | | | | Message-ID: <20011007205333.S38756@plum.flirble.org> p4raw-id: //depot/perl@12356
* 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