This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Add diagnostic
[perl5.git] / win32 /
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
2017-10-21 Aaron CraneAssume we have C89 memchr()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-21 Aaron CraneRemove USE_STRUCT_COPY in favour of C89 struct assignment
2017-10-21 H.Merijn BrandAdd new Configure probes
2017-10-20 Steve HayBump version to 5.27.6
2017-10-20 Steve HayNew perldelta for 5.27.6
2017-10-19 Steve HayUpdate win32/config_H.[gv]c canned configuration files
2017-10-13 Dagfinn Ilmari Man... Finish adding memrchr Configure probe
2017-09-22 Steve HayAdd perldeltas for 5.24.3 and 5.26.1
2017-09-20 John SJ AndersonBump perl version to 5.27.5, including Module::CoreList...
2017-09-20 John SJ AndersonNew perldelta for 5.27.5
2017-09-11 Tony Cookadd probes for openat, unlinkat, renameat, linkat and...
2017-09-10 Tony Cook(perl #131665) avoid a buffer overflow in a buffer...
2017-08-21 Matthew HorsfallBump perl version to 5.27.4, including Module::CoreList...
2017-08-21 Matthew HorsfallAdd new perldelta for 5.27.4
2017-07-20 Aaron CraneBump Perl version from 5.27.2 to 5.27.3
2017-07-20 Aaron CraneNew draft perldelta for 5.27.3
2017-07-15 Steve HayAdd perldeltas for 5.22.4 and 5.24.2
2017-06-22 Eric HermanBump the perl version 5.27.1 -> 5.27.2
2017-06-20 Eric Hermannew perldelta
2017-06-16 Steve HayRemove unnecessary MSVC*FREE CCTYPEs from Windows makefiles
2017-06-15 Steve HayUpdate gmake for VS 2017
2017-06-14 Steve HayFix up CCINCDIR/CCLIBDIR for VC++ 14.1 (and VC++ 8...
2017-06-14 Steve HayUpdate dmake for VS 2017
2017-06-14 Steve HayUpdate nmake for VS 2017
2017-06-07 Jacques Germishuyscorrect PREMSVC80 typo
2017-06-07 Steve HayFix dmake build breakage when using Visual C++
2017-06-03 David MitchellBump the perl version in various places for 5.27.1
2017-05-31 Sawyer Xperldelta: New perldelta
2017-05-31 Sawyer XBump version: 5.26.0 -> 5.27.0, including fixes
2017-05-31 Sawyer Xperldelta: New perldelta (5.27.0)
2017-05-25 David Mitchellremove perl525*delta.pod
2017-05-11 Sawyer Xreorder
2017-05-11 Sawyer XSorted with cool trickery help by arc
2017-05-11 Sawyer XManually replace 52513 with 5260 perldelta filename
2017-04-20 Sawyer XBump version: 5.25.12 -> 5.26.0
2017-04-20 Sawyer XFix empty link problem
next