This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove updated modules from list of needing dot in @INC
[perl5.git] / win32 /
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
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
next