summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1/+1
* fix the results of my stupidityTony Cook2020-12-021-2/+0
* Win32: implement symlink() and readlink()Tony Cook2020-12-011-1/+6
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-0/+2
* (perl #134221) support append mode temp files on Win32 tooTony Cook2019-07-161-0/+1
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-152/+2
* win32: fix argumentless sleep()Tomasz Konojacki2018-08-011-1/+2
* Remove duplicate declaration of win32_stat from win32/win32iop.hSteve Hay2015-02-111-1/+0
* Silence compiler warnings with gcc 4.7.2 and 4.8.1 from www.mingw.orgSteve Hay2015-02-111-2/+2
* fix killpg on Win32, to meet posix expectations for killpgDaniel Dragan2014-03-271-0/+5
* WinCE Makefile and make_ext.pl general and XS fixesDaniel Dragan2013-10-211-0/+153
* win32_freeenvironmentstrings: convert nonpublic exported function to macroDaniel Dragan2012-10-171-1/+3
* We don't support compilers other than MS VC++ and MinGW/gcc on WindowsSteve Hay2012-08-181-5/+1
* Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..).Karthik Rajagopalan2012-06-151-0/+2
* The Borland Chainsaw MassacreSteve Hay2011-09-101-9/+1
* Implement DIR* cloning on WindowsJan Dubois2010-10-251-0/+1
* Implement win32_isatty()Jan Dubois2009-12-171-0/+2
* Support $! stringification of socket error codes on Windows.Jan Dubois2009-11-131-2/+7
* [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres...Jan Dubois2007-01-031-0/+2
* Avoid redefinition warning for MinGWMattia Barbon2005-06-271-0/+3
* Make opendir() filename const in Win32-land & friendsSteve Hay2005-06-241-1/+1
* Salvage parts of #19667.Jarkko Hietaniemi2003-06-031-0/+1
* Retract #19667, #19660, #19659, #19658, #19657, #19656,Jarkko Hietaniemi2003-06-031-1/+0
* don't use File::Temp to implement PerlIO_tmpfile() on windows;Gurusamy Sarathy2003-06-021-0/+1
* windows: support for large filesGurusamy Sarathy2002-12-181-0/+2
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+3
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-0/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-9/+9
* Win32 signal emulation cleanup.Nick Ing-Simmons2002-01-261-3/+4
* (Re-)implement alarm() for Win32.Nick Ing-Simmons2002-01-091-2/+3
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-0/+17
* PerlIO fixups for Win32:Nick Ing-Simmons2001-03-241-0/+1
* Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-231-4/+0
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-2/+2
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+10
* [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-0/+2
* win32 symbol export tweakGurusamy Sarathy1999-11-081-5/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+7
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-0/+3
* more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-101-0/+2
* support POSIX::uname() via win32_uname()Gurusamy Sarathy1999-03-241-0/+3
* support win32_putenv()Gurusamy Sarathy1999-02-121-0/+3
* support optional crypt() with PERL_OBJECTDouglas Lankshear1998-07-221-1/+1
* various tweaks for PERL_OBJECT build & testGurusamy Sarathy1998-07-121-1/+1
* add win32_rename() that does what docs sayGurusamy Sarathy1998-07-101-0/+2
* back out change#1289 (additional pollution breaks things on win32)Gurusamy Sarathy1998-07-041-31/+31
* win32iop.h #definesAnton Berezin1998-07-041-31/+31
* export opendir() set of functions on win32Gurusamy Sarathy1998-07-021-0/+7
* various win32 odds and endsGurusamy Sarathy1998-06-151-0/+4
* Re: execv in toke.c [PATCH]: win32 wrapper for _66Jan Dubois1998-06-121-0/+2