summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rely on C89 <string.h>Aaron Crane2017-10-216-21/+0
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-216-21/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-216-21/+0
* Rely on C89 <math.h>Aaron Crane2017-10-216-21/+0
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-1/+0
* Rely on C89 strerror()Aaron Crane2017-10-216-42/+0
* Don't try to use <values.h>Aaron Crane2017-10-216-27/+0
* Rely on C89 <float.h> defining DBL_DIGAaron Crane2017-10-213-24/+0
* Rely on C89 <float.h>Aaron Crane2017-10-216-24/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-216-24/+0
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-213-36/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-216-27/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-216-21/+0