summaryrefslogtreecommitdiff
path: root/win32/win32.h
Commit message (Expand)AuthorAgeFilesLines
...
* if (0) the PL_widesyscalls code for now: SarathyJarkko Hietaniemi2003-01-161-1/+1
* Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?Gurusamy Sarathy2002-11-071-0/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-25/+7
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-3/+0
* 5005threads builds again on windowsGurusamy Sarathy2002-05-081-1/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-5/+19
* Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of s...Jan Dubois2002-02-121-0/+6
* Win32 signal emulation cleanup.Nick Ing-Simmons2002-01-261-19/+25
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-2/+4
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-0/+3
* (Re-)implement alarm() for Win32.Nick Ing-Simmons2002-01-091-0/+8
* Define the two socket error numbers in terms of WSAEXXXXX equivalentsNick Ing-Simmons2001-12-291-0/+7
* Win32 compilation tweaks for Blair Zajac.Jarkko Hietaniemi2001-11-251-0/+4
* Tweak for build with Mingw32 - __attribute__((unused)) is not likedNick Ing-Simmons2001-10-281-0/+6
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-54/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-5/+5
* Re: DYNAMIC_ENV_FETCH HvNAME abuse.Abhijit Menon-Sen2001-06-161-1/+0
* Fix Win32 for new spelling IN_BYTESNick Ing-Simmons2001-05-311-2/+2
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-3/+4
* Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-231-5/+0
* fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem isGurusamy Sarathy2000-12-051-0/+1
* Quieten some noise in Win32 builds:Nick Ing-Simmons2000-12-041-0/+2
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-0/+4
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-1/+1
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-0/+1
* on Windows, avoid potential exception (could happen if MSVCRT isn'tGurusamy Sarathy2000-10-091-0/+50
* Reveal Borland's isnan.Vadim Konovalov2000-08-311-0/+2
* move WNOHANG definition to where other such things areGurusamy Sarathy2000-08-171-4/+5
* fix and question re: waitpid() under win32Brian Clarke2000-08-011-0/+4
* integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-0/+7
* windows portability tweaksGurusamy Sarathy2000-04-291-0/+2
* due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-0/+4
* track more of the child state on WindowsGurusamy Sarathy2000-03-091-0/+17
* vendorlib support for Windows; regen win32/config*Gurusamy Sarathy2000-03-061-2/+4
* patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);Gurusamy Sarathy2000-03-021-4/+5
* Windows miscellanyGurusamy Sarathy2000-03-011-6/+0
* change#5364 had a few problemsGurusamy Sarathy2000-02-291-1/+1
* utf8-ize @ARGV when -C switch is used on WindowsGurusamy Sarathy2000-02-291-0/+1
* various shenanigans in change#5342Gurusamy Sarathy2000-02-291-0/+2
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-4/+3
* windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-201-0/+8
* some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-191-0/+1
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-1/+1
* various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-071-7/+9
* workaround for undefined symbolGurusamy Sarathy2000-02-021-0/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-3/+5
* tweak exports list on WindowsGurusamy Sarathy2000-01-261-2/+2
* eliminate need for perl95.exe on Windows 9x by working around CRTGurusamy Sarathy2000-01-251-3/+5
* force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-241-0/+1
* s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/gGurusamy Sarathy2000-01-041-1/+1