summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* [win32] misc small tweaksGurusamy Sarathy1998-02-284-9/+44
* Missed FREAD in bytecode.hNick Ing-Simmons1998-02-281-0/+1
* [win32] various changes to make win32 build under the new Configure & co.Gurusamy Sarathy1998-02-2610-1879/+1658
* [win32] undo previous change (no added value!)Gurusamy Sarathy1998-02-231-5/+0
* [win32] fix pl2bat.pl to tolerate trailing .bat (as suggested byGurusamy Sarathy1998-02-231-0/+5
* [win32] support chown() (just a noop for now)Gurusamy Sarathy1998-02-222-3/+7
* [win32] get compiler building under win32 (needed Makefile.PLGurusamy Sarathy1998-02-222-9/+25
* [win32] fix handle leak in join()Gurusamy Sarathy1998-02-201-2/+4
* [win32] non-debug VC builds are -O1 now (they say it works, and isGurusamy Sarathy1998-02-182-4/+4
* [win32] DLLs are now ok on mingw32/gcc-2.8.0 after removing theGurusamy Sarathy1998-02-172-6/+5
* [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-165-13/+17
* [win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/Gurusamy Sarathy1998-02-153-6/+6
* [win32] fix build problems due to renamed Config variablesGurusamy Sarathy1998-02-157-70/+273
* [win32] pickup lddlflags properly for Config.pmGurusamy Sarathy1998-02-125-8/+8
* [win32] fix opendir() problem on share namesGurusamy Sarathy1998-02-101-1/+4
* [win32] win32_utime() tweaks to avoid warningsGurusamy Sarathy1998-02-092-2/+8
* [win32] integrate mainline, plus a few small win32 enhancementsGurusamy Sarathy1998-02-073-11/+84
* [win32] support win32_select(0,0,0,msec) (winsock doesn't)Gurusamy Sarathy1998-02-041-0/+8
* [win32] bug: win32_select() must StartSockets()Gurusamy Sarathy1998-02-041-0/+1
* [win32] Fix minor problems with non USE_THREADS build. win32 branchGurusamy Sarathy1998-02-031-0/+1
* [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-191-9/+9
* [win32] add archname to *sitearch in config.{b,g,v}cGurusamy Sarathy1998-01-133-9/+9
* [win32] fix perlglob.bat warnings by splitting it from File::DosGlobGurusamy Sarathy1998-01-133-14/+61
* [win32] various tweaks to build support (NOTE: meant for 5.004_57)Gurusamy Sarathy1998-01-136-65/+125
* [win32] Allow $ENV{PERL5SHELL} to contain switches etc., and documentGurusamy Sarathy1998-01-051-29/+81
* [win32] Support case-tolerant %ENVGurusamy Sarathy1998-01-051-0/+2
* [win32] Add a tweaked version of:Tye McQueen1998-01-043-0/+30
* [win32] Various win32 fixesGurusamy Sarathy1998-01-0411-100/+264
* [win32] make $? Unix (and ActiveWare) compatibleGurusamy Sarathy1997-12-241-4/+4
* [win32] support ioctl() on sockets (does what ioctlsocket() does) to makeGurusamy Sarathy1997-12-244-10/+27
* [win32] support getlogin()Gurusamy Sarathy1997-12-248-20/+36
* [win32] add support for crypt() via user-supplied des_fcrypt() source or libr...Gurusamy Sarathy1997-12-246-39/+124
* [win32] re-add PERLVARI?C? change that somehow went missing in makedef.plGurusamy Sarathy1997-12-081-1/+1
* [win32] Revert to keeping (some) constant strings as globalsGurusamy Sarathy1997-12-022-5/+2
* [win32] makegcc.mk merged into makefile.mk, so makegcc.mk is gone.Gurusamy Sarathy1997-12-025-689/+240
* [win32] Integrate winansi again. Result builds and passes all tests on allGurusamy Sarathy1997-12-021-1/+1
|\
| * Sarathy's patchNick Ing-Simmons1997-12-024-9/+15
* | [win32] various hacks to get mingw32 to build. Sync Makefile with makefile.mk.Gurusamy Sarathy1997-12-026-45/+77
|/
* Builds and passes all tests with gcc on Win32 - phew!Nick Ing-Simmons1997-12-011-0/+5
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-018-167/+243
* Fixup exports in non -DDEBUGGING caseNick Ing-Simmons1997-11-301-0/+6
* Disable hard-coded -DDEBUGGINGNick Ing-Simmons1997-11-301-3/+0
* embed.pl now reads *var*.h to do its stuff.Nick Ing-Simmons1997-11-302-11/+24
* Globals and structs via macros - part 1 of NNick Ing-Simmons1997-11-291-0/+2
* VC++ default to threadedNick Ing-Simmons1997-11-291-1/+1
* Avoid __declspec(thread) by default, for both scratchNick Ing-Simmons1997-11-295-2/+56
* Non-threaded build fixNick Ing-Simmons1997-11-291-0/+6
* Sort out malloc_mutex for perl's mallocNick Ing-Simmons1997-11-292-6/+8
* Integrate win32 into ansiperlNick Ing-Simmons1997-11-291-4/+0
|\
| * [win32] integrate winansi.Gurusamy Sarathy1997-11-2812-6/+2919
| |\