| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid redefinition warning | Jarkko Hietaniemi | 2001-09-06 | 1 | -0/+1 |
* | Re-introduce pure-Perl fall-back for abs_path, | Jarkko Hietaniemi | 2001-09-06 | 1 | -8/+105 |
* | The MacOS reference is okay, no reason to hide it. | Jarkko Hietaniemi | 2001-09-05 | 1 | -4/+0 |
* | Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.) | Michael G. Schwern | 2001-09-05 | 1 | -60/+104 |
* | cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cl... | Michael G. Schwern | 2001-09-05 | 1 | -2/+14 |
* | Integrate changes #11193, 11205, 11209 from macperl. | Jarkko Hietaniemi | 2001-07-08 | 1 | -3/+26 |
* | QNX patch extended for NTO | Norton T. Allen | 2001-07-06 | 1 | -1/+1 |
* | OS/2 cwd | Ilya Zakharevich | 2001-07-02 | 1 | -0/+19 |
* | [patch] Cwd.xs optimizations/abstraction | Doug MacEachern | 2001-06-01 | 1 | -26/+4 |
* | Implement Cwd::abs_path in XS | Benjamin Sugars | 2001-04-23 | 1 | -55/+10 |
* | Integrate change #9491 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-31 | 1 | -1/+8 |
* | Re: [PATCH] CwdXS, Take 2 | Benjamin Sugars | 2001-03-30 | 1 | -42/+9 |
* | Cwd.pm docs | Benjamin Sugars | 2001-03-21 | 1 | -17/+26 |
* | More MacOS Classic fixes from Chris Nandor. | Jarkko Hietaniemi | 2001-02-14 | 1 | -1/+10 |
* | [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix | Robert Spier | 2000-12-13 | 1 | -1/+4 |
* | [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir | David Dyck | 2000-11-20 | 1 | -1/+1 |
* | [perl 7711: EPOC] updates | Olaf Flebbe | 2000-11-20 | 1 | -1/+2 |
* | Make Cwd more bulletproof in chrooted environments. | Eric E. Coe | 2000-10-18 | 1 | -1/+9 |
* | Epoc update | Olaf Flebbe | 2000-10-03 | 1 | -0/+11 |
* | Typo in #6858. | Jarkko Hietaniemi | 2000-08-28 | 1 | -1/+1 |
* | [ID 20000828.006] dir name "0" not safe with Cwd.pm | Wolfgang Laun | 2000-08-28 | 1 | -3/+3 |
* | use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows | Gurusamy Sarathy | 2000-08-21 | 1 | -5/+13 |
* | Cwd.pm now uses strict | Tim Jenness | 2000-08-17 | 1 | -6/+5 |
* | Cwd::_backtick_pwd does not check return value | Tim Jenness | 2000-08-16 | 1 | -2/+3 |
* | Retract #6419 for now since it breaks in AFS and MachTen. | Jarkko Hietaniemi | 2000-08-07 | 1 | -29/+53 |
* | A cleaner abs_path(). | Jeff Pinyan | 2000-07-24 | 1 | -53/+29 |
* | remove deadcode | Gurusamy Sarathy | 2000-03-04 | 1 | -3/+0 |
* | yet more multiline match cleanups (from Greg Bacon) | Gurusamy Sarathy | 2000-03-01 | 1 | -3/+3 |
* | use warnings rather than fiddling with $^W (from Paul Marquess) | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
* | alias realpath() to abs_path() (from Tom Christiansen) | Gurusamy Sarathy | 2000-01-28 | 1 | -5/+16 |
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 1 | -1/+1 |
* | cygwin32 update | Fifer, Eric | 1999-07-05 | 1 | -2/+6 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 1 | -0/+2 |
* | Understand Apollo's //node notation. | Johann Klasek | 1999-04-09 | 1 | -0/+1 |
* | CPAN update (CPAN-1.44_54) from Andreas and | Abigail | 1999-01-21 | 1 | -1/+1 |
* | (via private mail) | Charles Bailey | 1998-09-23 | 1 | -1/+1 |
* | added patch to fix Cwd.pm warnings, fixed a couple more places | Gisle Aas | 1998-07-06 | 1 | -4/+4 |
* | [win32] merge change#896 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -0/+13 |
* | Cwd.pm | Graham Barr | 1998-02-25 | 1 | -64/+7 |
* | 5.004_58 QNX getcwd | Norton T. Allen | 1998-02-13 | 1 | -0/+21 |
* | [win32] Various win32 fixes | Gurusamy Sarathy | 1998-01-04 | 1 | -2/+2 |
* | Major changes to the DOS/djgpp port (including threading): | Molnar Laszlo | 1997-12-17 | 1 | -10/+14 |
* | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -12/+32 |
* | [inseparable changes from match from perl-5.003_97e to perl-5.003_97f] | Perl 5 Porters | 1997-04-17 | 1 | -34/+55 |
* | Fix FindBin under Win32, and document success | Nick Ing-Simmons | 1997-04-04 | 1 | -10/+83 |
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -0/+4 |
* | low priority patches | Paul Marquess | 1997-01-16 | 1 | -28/+27 |
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -4/+17 |
* | perl 5.003_07: lib/Cwd.pm | Ilya Zakharevich | 1996-10-09 | 1 | -6/+6 |
* | Pod typos, pod2man bugs, and miscellaneous installation comments | Joseph S. Myers | 1996-09-20 | 1 | -1/+1 |