summaryrefslogtreecommitdiff
path: root/t/win32
Commit message (Expand)AuthorAgeFilesLines
* win32: do not allow seekdir() out of boundsAlex Davies2023-02-111-0/+75
* win32_symlink: correctly handle linking to abs path to a directoryTony Cook2023-01-101-1/+11
* on win32 translate / to \ in symlink targetsTony Cook2023-01-101-1/+9
* make win32_lstat() return the length of the link in st_sizeTony Cook2023-01-101-0/+7
* Win32 stat() didn't handle AF_UNIX socket filesTony Cook2022-11-021-0/+74
* remove some leftover debug output from filetime_from_time()Tony Cook2022-06-031-0/+14
* add more win32 stat testsTony Cook2020-12-031-0/+60
* win32 symlink: treats paths that look like directories as directoriesTony Cook2020-12-011-0/+28
* Win32: try to make the new stat pre-Vista compatibleTony Cook2020-12-011-1/+9
* lstat(), readlink() and unlink() treat directory junctions as symlinksTony Cook2020-12-012-5/+6
* Win32: implement our own stat(), and hence our own utimeTony Cook2020-12-011-16/+75
* Win32: implement symlink() and readlink()Tony Cook2020-12-011-0/+77
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-0/+111
* Fix typosSamanta Navarro2020-10-031-1/+1
* fix t/win32/signal.tNicolas R2020-09-151-2/+3
* (perl #131665) avoid a buffer overflow in a buffer we didn't needTony Cook2017-09-101-5/+16
* Make DEFAULT_INC_EXCLUDES_DOT the default on WindowsSteve Hay2017-03-121-1/+6
* [perl #126922] avoid access to uninitialized memory in win32 crypt()Tony Cook2016-01-051-0/+41
* remove the shell fallback from list pipe open on Win32Tony Cook2015-02-101-2/+2
* implement list form of pipe open for Win32Tony Cook2014-10-222-2/+11
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-181-2/+2
* [perl #21442] only check link() error codes where link() worksTony Cook2014-04-091-0/+5
* [perl #77672] avoid a file handle redirection raceTony Cook2014-02-031-0/+27
* Better check for the fork emulation in t/win32/signal.tSteve Hay2013-08-291-2/+2
* [perl #85104] work harder to save error numbersTony Cook2013-08-261-1/+1
* [perl #85104] TODO test for preserving $^E across signal handlersTony Cook2013-08-261-0/+77
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-011-1/+1
* Corrections to 0511665b4bSteve Hay2013-06-122-6/+8
* converted t/win32.t/system* to test.pl styleMarcel Gruenauer2013-06-122-23/+23
* Clean up indenting on t/win32/fs.tBrad Gilbert2013-01-231-13/+13
* Remove dead code from t/win32/fs.tBrad Gilbert2013-01-231-10/+0
* t/win32/runenv.t: Correct syntax error reported by bulk88++.James E Keenan2012-11-291-2/+2
* oops, left some debugging codeTony Cook2012-08-241-2/+0
* [perl #112272] return EEXIST on link() to an existing fileTony Cook2012-05-281-1/+0
* [perl #112272] test link()'s error returns (TODO)Tony Cook2012-05-281-0/+41
* skip t/win32/runenv.t unless -DPERL_IMPLICIT_SYSRicardo Signes2012-05-141-0/+3
* The Borland Chainsaw MassacreSteve Hay2011-09-101-18/+0
* Correct test count in win32/runenv.tFather Chrysostomos2011-07-191-1/+1
* Fixes to allow win32 Perl to properly handle PERL5LIB.Phil Monsen2011-07-181-0/+250
* Patch t/win32/system.t for mingw32/64Sisyphus2009-10-141-1/+1
* Make t/win32/system.t use the more common compiler checkMax Maischein2009-01-261-1/+1
* RE: $Win32::VERSION problemJan Dubois2007-03-082-65/+0
* Fix another Win32 breakage caused by change 23554Steve Hay2004-12-061-1/+3
* Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3Rafael Garcia-Suarez2004-03-041-0/+13
* WinCE many fixesVadim Konovalov2002-04-281-1/+1
* system_tests are relevant only to win32\system.tNikola Knezevic2002-04-262-3/+123
* was: t/win32/system.t Borland too helpfulVadim Konovalov2002-04-231-0/+18
* clean up after stray test file litteringGurusamy Sarathy2002-04-221-2/+1
* Move also the Win32 system testing to t/win32.Jarkko Hietaniemi2002-04-121-0/+157
* Integrate change #15879 from maint-5.6;Jarkko Hietaniemi2002-04-121-0/+52