Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalize relative paths in virtualized current directory on windows, | Gurusamy Sarathy | 2000-11-07 | 1 | -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 the | Gurusamy Sarathy | 2000-10-09 | 1 | -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 Sarathy | 2000-07-05 | 1 | -43/+39 |
| | | | | | return value when given a non-existent directory p4raw-id: //depot/perl@6318 | ||||
* | windows bugfixes for virtual directories under USE_ITHREADS: | Gurusamy Sarathy | 2000-02-10 | 1 | -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() do | Gurusamy Sarathy | 2000-01-10 | 1 | -3/+16 |
| | | | | | a real SetCurrentDirectory() in toplevel host p4raw-id: //depot/perl@4789 | ||||
* | virtual directory handling broken on paths with trailing slash | Gurusamy Sarathy | 1999-12-20 | 1 | -19/+44 |
| | | | p4raw-id: //depot/perl@4702 | ||||
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+467 |
p4raw-id: //depot/perl@4602 |