summaryrefslogtreecommitdiff
path: root/lib/Cwd.pm
Commit message (Expand)AuthorAgeFilesLines
* Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so changeNicholas Clark2003-12-271-36/+30
* Taint safe Cwd::_qnx_abs_path()Michael G. Schwern2003-08-171-5/+10
* The lib/Cwd.pm diet part ofTels2003-08-171-10/+21
* Avoid a "Subroutine Cwd::fastcwd redefined" warning whenRafael Garcia-Suarez2003-08-161-1/+1
* Taint problems in Cwd::abs_pathMichael G. Schwern2003-08-161-15/+12
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
* Localize PARENT (based on Ilya's microperl patch).Jarkko Hietaniemi2003-08-121-0/+1
* OS/400 PASE portJarkko Hietaniemi2002-09-041-1/+10
* Retract #16892 now that we have #17022.Jarkko Hietaniemi2002-06-061-5/+1
* Protect against localizing an %ENV slice.Rafael Garcia-Suarez2002-06-031-1/+5
* Make Cwd::fastcwd() return a tainted value.Rafael Garcia-Suarez2002-05-161-5/+6
* Document taint-safeness. Life in the fast_abs_path()Jarkko Hietaniemi2002-04-161-8/+10
* Stas' tainting worries, obscured by me.Jarkko Hietaniemi2002-04-161-2/+9
* solve one taint problemStas Bekman2002-04-151-0/+1
* Subject: [PATCH Cwd.pm] cut-n-paste error?Robin Barker2002-02-251-1/+1
* Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}Michael G. Schwern2002-01-141-1/+3
* PATCH: lib/Cwd.pm for QNX4Norton T. Allen2002-01-021-0/+6
* Undo a mess trying Cwd.pm in its ext directoryNick Ing-Simmons2001-12-301-0/+551
* Integrate mainlineNick Ing-Simmons2001-12-301-551/+0
* Clarifying comment to #12164.Jarkko Hietaniemi2001-09-241-1/+2
* local $/ = "\n";Jeff Pinyan2001-09-241-0/+1
* Restore things as they were beforeJarkko Hietaniemi2001-09-211-0/+3
* More Cwd from Schwern: make also OS/2 and DOSJarkko Hietaniemi2001-09-211-2/+1
* Re: And now the Cwd problem (was Re: chdir.t problem...)Michael G. Schwern2001-09-211-1/+0
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Avoid redefinition warningJarkko Hietaniemi2001-09-061-0/+1
* Re-introduce pure-Perl fall-back for abs_path,Jarkko Hietaniemi2001-09-061-8/+105
* The MacOS reference is okay, no reason to hide it.Jarkko Hietaniemi2001-09-051-4/+0
* Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)Michael G. Schwern2001-09-051-60/+104
* cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cl...Michael G. Schwern2001-09-051-2/+14
* Integrate changes #11193, 11205, 11209 from macperl.Jarkko Hietaniemi2001-07-081-3/+26
* QNX patch extended for NTONorton T. Allen2001-07-061-1/+1
* OS/2 cwdIlya Zakharevich2001-07-021-0/+19
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-26/+4
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-55/+10
* Integrate change #9491 from maintperl into mainline.Jarkko Hietaniemi2001-03-311-1/+8
* Re: [PATCH] CwdXS, Take 2Benjamin Sugars2001-03-301-42/+9
* Cwd.pm docsBenjamin Sugars2001-03-211-17/+26
* More MacOS Classic fixes from Chris Nandor.Jarkko Hietaniemi2001-02-141-1/+10
* [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix Robert Spier2000-12-131-1/+4
* [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdirDavid Dyck2000-11-201-1/+1
* [perl 7711: EPOC] updatesOlaf Flebbe2000-11-201-1/+2
* Make Cwd more bulletproof in chrooted environments.Eric E. Coe2000-10-181-1/+9
* Epoc updateOlaf Flebbe2000-10-031-0/+11
* Typo in #6858.Jarkko Hietaniemi2000-08-281-1/+1
* [ID 20000828.006] dir name "0" not safe with Cwd.pmWolfgang Laun2000-08-281-3/+3
* use Cwd 'chdir' didn't set $ENV{PWD} correctly on WindowsGurusamy Sarathy2000-08-211-5/+13
* Cwd.pm now uses strictTim Jenness2000-08-171-6/+5
* Cwd::_backtick_pwd does not check return valueTim Jenness2000-08-161-2/+3
* Retract #6419 for now since it breaks in AFS and MachTen.Jarkko Hietaniemi2000-08-071-29/+53