Lines Matching full:cwd
107 - improve performance of cwd on Win32 miniperl
150 - Cwd::fast_abs_path's untaint should allow for multiline
158 - Remove Mac OS classic only tests from Cwd's Spec.t
159 and special case code from Cwd's cwd.t (Nicholas Clark)
162 - dist/Cwd/lib/File/Spec/Win32.pm: Fix broken link (Karl Williamson)
163 - In Cwd::_win32_cwd() avoid a string eval when checking if we're
165 - Add PERL_NO_GET_CONTEXT to Cwd (Nicholas Clark)
166 - In Cwd.xs on VMS, don't compile bsd_realpath() at all (Nicholas Clark)
167 - Merge the implementation of Cwd::{fastcwd,getcwd} using
169 - In Cwd.xs, swap to defaulting to disabled prototypes (Nicholas Clark)
172 - In Cwd.xs, tidy the conditional code related to symlinks
241 - In Cwd.pm, pass the un-munged $VERSION to XSLoader/DynaLoader,
301 - File::Spec on Unix now uses Cwd::getcwd() rather than Cwd::cwd() to
351 - Fixed a bug in the $ENV{PWD}-updating of Cwd::chdir() when a
382 '..\foo' when the cwd is 'C:\one\two', but it wasn't noticing that
397 needlessly called cwd() (twice!) to turn both arguments into
398 absolute paths. Now it avoids the cwd() calls with a workaround,
404 to replace an in-use Cwd shared library, but previous versions
424 - The Cygwin version of Cwd::cwd() will croak if given any arguments
425 (which can happen if, for example, it's called as Cwd->cwd). Since
426 that croaking is bad, we now wrap the original cwd() in a
428 if a future version of perl changes cygwin.c's cwd() to not barf
437 methods that the cwd() function it discusses is
438 Cwd::cwd(). [Spotted by Steven Lembark]
441 (and perhaps others) calls Cwd::getcwd() with an argument (perhaps
449 - The Cwd::getcwd() function on *nix is now a direct pass-through to
456 - When Cwd searches for a 'pwd' executable in the $PATH, we now stop
495 - Integrated a change from bleadperl - a certain #ifdef in Cwd.xs
538 - When cwd() is implemented using the _backtick_pwd() function, it
578 - Failure to load the XS code in Cwd is no longer a fatal error
580 process). This lets Cwd work under miniperl in the core. [Rafael
583 - In the t/cwd.t test, don't enforce loading from blib/ if we're
607 - Added a test to make sure Cwd.pm is loaded from blib/ during
613 to push it. Let 'em use `cwd`.
617 - Fixed a bug in which Cwd::abs_path() called on a file in the root
620 - Straightened out the licensing details for the portion of the Cwd
627 - Fixed a testing bug in which sometimes the wrong version of Cwd
660 - Removed some 5.6-isms from Cwd in order to get it to build with
679 - Merged Cwd and File::Spec into a single PathTools distribution.
683 of PathTools should be equivalent to the code in Cwd 2.21 and
687 Prior to revision 3.00, Cwd and File::Spec were maintained as two
688 separate distributions. The revision history for Cwd is shown here.
692 Cwd 2.21 Tue Aug 31 22:50:14 CDT 2004
700 Cwd 2.20 Thu Jul 22 08:23:53 CDT 2004
713 Cwd 2.19 Thu Jul 15 08:32:18 CDT 2004
718 Cwd 2.18 Thu Jun 24 08:22:57 CDT 2004
736 - On platforms where cwd() is implemented internally (like Win32),
743 Cwd 2.17 Wed Mar 10 07:55:36 CST 2004
749 Cwd 2.16 Sat Mar 6 17:56:31 CST 2004
751 - For VMS compatibility (and to conform to Cwd's documented
755 Cwd 2.15 Fri Jan 16 08:09:44 CST 2004
758 Makefile.aperl, it was loading a mismatched version of Cwd from
761 Cwd 2.14 Thu Jan 8 18:51:08 CST 2004
766 changes were made in the actual Cwd module code. [Steve Hay]
768 Cwd 2.13 Fri Jan 2 22:29:42 CST 2004
776 Cwd 2.12 Fri Dec 19 17:04:52 CST 2003
781 Cwd 2.10 Mon Dec 15 07:50:12 CST 2003
790 Cwd 2.09 Thu Dec 11 20:30:58 CST 2003
808 - Make sure the correct version of Cwd.pm is loaded in the regression
811 Cwd 2.08 Wed Oct 15 20:56 CDT 2003
817 Prior to revision 3.00, Cwd and File::Spec were maintained as two
819 here. The revision history for Cwd is above.
838 - rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
840 current drive isn't 'D'. This requires Cwd version 2.18.
900 - We now only require() Cwd when it's needed, on demand. [Michael
906 - The internal method cwd() has been renamed to _cwd(), since it was
983 - Cwd.pm wasn't being loaded properly on MacOS. [Chris Nandor]
1005 - abs2rel() on Win32 now defaults to using cwd() as the base of