summaryrefslogtreecommitdiff
path: root/win32/perllib.c
Commit message (Expand)AuthorAgeFilesLines
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* Revert "Revert "set PERL_EXIT_DESTRUCT_END in all embeddings""Yves Orton2022-09-031-0/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-88/+88
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-12/+0
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-40/+0
* Revert "set PERL_EXIT_DESTRUCT_END in all embeddings"David Mitchell2018-05-111-1/+0
* set PERL_EXIT_DESTRUCT_END in all embeddingsZefram2017-12-221-0/+1
* fix up faulty perl embeddingsZefram2017-12-211-5/+4
* Resolve issue with Win32 caused by 0301e8995Chris 'BinGOs' Williams2017-12-201-1/+1
* move Win32's $^X code to where all other OSes' $^X code livesDaniel Dragan2015-12-021-11/+0
* Remove unused variableSteve Hay2014-04-141-1/+0
* Fix DllMain definition to fix building with gcc-4.8.1 from www.mingw.orgSteve Hay2014-04-141-1/+1
* Remove leftover Windows 95 / Windows NT4 support codeSteve Hay2014-02-261-14/+3
* Include the Win32 extension in the ALL_STATIC build on Win32Steve Hay2013-06-071-8/+0
* consting in perl.c:S_Internals_V and Win32 DynaLoaderDaniel Dragan2012-10-311-1/+1
* The Borland Chainsaw MassacreSteve Hay2011-09-101-1/+1
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-4/+4
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+5
* Restore Windows NT supportJan Dubois2007-05-131-1/+1
* ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-051-0/+11
* [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres...Jan Dubois2007-01-031-9/+21
* Change #29424 may well be correct in itself, but currently doesn'tSteve Hay2006-12-041-13/+3
* Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testingYves Orton2006-12-031-3/+13
* RE: [PATCH-for-28089] wince yet another stepVadim Konovalov2006-05-041-1/+1
* Merge WinCE and Win32 directories -- Initial patchYves Orton2006-04-281-2/+44
* Fix static extensions when building with nmake on Win32Steve Hay2005-07-151-6/+0
* enable statically linked extensions for Win32Vadim Konovalov2004-10-121-0/+15
* 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