summaryrefslogtreecommitdiff
path: root/win32/perllib.c
Commit message (Expand)AuthorAgeFilesLines
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+0
* Win32 fixes:Nick Ing-Simmons2002-01-131-0/+14
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-131/+3
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
* perl_clone_host() needs PERL_IMPLICIT_SYS.Jarkko Hietaniemi2001-06-261-1/+1
* Adds perl_clone_host under IMPLICIT SYSArtur Bergman2001-06-261-0/+23
* Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIONick Ing-Simmons2000-12-051-3/+6
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-2/+1
* get sources building on windows+MSVC again (untested with otherGurusamy Sarathy2000-11-231-0/+2
* Win32 builds and runs (mostly) with USE_PERLIO.Nick Ing-Simmons2000-11-211-0/+1
* free TLS slot properly on WindowsGurusamy Sarathy2000-08-211-0/+4
* winsock cleanup never done on Windows (leads to handle leaks)Gurusamy Sarathy2000-07-051-0/+5
* due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-11/+13
* perldelta update, typos and whitespace adjustmentsGurusamy Sarathy2000-03-111-6/+5
* patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);Gurusamy Sarathy2000-03-021-0/+3
* Windows miscellanyGurusamy Sarathy2000-03-011-0/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-26/+4
* various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-071-2/+8
* windows build fixups from uniform DLL name change to perl56.dllGurusamy Sarathy2000-01-251-74/+36
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-281-1/+1
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-1/+0
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1352/+150
* cosmetic tweaksGurusamy Sarathy1999-11-141-2/+0
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-5/+11
* [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-0/+7
* cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+4
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+8
* win32 tweakGurusamy Sarathy1999-10-251-0/+1
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-196/+213
* misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-281-9/+57
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-33/+26
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-0/+2
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-21/+1465
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-2/+0
* win32 build fixesGurusamy Sarathy1999-06-101-5/+6
* remove _() non-ansismGurusamy Sarathy1999-06-021-2/+2
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-2/+2
* various win32 fixesGurusamy Sarathy1998-06-141-1/+1
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-2/+2
* [win32] Revert to keeping (some) constant strings as globalsGurusamy Sarathy1997-12-021-0/+2
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-0/+8
* Stop double initialisation of malloc_mutex:Ilya Zakharevich1997-11-271-4/+0
* MYMALLOC for Win32:Nick Ing-Simmons1997-11-161-0/+4
* Egregious IOsubsystem code excised. Phew, what a relief! TwoGurusamy Sarathy1997-11-121-5/+0
* Clean up win32/win32sck.c (runtime load of Winsock now gone, it can beGurusamy Sarathy1997-11-121-6/+0
* Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-4/+0
* win32 extras and embeddingGurusamy Sarathy1997-08-071-273/+0