Lines Matching refs:abs_path
287 - abs_path() on Unix(ish) platforms has been upgraded to a much later
292 - Reimplemented abs_path() on VMS to use
307 - abs_path() now behaves correctly with symbolic links on VMS.
452 abs_path('.'). The pure-perl version has been kept for cases in
617 - Fixed a bug in which Cwd::abs_path() called on a file in the root
624 abs_path(), since all they seemed to be doing was causing people
663 - abs_path() on Windows was trampling on $ENV{PWD} - fixed. [Spotted
715 - The abs_path($arg) fix from 2.18 didn't work for VMS, now it's
720 - Fixed a problem in which abs_path($arg) on some platforms could
724 - Fixed fast_abs_path($arg) in the same way as abs_path($arg) above.
740 - The pure-perl version of abs_path() now has the same prototype as