summaryrefslogtreecommitdiff
path: root/win32/win32.h
Commit message (Collapse)AuthorAgeFilesLines
* patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);Gurusamy Sarathy2000-03-021-4/+5
| | | | | some parts not applied p4raw-id: //depot/perl@5445
* Windows miscellanyGurusamy Sarathy2000-03-011-6/+0
| | | p4raw-id: //depot/perl@5388
* change#5364 had a few problemsGurusamy Sarathy2000-02-291-1/+1
| | | | | p4raw-link: @5364 on //depot/perl: 729a02f2394e6a50fe8352c9471391b53e54ac40 p4raw-id: //depot/perl@5368
* utf8-ize @ARGV when -C switch is used on WindowsGurusamy Sarathy2000-02-291-0/+1
| | | p4raw-id: //depot/perl@5364
* various shenanigans in change#5342Gurusamy Sarathy2000-02-291-0/+2
| | | | | p4raw-link: @5342 on //depot/perl: ba869debd80c55cfae8e9d4de0991d62f9efcb9b p4raw-id: //depot/perl@5343
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-4/+3
| | | p4raw-id: //depot/perl@5342
* windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-201-0/+8
| | | | | | attempts to lock uninitialized critical section in files that were never explicitly opened (from Doug Lankshear) p4raw-id: //depot/perl@5169
* some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-191-0/+1
| | | | | trash memory) p4raw-id: //depot/perl@5129
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-1/+1
| | | | | introduce -C switch (sets $^WIDE_SYSTEM_CALLS) p4raw-id: //depot/perl@5029
* various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-071-7/+9
| | | | | | and restoring system error across TLS fetch; avoid needless copying of buffers p4raw-id: //depot/perl@5024
* workaround for undefined symbolGurusamy Sarathy2000-02-021-0/+1
| | | p4raw-id: //depot/perl@4966
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-3/+5
| | | | | | | calls should using widechar APIs; chr and sprintf "%c" also follow this flag in the absense of "use byte"; "use utf8" sets $^U=1 (this appears kludgey) p4raw-id: //depot/perl@4937
* tweak exports list on WindowsGurusamy Sarathy2000-01-261-2/+2
| | | p4raw-id: //depot/perl@4902
* eliminate need for perl95.exe on Windows 9x by working around CRTGurusamy Sarathy2000-01-251-3/+5
| | | | | | | bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified to call the fixed version of open_osfhandle() only on Windows 9x; updated the makefiles and README.win32 to suit p4raw-id: //depot/perl@4892
* force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-241-0/+1
| | | | | p4raw-link: @4878 on //depot/perl: 6f4183fe04888927cb36b966262c959c5166404b p4raw-id: //depot/perl@4879
* s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/gGurusamy Sarathy2000-01-041-1/+1
| | | p4raw-id: //depot/perl@4752
* various Windows build tweaksGurusamy Sarathy1999-12-311-38/+43
| | | p4raw-id: //depot/perl@4743
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-5/+3
| | | | | | to allow ByteLoader to work; the DATA filehandles continue to be left open in text mode for compatibility p4raw-id: //depot/perl@4739
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-281-16/+5
| | | p4raw-id: //depot/perl@4729
* windows build tweaks for Borland compilerGurusamy Sarathy1999-12-051-0/+1
| | | p4raw-id: //depot/perl@4654
* applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-051-7/+0
| | | | | | Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB p4raw-id: //depot/perl@4653
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-0/+2
| | | p4raw-id: //depot/perl@4603
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-10/+27
| | | p4raw-id: //depot/perl@4602
* win32 internal data must be interpreter-localGurusamy Sarathy1999-11-081-25/+40
| | | p4raw-id: //depot/perl@4536
* patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but notGurusamy Sarathy1999-10-271-0/+7
| | | | | perl; stdout/stderr redirects seem broken as well) p4raw-id: //depot/perl@4474
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-2/+2
| | | | | windows p4raw-id: //depot/perl@4402
* some versions of mingw32 have __int64, define iff it isn'tGurusamy Sarathy1999-10-061-1/+3
| | | p4raw-id: //depot/perl@4305
* C<union any> needs no PERL_OBJECT-treatmentGurusamy Sarathy1999-07-201-9/+0
| | | p4raw-id: //depot/perl@3706
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-2/+2
| | | p4raw-id: //depot/perl@3669
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-16/+20
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
| | | p4raw-id: //depot/perl@3660
* MINGW32 and EGCS 1.1.2 supportJan Dubois1999-07-041-1/+1
| | | | | Message-ID: <374c53ac.10322322@smtp1.ibm.net> p4raw-id: //depot/perl@3566
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-8/+19
| | | | | | | | | gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-2/+2
| | | | | | headers, so perl can be built even in C++ mode; win32 build fixups; regen headers p4raw-id: //depot/perl@3537
* win32 build fixesGurusamy Sarathy1999-06-101-15/+20
| | | p4raw-id: //depot/perl@3525
* remove _() non-ansismGurusamy Sarathy1999-06-021-7/+7
| | | p4raw-id: //depot/perl@3518
* add wide versions of win32 system calls (first step inGurusamy Sarathy1999-05-281-0/+14
| | | | | | globalization); delayload winsock for performance if compiling with VC 6.0 p4raw-id: //depot/perl@3501
* Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-151-1/+2
| | | | | - now more like other Win32 compilers p4raw-id: //depot/perl@3425
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-0/+2
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* support POSIX::uname() via win32_uname()Gurusamy Sarathy1999-03-241-0/+12
| | | p4raw-id: //depot/perl@3134
* implement win32_spawnvp() internally, making it return true PIDsGurusamy Sarathy1999-03-221-18/+19
| | | | | | for asynchronous spawns; fix win32_kill() to always deal with PIDs p4raw-id: //depot/perl@3123
* another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-211-0/+5
| | | | | work on sockets p4raw-id: //depot/perl@2255
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+3
| | | | | ambiguous inference graph for %.xs --> %.o) p4raw-id: //depot/perl@2086
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-0/+9
| | | p4raw-id: //depot/perl@1890
* Two tweaks to allow quiet compile qith egcs-1.1Nick Ing-Simmons1998-09-121-0/+4
| | | p4raw-id: //depot/maint-5.005/perl@1784
* win32 tweaksDouglas Lankshear1998-07-221-0/+3
| | | | | Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1640
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-8/+10
| | | p4raw-id: //depot/perl@1612
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-6/+6
| | | p4raw-id: //depot/ansiperl@1537
* win32 fixes for VC 6.0 nitsGurusamy Sarathy1998-07-111-0/+1
| | | p4raw-id: //depot/perl@1435
* add FILE_SHARE_DELETE ifndef in win32.hGurusamy Sarathy1998-06-251-1/+5
| | | p4raw-id: //depot/perl@1214