| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -3/+3 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -3/+12 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -23/+18 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -3/+3 |
* | Borland C++ for Win32 fixes; perl@9359 (also perl@9424) | Vadim Konovalov | 2001-03-29 | 1 | -0/+4 |
* | fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is | Gurusamy Sarathy | 2000-12-05 | 1 | -0/+35 |
* | Configure GCC/Win32 build -Duseperlio | Nick Ing-Simmons | 2000-11-19 | 1 | -0/+1 |
* | Redo #7679 with LFs instead of CRLFs. | Jarkko Hietaniemi | 2000-11-14 | 1 | -37/+37 |
* | Get PerlIO building on Win32 | Benjamin Stuhl | 2000-11-14 | 1 | -2/+37 |
* | tweak for change#7173 | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+2 |
* | on Windows, avoid potential exception (could happen if MSVCRT isn't | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+1 |
* | change#6328 could make close(SOCKET) return false on windows | Gurusamy Sarathy | 2000-08-16 | 1 | -8/+17 |
* | windows build tweaks (op/sprintf.t still fails tests 120-121, 149) | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | accept() leaks memory on windows due to incorrect ordering of | Gurusamy Sarathy | 2000-07-10 | 1 | -4/+5 |
* | winsock options weren't being set in all threads under ithreads | Gurusamy Sarathy | 2000-07-10 | 1 | -4/+4 |
* | winsock cleanup never done on Windows (leads to handle leaks) | Gurusamy Sarathy | 2000-07-05 | 1 | -6/+7 |
* | win32 internal data must be interpreter-local | Gurusamy Sarathy | 1999-11-08 | 1 | -22/+10 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -17/+17 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1/+15 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -20/+20 |
* | win32_recvfrom() compatibility fix | Gurusamy Sarathy | 1998-11-21 | 1 | -0/+7 |
* | fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2 | Gurusamy Sarathy | 1998-07-21 | 1 | -4/+0 |
* | make 4-arg win32_select() sleep more reasonably on false values | Blair Zajac | 1998-07-04 | 1 | -2/+5 |
* | [asperl] add AS patch#21 (misc. fixes) | Gurusamy Sarathy | 1998-05-27 | 1 | -1/+2 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-04-08 | 1 | -2/+27 |
|\ |
|
| * | [win32] set sockets to nonoverlapped mode for every thread | Steve Nielsen | 1998-03-12 | 1 | -2/+27 |
* | | [asperl] various changes to get asperl working under Borland | Gurusamy Sarathy | 1998-03-16 | 1 | -0/+4 |
* | | [asperl] added AS patch#9 | Gurusamy Sarathy | 1998-02-26 | 1 | -1/+8 |
|/ |
|
* | [win32] support win32_select(0,0,0,msec) (winsock doesn't) | Gurusamy Sarathy | 1998-02-04 | 1 | -0/+8 |
* | [win32] bug: win32_select() must StartSockets() | Gurusamy Sarathy | 1998-02-04 | 1 | -0/+1 |
* | [win32] Various win32 fixes | Gurusamy Sarathy | 1998-01-04 | 1 | -1/+1 |
* | [win32] support ioctl() on sockets (does what ioctlsocket() does) to make | Gurusamy Sarathy | 1997-12-24 | 1 | -1/+23 |
* | Avoid __declspec(thread) by default, for both scratch | Nick Ing-Simmons | 1997-11-29 | 1 | -1/+12 |
* | Add files and tweak others to get 'native' Mingw32 gcc port as | Nick Ing-Simmons | 1997-11-27 | 1 | -0/+3 |
* | [Win32] Export our own FD_SET() et al to complete sockets-as-handles pretense. | Gurusamy Sarathy | 1997-11-18 | 1 | -67/+19 |
* | More cleanups of win32/win32*.[ch] files. win32/win32iop.h now | Gurusamy Sarathy | 1997-11-12 | 1 | -1/+2 |
* | Egregious IOsubsystem code excised. Phew, what a relief! Two | Gurusamy Sarathy | 1997-11-12 | 1 | -12/+3 |
* | Add missing win32_closesocket() and export it (extension writers' complaint). | Gurusamy Sarathy | 1997-11-12 | 1 | -1/+11 |
* | Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be | Gurusamy Sarathy | 1997-11-12 | 1 | -251/+143 |
* | Initial (untested) merge of all non-ansi changes on ansiperl branch | Gurusamy Sarathy | 1997-11-10 | 1 | -0/+7 |
* | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -8/+24 |
* | getservby*() calls fail on Windows NT | Gurusamy Sarathy | 1997-08-07 | 1 | -1/+4 |
* | [differences between cumulative patch application and perl5.004_01]perl-5.004_01 | Tim Bunce | 1997-06-11 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i] | Perl 5 Porters | 1997-04-25 | 1 | -6/+3 |
* | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97e | Perl 5 Porters | 1997-04-15 | 1 | -124/+25 |
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -408/+456 |
* | [inseparable changes from patch from perl5.003_23 to perl5.003_24]perl-5.003_24 | Perl 5 Porters | 1997-01-29 | 1 | -0/+761 |