summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Update information on which gcc versions are supported on WindowsSteve Hay2018-05-242-2/+4
* fix Mingw GCC C++ build errors PL_inf/PL_nanDaniel Dragan2018-05-242-20/+26
* update with perl527*delta removalDavid Mitchell2018-05-211-48/+0
* Fixes for 5.28.0Sawyer X2018-05-204-10/+11
* Revert "set PERL_EXIT_DESTRUCT_END in all embeddings"David Mitchell2018-05-111-1/+0
* Make gets() declaration extern "C"Steve Hay2018-04-231-1/+1
* Make PERLIO_FILE_file() an lvalueLeon Timmermans2018-04-231-1/+1
* Fix Module::CoreList versionsSawyer X2018-04-204-29/+29
* new perldelta for 5.27.12 or 5.28.0Sawyer X2018-04-204-6/+10
* Add HAS_STRTOD_L to metaconfig.h and rebuild ConfigureAaron Crane2018-04-193-0/+3
* Rebuild Configure from latest unitsAaron Crane2018-04-193-0/+3
* Import perl5244delta.pod and perl5262delta.podSteve Hay2018-04-141-0/+8
* fix win32 with Ming.org GCC 3.4.5 buildDaniel Dragan2018-04-123-14/+35
* fix parallel ALL_STATIC Win32 buildDaniel Dragan2018-04-092-19/+39
* (perl #133009) handle the XP fallback after we're ready to writeTony Cook2018-04-022-4/+6
* Maintain extralibs order for linkerSergey Aleynikov2018-03-291-3/+3
* Fix ALL_STATIC builds with MinGWSergey Aleynikov2018-03-292-4/+4
* Fix spelling in windows makefilesSergey Aleynikov2018-03-293-6/+6
* Fix static builds with MinGWSergey Aleynikov2018-03-292-2/+2
* d_strchr is C89 and has been removed from ConfigureH.Merijn Brand2018-03-273-3/+0
* Bump the perl version in various places for 5.27.11Todd Rinaldo2018-03-203-3/+3
* New Perldelta for 5.27.11Todd Rinaldo2018-03-204-6/+10
* Actually make I18N::Langinfo avail on all platformsKarl Williamson2018-03-121-2/+1
* Bump versionreneeb2018-03-023-3/+3
* New Perldeltareneeb2018-03-024-6/+10
* (perl #127743) don't probe Storable limits so much (Win32 makefiles)Tony Cook2018-02-273-3/+3
* Fix gcc/dmake build on WindowsSteve Hay2018-02-161-4/+5
* (perl #127743) re-work recursion limit handlingTony Cook2018-02-083-10/+23
* Storable: various core fixups: $PERL,libpth,getcwdReini Urban2018-02-083-7/+3
* Storable: core Makefile.SH supportReini Urban2018-02-083-4/+31
* Define I_STDINT for gcc, and for VC++ 2010 onwardsSteve Hay2018-01-253-12/+16
* Bump the perl version in various places for 5.27.9Abigail2018-01-203-3/+3
* New perldelta for 5.27.9Abigail2018-01-204-6/+10
* configure probe for mkostemp()Zefram2017-12-223-0/+3
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-223-0/+9
* set PERL_EXIT_DESTRUCT_END in all embeddingsZefram2017-12-221-0/+1
* fix up faulty perl embeddingsZefram2017-12-211-5/+4
* Bump the perl version in various places for v5.27.8Chris 'BinGOs' Williams2017-12-203-3/+3
* New perldelta for v5.27.8Chris 'BinGOs' Williams2017-12-204-6/+10
* Resolve issue with Win32 caused by 0301e8995Chris 'BinGOs' Williams2017-12-201-1/+1
* Fix $Config{libpth} for x64 builds with VC++ earlier than 14.1 (VS2017)Steve Hay2017-11-283-0/+19
* Bump the perl version in various places for 5.27.7Karen Etheridge2017-11-203-3/+3
* new perldelta for 5.27.7Karen Etheridge2017-11-204-6/+10
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-184-0/+26
* Provide option to build with -D__USE_MINGW_ANSI_STDIOSteve Hay2017-11-152-4/+23
* Improve cl version detectionSteve Hay2017-11-151-12/+7
* avoid reading errno twice in a rowZefram2017-11-111-1/+2
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-1/+1
* Convert strncmp into strnEQ, strnNEKarl Williamson2017-10-242-4/+4
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-241-1/+1