| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate macperl change #16875. | Jarkko Hietaniemi | 2002-05-30 | 1 | -1/+1 |
* | Integrate macperl patch #16868. | Jarkko Hietaniemi | 2002-05-30 | 1 | -6/+17 |
* | Make Cwd::fastcwd() return a tainted value. | Rafael Garcia-Suarez | 2002-05-16 | 2 | -8/+14 |
* | DJGPP updates from Laszlo Molnar. | Jarkko Hietaniemi | 2002-05-03 | 1 | -0/+2 |
* | cwd.t wasn't running all the tests because cmd.exe wasn't | Gurusamy Sarathy | 2002-04-25 | 1 | -3/+7 |
* | squelch some more type mismatch warnings | Gurusamy Sarathy | 2002-04-21 | 1 | -2/+5 |
* | fast_abs_path() is tainted. | Jarkko Hietaniemi | 2002-04-17 | 1 | -1/+1 |
* | Stas' tainting worries, obscured by me. | Jarkko Hietaniemi | 2002-04-16 | 1 | -2/+5 |
* | Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning | Stas Bekman | 2002-03-21 | 1 | -0/+1 |
* | assorted VMS test fix-ups, $Config{prefixexp} revisited | Craig A. Berry | 2002-02-27 | 1 | -2/+2 |
* | ext/Cwd/t/cwd.t -- for VOS | Paul Green | 2002-01-19 | 1 | -1/+1 |
* | Display the native pwd command. | Jarkko Hietaniemi | 2002-01-04 | 1 | -2/+6 |
* | Undo a mess trying Cwd.pm in its ext directory | Nick Ing-Simmons | 2001-12-30 | 1 | -551/+0 |
* | Integrate mainline | Nick Ing-Simmons | 2001-12-30 | 1 | -0/+551 |
* | [Patch Perl@12856] MULTIPLICITY on VMS | Charles Lane | 2001-11-12 | 1 | -1/+2 |
* | VMS fixage and cleanup | Michael G. Schwern | 2001-11-11 | 1 | -63/+51 |
* | some tests not cleaning up properly | Rafael Garcia-Suarez | 2001-11-10 | 1 | -1/+1 |
* | Cwd test not cleaning up after itself | Michael G. Schwern | 2001-11-09 | 1 | -24/+16 |
* | & what's to be done for 5.8.0? | Nicholas Clark | 2001-10-08 | 1 | -1/+1 |
* | Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.) | Michael G. Schwern | 2001-09-05 | 1 | -1/+1 |
* | Fix Cwd::getcwd() not being tainted, as noticed | Jarkko Hietaniemi | 2001-09-04 | 3 | -8/+27 |
* | Bump up the VERSION of Cwd.xs. | Jarkko Hietaniemi | 2001-07-08 | 1 | -1/+1 |
* | Cwd cleanups. | Jarkko Hietaniemi | 2001-07-08 | 1 | -2/+4 |
* | rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | Gurusamy Sarathy | 2001-07-02 | 1 | -2/+6 |
* | Misplaces dSPs and the like revealed by MPE/iX and Cygwin. | Jarkko Hietaniemi | 2001-06-24 | 1 | -0/+2 |
* | The fchdir() proto is supposed to live in <unistd.h>. | Jarkko Hietaniemi | 2001-06-21 | 1 | -0/+4 |
* | This town is too small for the Cwd extension and me, | Jarkko Hietaniemi | 2001-06-21 | 1 | -0/+4 |
* | Cwd tweak from Doug MacEachern. | Jarkko Hietaniemi | 2001-06-21 | 1 | -19/+11 |
* | Protect the fchdir() and lstat() with ifdefs. | Jarkko Hietaniemi | 2001-06-21 | 1 | -7/+22 |
* | fix Cwd.xs for VMS | Craig A. Berry | 2001-06-21 | 1 | -0/+7 |
* | Replace our implementation of realpath() with OpenBSD's | Jarkko Hietaniemi | 2001-06-20 | 1 | -9/+189 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 1 | -0/+134 |
* | [patch] Cwd.xs optimizations/abstraction | Doug MacEachern | 2001-06-01 | 1 | -237/+23 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+1 |
* | Re: [PATCH: perl@9841] fix a typo for Cwd.xs | Benjamin Sugars | 2001-04-26 | 1 | -1/+0 |
* | fix a typo for Cwd.xs | Peter Prymmer | 2001-04-25 | 1 | -1/+1 |
* | abs_path() didn't terminate the filename correctly, | Jarkko Hietaniemi | 2001-04-25 | 1 | -16/+29 |
* | Implement Cwd::abs_path in XS | Benjamin Sugars | 2001-04-23 | 1 | -0/+99 |
* | void close_dir portability fix for Cwd.xs | Peter Prymmer | 2001-04-19 | 1 | -0/+4 |
* | Missing prototype behaviour | Abigail | 2001-04-17 | 1 | -0/+2 |
* | Re: [PATCH] CwdXS, Take 2 | Benjamin Sugars | 2001-03-30 | 2 | -0/+139 |