summaryrefslogtreecommitdiff
path: root/win32/win32.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* various Windows build tweaksGurusamy Sarathy1999-12-311-38/+43
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-5/+3
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-281-16/+5
* windows build tweaks for Borland compilerGurusamy Sarathy1999-12-051-0/+1
* applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-051-7/+0
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-0/+2
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-10/+27
* win32 internal data must be interpreter-localGurusamy Sarathy1999-11-081-25/+40
* patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but notGurusamy Sarathy1999-10-271-0/+7
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-2/+2
* some versions of mingw32 have __int64, define iff it isn'tGurusamy Sarathy1999-10-061-1/+3
* C<union any> needs no PERL_OBJECT-treatmentGurusamy Sarathy1999-07-201-9/+0
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-2/+2