summaryrefslogtreecommitdiff
path: root/win32/vdir.h
Commit message (Collapse)AuthorAgeFilesLines
* normalize relative paths in virtualized current directory on windows,Gurusamy Sarathy2000-11-071-10/+8
| | | | | | under ithreads (avoids ".." etc showing up in what Cwd::cwd() returns) p4raw-id: //depot/perl@7592
* on Windows, cwd strings in the environment should be of theGurusamy Sarathy2000-10-091-7/+15
| | | | | form =X:=X:\foo instead of =X=X:\foo\ p4raw-id: //depot/perl@7172
* fix UNC path handling on Windows under ithreads, and chdir()Gurusamy Sarathy2000-07-051-43/+39
| | | | | return value when given a non-existent directory p4raw-id: //depot/perl@6318
* windows bugfixes for virtual directories under USE_ITHREADS:Gurusamy Sarathy2000-02-101-16/+196
| | | | | | | allows path mapping to unknown devices to work properly; special file names like CONOUT$ can be opened with sysopen() again p4raw-id: //depot/perl@5057
* add workaround for textmode read() bug in MSVCRT; make chdir() doGurusamy Sarathy2000-01-101-3/+16
| | | | | a real SetCurrentDirectory() in toplevel host p4raw-id: //depot/perl@4789
* virtual directory handling broken on paths with trailing slashGurusamy Sarathy1999-12-201-19/+44
| | | p4raw-id: //depot/perl@4702
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+467
p4raw-id: //depot/perl@4602