summaryrefslogtreecommitdiff
path: root/win32/vdir.h
Commit message (Collapse)AuthorAgeFilesLines
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
| | | | Extracted from patch submitted by Lajos Veres in RT #123693.
* Remove leftover Windows 95 / Windows NT4 support codeSteve Hay2014-02-261-32/+10
| | | | | | | We only support building or running on Windows 2000 or higher, as of the Windows 95 Chainsaw Massacre commit (8cbe99e5b6). These three chunks of code escaped the massacre, but the chainsaw has finally caught up with them now.
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-2/+2
| | | | | Exterminate! Exterminate! Exterminate! p4raw-id: //depot/perl@33052
* Restore Windows NT supportJan Dubois2007-05-131-2/+2
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02d101c79434$743be100$5cb3a300$@com> p4raw-id: //depot/perl@31211
* [PATCH] Use short pathnames in $^X and @INC if the long form cannot be ↵Jan Dubois2007-01-031-4/+5
| | | | | | | | | | | | | represented in the current codepage Date: Thu, 28 Dec 2006 18:59:40 -0800 Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com> Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage From: Jan Dubois <jand@ActiveState.com> Date: Wed, 03 Jan 2007 08:12:35 -0800 Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com> p4raw-id: //depot/perl@29675
* Update cwd() to return the "short" pathname if the long one doesn't fit the ↵Jan Dubois2006-12-201-27/+61
| | | | | | | codepage Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com> p4raw-id: //depot/perl@29598
* Merge WinCE and Win32 directories -- Initial patchYves Orton2006-04-281-1/+1
| | | | | Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com> p4raw-id: //depot/perl@28003
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl's internal variables are not for public consumption, move their docs from perlapi.pod to perlintern.pod support for -Dusethreads build under HP-UX 10.20 and DCE threads library (11.0 and later have pthreads but 10.x don't) avoid uninitialized value warnings canonicalize paths when doing chdir() on windows (or Cwd::getcwd() gets weird results) perldoc nit on windows make it possible to run the tests outside the source tree (there's still a dependency on ../lib being the library location) p4raw-link: @8612 on //depot/maint-5.6/perl: 21b80573951053245624647c6ea0077acae22b99 p4raw-link: @8611 on //depot/maint-5.6/perl: 706e8e4d2d0a6985197cb1cb76dc3d2575cd159e p4raw-link: @8610 on //depot/maint-5.6/perl: fc1aae957f18d75529c72450055ab0d424b7d318 p4raw-link: @8609 on //depot/maint-5.6/perl: 13b98125bf15a4dfacaa2c6f56d3742c97180500 p4raw-link: @8608 on //depot/maint-5.6/perl: f893c726cdaa1ccdec167db9b2ff5c2fdc19e29b p4raw-id: //depot/perl@8614 p4raw-integrated: from //depot/maint-5.6/perl@8596 'copy in' t/lib/dprof/V.pm t/op/flip.t utils/perldoc.PL (@8159..) win32/bin/search.pl (@8166..) t/io/tell.t (@8175..) hints/hpux.sh (@8601..) thread.h (@8606..) 'ignore' pod/perlintern.pod (@7766..) pod/perlapi.pod (@8605..) 'merge in' intrpvar.h t/base/term.t (@7895..) win32/vdir.h (@8156..) thrdvar.h (@8602..) perlapi.c (@8606..)
* 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