This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'perlgov-omnibus-amendments' into blead
[perl5.git] / win32 /
2021-09-20 Matthew HorsfallBump versions from v5.35.4 to v5.35.5
2021-09-20 Matthew Horsfallnew perldelta for v5.35.5
2021-09-17 Tomasz Konojackiwin32: regen config_H.(gc|vc)
2021-09-15 Nicholas ClarkSimplify the code related to prime_env_iter().
2021-09-07 Nicholas ClarkA Configure test for C11 thread local storage specifice...
2021-09-01 Tony Cookdetect struct stat.st_dev's size and signedness, and...
2021-08-23 Karen EtheridgeBump the perl version in various places for 5.35.4
2021-08-21 Karen Etheridgemake way for 5.35.4
2021-08-11 Tony Cookonly #include <xlocale.h> when it is actually needed
2021-07-30 Karl Williamsonwin32.c: Save a '&' instr by casting to U8
2021-07-29 Biswapriyo Nathwin32/GNUmakefile: Remove -s option from compiler flags
2021-07-29 Biswapriyo Nathwin32/GNUmakefile: Get CPU arch from target triplet
2021-07-29 Biswapriyo Nathwin32: Use -shared option instead of -mdll to create DLL
2021-07-24 Neil BowersBump the perl version in various places ready for 5...
2021-07-24 Neil Bowersnew perldelta for 5.35.3
2021-07-06 James E KeenanIntroduce Pod::Html::Auxiliary
2021-06-28 Leon TimmermansRemove :win32 PerlIO layer
2021-06-20 Max MaischeinBump the perl version in various places for 5.35.2
2021-06-20 Max Maischeinnew perldelta for 5.35.2
2021-06-15 Felipe GasperFix spelling: precede
2021-06-12 Karl WilliamsonConfigure: apply recent metaconfig changes
2021-06-12 Karl WilliamsonConfigure changes for HAS_NON_INT_BITFIELDS
2021-06-09 Tomasz Konojackireplace all instances of PERL_IMPLICIT_CONTEXT with...
2021-05-22 Max MaischeinBump the perl version in various places for 5.35.1
2021-05-21 Ricardo Signesperldelta: add a new delta for v5.35.1
2021-05-20 Sawyer XNew perldelta
2021-05-20 Sawyer XBump to 5.35.0:
2021-05-15 Tony Cookset -fwrapv on by default unconditionally
2021-05-04 Sawyer XMerge all perldelta files to create perl534delta.pod
2021-05-04 Sawyer XBump perl version in various places for 5.34.0
2021-04-21 Todd Rinaldonew perldelta for 5.33.10
2021-04-13 Tomasz Konojackiwin32.c: make reading UTF-8 characters from the console...
2021-03-21 Nicolas RBump the Perl version to 5.33.9
2021-03-21 Nicolas Rnew perldelta for 5.33.9
2021-02-20 reneebbump version to 5.33.8
2021-02-20 reneebadd new perldelta for 5.33.8
2021-01-30 Tomasz KonojackiSet $Config{libpth} properly for MinGW builds
2021-01-28 xenuwin32: remove makefile.mk (#18511)
2021-01-26 Steve HayRestore build with some mingw.org compilers using mingw...
2021-01-23 Steve HayImport perl5321delta.pod
2021-01-21 Richard LeachBump version to 5.33.7
2021-01-21 Richard LeachNew perldelta for 5.33.7
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2021-01-11 sisyphuswin32/makefile.mk - enable USE_QUADMATH builds (mingw...
2021-01-11 sisyphuswin32/GNUmakefile - enable USE_QUADMATH builds (mingw...
2021-01-11 sisyphuswin32/config_sh.PL - enable USE_QUADMATH builds (mingw...
2021-01-11 sisyphuswin32/config_H.gc - enable USE_QUADMATH builds (mingw...
2021-01-07 Tony Cookreinstate USE_LARGE_FILES for the packaged win32 config...
2020-12-27 sisyphuswin32/GNUmakefile - define __USE_MINGW_ANSI_STDIO by...
2020-12-27 sisyphuswin32/makefile.mk - define __USE_MINGW_ANSI_STDIO by...
2020-12-21 Ricardo Signesperlgov: the perl governance document
2020-12-20 Max MaischeinBump version to 5.33.6
2020-12-20 Max Maischeinnew perldelta for 5.33.6
2020-12-20 Karl WilliamsonAdd Configure probe for getenv() buffer race
2020-12-19 Jason McIntoshAdd pod/perldocstyle.pod 18412/head
2020-12-02 Tony Cookfix the results of my stupidity
2020-12-01 David Mitchellappend colon to USE_STRICT_BY_DEFAULT description
2020-12-01 Tony Cookwin32 symlink: reindent
2020-12-01 Tony Cookwin32 symlink: treats paths that look like directories...
2020-12-01 Tony CookWin32: try to make the new stat pre-Vista compatible
2020-12-01 Tony Cookpre-vista support for win32_symlink
2020-12-01 Tony CookWin32: don't include version specific config for prebui...
2020-12-01 Tony Cooklstat(), readlink() and unlink() treat directory juncti...
2020-12-01 Tony Cookremove ${^WIN32_SLOPPY_STAT}
2020-12-01 Tony Cookwin32 symlink: only use the unprivileged flag if window...
2020-12-01 Tony CookWin32: re-work FILETIME <=> time_t conversions
2020-12-01 Tony CookWin32: implement our own stat(), and hence our own...
2020-12-01 Tony CookWin32: implement symlink() and readlink()
2020-12-01 Tony CookWin32: add lstat(), fetch st_dev and st_ino and fetch...
2020-11-23 Tomasz Konojackiwin32: remove support for disabling USE_LARGE_FILES
2020-11-20 Tom HukinsBump version to 5.33.5
2020-11-20 Tom HukinsCreate new perldelta for 5.33.5
2020-10-20 Steve HayBump version to 5.33.4
2020-10-20 Steve HayCreate new perldelta for 5.33.4
2020-10-14 Tomasz Konojackiwin32: use the same manifest for Visual C++ and gcc...
2020-10-03 Samanta NavarroFix typos
2020-09-20 Sawyer XBump the perl version in various places for 5.33.3
2020-09-20 Sawyer Xnew perldelta for 5.33.3
2020-09-15 Todd RinaldoAdd the Configure option to enable strict by default...
2020-09-10 John LightseyDocument the security team's processes and practices
2020-08-21 Dagfinn Ilmari Man... Remove 5005threads vestiges from Configure and friends
2020-08-20 Karen EtheridgeBump the perl version in various places for 5.33.2
2020-08-20 Karen Etheridgenew perldelta for 5.33.2
2020-07-30 Leon TimmermansMake pl2bat use ExtUtils::PL2Bat
2020-07-30 Leon TimmermansEliminate -a option of pl2bat
2020-07-24 Tomasz Konojackiwin32.c: rework the waitpid(-1, WNOHANG) fix
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-20 Dagfinn Ilmari Man... Remove the final remnants of 5005threads support
2020-07-17 Karen Etheridgenew perldelta for 5.33.1
2020-07-17 Sawyer XBump the perl version in various paces for 5.33.1
2020-07-17 Sawyer Xnew perldelta for 5.33.1
2020-06-27 Sawyer XBumps, perldeltas, pods
2020-06-27 Sawyer XBump to 5.33.0
2020-06-01 Steve HayImport perl5283delta.pod and perl5303delta.pod
2020-05-30 Sawyer XFixup perldelta files
2020-05-30 Sawyer XBump perl version in various places for 5.32.0
2020-05-29 Sawyer XBump perl version in various places for 5.32.0
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
next