This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #132147) bump *DBM_File versions
[perl5.git] / win32 /
2018-10-20 Aaron CraneBump the Perl version for 5.29.5
2018-10-20 Aaron CraneCreate new perldelta for 5.29.5-to-be
2018-10-15 Tomasz Konojackiwin32: define HAS_BUILTIN_EXPECT on MinGW
2018-10-05 Tony Cook(perl #133494) better document CCHOME for GCC builds
2018-09-24 sisyphusdefine HAS_LDEXPL in win32/config_H.gc
2018-09-23 sisyphusdefine d_ldexpl in win32/config.gc
2018-09-21 John SJ Andersonbumping versions to 5.29.4
2018-09-21 John SJ Andersonnew perldelta for 5.29.4
2018-08-24 Steve HayTidy up Windows makefiles' handling of CCTYPE=SDK2003SP1
2018-08-24 Steve HayFix Windows build with CCTYPE=SDK2003SP1
2018-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.29.3
2018-08-20 Chris 'BinGOs' Wil... new perldelta for 5.29.3
2018-08-06 Karl WilliamsonUse sv_catpvs where appropriate vs sv_catpv
2018-08-01 Tomasz Konojackiwin32: fix argumentless sleep()
2018-07-30 Steve HayFix setting GCCTARGET in win32/makefile.mk when CCTYPE...
2018-07-30 Daniel Draganfix version autodetect for Visual C 64bit edition
2018-07-24 Daniel Draganremove all exported symbols from GCC win32 miniperl
2018-07-20 Steve HayBump version to 5.29.2
2018-07-20 Steve HayCreate new perldelta for 5.29.2
2018-07-17 Steve HayClarify a comment - it's mini\.exists that gets deleted...
2018-07-17 Daniel Draganwin32/Makefile: prevent execution without CCTYPE set
2018-07-17 Daniel Draganwin32/Makefile: put mini config.h in correct place...
2018-07-10 Steve HayTidy-up from previous commit for consistency with other...
2018-07-10 Daniel Draganimplement USE_CPLUSPLUS build option in win32/GNUmakefile
2018-06-26 Sawyer Xbump version for 5.29.1
2018-06-26 Sawyer Xnew perldelta for 5.29.1
2018-06-23 Sawyer XBump version to 5.29.0 and regenerate everything
2018-06-23 Sawyer Xnew perldelta for 5.29.0
2018-06-23 Sawyer XAdd per5280delta.pod to MANIFEST
2018-05-24 Steve HayUpdate information on which gcc versions are supported...
2018-05-24 Daniel Draganfix Mingw GCC C++ build errors PL_inf/PL_nan
2018-05-21 David Mitchellupdate with perl527*delta removal
2018-05-20 Sawyer XFixes for 5.28.0
2018-05-11 David MitchellRevert "set PERL_EXIT_DESTRUCT_END in all embeddings"
2018-04-23 Steve HayMake gets() declaration extern "C"
2018-04-23 Leon TimmermansMake PERLIO_FILE_file() an lvalue
2018-04-20 Sawyer XFix Module::CoreList versions
2018-04-20 Sawyer Xnew perldelta for 5.27.12 or 5.28.0
2018-04-19 Aaron CraneAdd HAS_STRTOD_L to metaconfig.h and rebuild Configure
2018-04-19 Aaron CraneRebuild Configure from latest units
2018-04-14 Steve HayImport perl5244delta.pod and perl5262delta.pod
2018-04-12 Daniel Draganfix win32 with Ming.org GCC 3.4.5 build
2018-04-09 Daniel Draganfix parallel ALL_STATIC Win32 build
2018-04-02 Tony Cook(perl #133009) handle the XP fallback after we're ready...
2018-03-29 Sergey AleynikovMaintain extralibs order for linker
2018-03-29 Sergey AleynikovFix ALL_STATIC builds with MinGW
2018-03-29 Sergey AleynikovFix spelling in windows makefiles
2018-03-29 Sergey AleynikovFix static builds with MinGW
2018-03-27 H.Merijn Brandd_strchr is C89 and has been removed from Configure
2018-03-20 Todd RinaldoBump the perl version in various places for 5.27.11
2018-03-20 Todd RinaldoNew Perldelta for 5.27.11
2018-03-12 Karl WilliamsonActually make I18N::Langinfo avail on all platforms
2018-03-02 reneebBump version
2018-03-02 reneebNew Perldelta
2018-02-26 Tony Cook(perl #127743) don't probe Storable limits so much...
2018-02-16 Steve HayFix gcc/dmake build on Windows
2018-02-08 Tony Cook(perl #127743) re-work recursion limit handling
2018-02-08 Reini UrbanStorable: various core fixups: $PERL,libpth,getcwd
2018-02-08 Reini UrbanStorable: core Makefile.SH support
2018-01-25 Steve HayDefine I_STDINT for gcc, and for VC++ 2010 onwards
2018-01-20 AbigailBump the perl version in various places for 5.27.9
2018-01-20 AbigailNew perldelta for 5.27.9
2017-12-22 Zeframconfigure probe for mkostemp()
2017-12-22 Zeframconfigure probes for accept4(), dup3(), pipe2()
2017-12-22 Zeframset PERL_EXIT_DESTRUCT_END in all embeddings
2017-12-21 Zeframfix up faulty perl embeddings
2017-12-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.27.8
2017-12-20 Chris 'BinGOs' Wil... New perldelta for v5.27.8
2017-12-20 Chris 'BinGOs' Wil... Resolve issue with Win32 caused by 0301e8995
2017-11-28 Steve HayFix $Config{libpth} for x64 builds with VC++ earlier...
2017-11-20 Karen EtheridgeBump the perl version in various places for 5.27.7
2017-11-20 Karen Etheridgenew perldelta for 5.27.7
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-11-15 Steve HayProvide option to build with -D__USE_MINGW_ANSI_STDIO
2017-11-15 Steve HayImprove cl version detection
2017-11-11 Zeframavoid reading errno twice in a row
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-10-24 Karl WilliamsonConvert strncmp into strnEQ, strnNE
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneRely on C89 <assert.h>
2017-10-21 Aaron CraneRely on C89 <math.h>
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 strerror()
2017-10-21 Aaron CraneDon't try to use <values.h>
2017-10-21 Aaron CraneRely on C89 <float.h> defining DBL_DIG
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 <stdarg.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneDon't pretend to determine whether ansi2knr is needed
2017-10-21 Aaron CraneRely on C89 variadic prototypes
2017-10-21 Aaron CraneRely on C89 vprintf()
2017-10-21 Aaron CraneRely on C89 snprintf()
2017-10-21 Aaron CraneAssume C89 "volatile" keyword
next