summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* [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
| |\
| * \ Integrate win32 branch back into mainline.Malcolm Beattie1997-11-277-12/+13
| |\ \
| * | | Stop double initialisation of malloc_mutex:Ilya Zakharevich1997-11-271-4/+0
* | | | GCC + Threads on Win32 - best gcc results yetNick Ing-Simmons1997-11-296-10/+28
* | | | Builds completely with Mingw32, dynamic loaded extensionsNick Ing-Simmons1997-11-285-80/+92
| |_|/ |/| |
* | | GCC builds perl.dll and perl.exe on Win32Nick Ing-Simmons1997-11-272-14/+20
* | | Add files and tweak others to get 'native' Mingw32 gcc port asNick Ing-Simmons1997-11-2711-2/+2909
| |/ |/|
* | [win32] Various changes to make it build cleanly and pass all tests:Gurusamy Sarathy1997-11-266-10/+10
* | [win32] reverse integrate mainlineGurusamy Sarathy1997-11-252-8/+8
|\ \ | |/
| * Integrate from ansi branch to mainline.Malcolm Beattie1997-11-2516-71/+351
| |\ | |/ |/|
| * AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-252-5/+5
| * Rename perl_thread to perl_os_thread.Malcolm Beattie1997-11-251-1/+1
* | Munge pseudo-Configure stuff to add -thread to archname asNick Ing-Simmons1997-11-227-31/+50
* | Builds and passes all but english.t on win32 VC++Nick Ing-Simmons1997-11-223-12/+48
* | ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-225-13/+53
* | Resolve ansiperl against win32Nick Ing-Simmons1997-11-221-67/+19
|\ \ | |/
* | Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-219-6/+93
|\ \ | |/
| * [Win32] Export our own FD_SET() et al to complete sockets-as-handles pretense.Gurusamy Sarathy1997-11-186-72/+76
* | MYMALLOC for Win32:Nick Ing-Simmons1997-11-1612-17/+143
* | Implement dTHR via __declspec(thread) - part 2Nick Ing-Simmons1997-11-153-7/+18
* | Use __declspec(thread) var rather tha TslAlloc & co.Nick Ing-Simmons1997-11-153-7/+21
|/
* Fix various details in win32 makefiles and Config.pm setup.Gurusamy Sarathy1997-11-145-40/+54
* More cleanups of win32/win32*.[ch] files. win32/win32iop.h nowGurusamy Sarathy1997-11-125-123/+110
* Really delete deleted files.Gurusamy Sarathy1997-11-122-2/+0
* Egregious IOsubsystem code excised. Phew, what a relief! TwoGurusamy Sarathy1997-11-1211-608/+286