This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
OS X clock_nanosleep() emulation
[perl5.git] / win32 /
2016-02-10 Daniel Draganadd shortcut around syscalls when file not found in...
2016-01-27 Daniel Draganfix a race condition in parallel builds with Visual C
2016-01-26 Tony CookRevert "[perl #126632] more diagnostics"
2016-01-26 Dagfinn Ilmari Man... Probe for and expose more fields for SA_SIGINFO
2016-01-25 Tony Cook[perl #126632] more diagnostics
2016-01-25 Daniel DraganXS DLLs shouldn't have comctl32.dll manifest in them...
2016-01-25 Daniel Draganwin32/GNUmakefile collapse shell echos into one liners
2016-01-25 Daniel Draganadd MSVC support to win32/GNUmakefile
2016-01-25 Daniel Draganadd parallelness to win32/GNUmakefile
2016-01-20 Stevan Littlebumping version
2016-01-20 Stevan Littlenew perldelta
2016-01-11 Tony Cookavoid invalid memory access in MapPath[AW]
2016-01-06 Daniel Dragangive Win32 miniperl a real getcwd for build perf
2016-01-04 Tony Cook[perl #126922] avoid access to uninitialized memory...
2016-01-04 Andy DoughertyAdd Configure support for fdclose() for [perl #126847].
2015-12-21 David GoldenBump the perl version in various places for 5.23.7
2015-12-21 David GoldenCreate new perldelta.pod for v5.23.7
2015-12-14 Jarkko HietaniemiConfigure: mixed-endian double-doubles
2015-12-13 Steve HayImport 5.22.1 perldelta
2015-12-01 Daniel Draganmove Win32's $^X code to where all other OSes' $^X... origin/tonyc/126753-dollar-caret-X
2015-11-20 AbigailBump the perl version in various places for 5.23.6
2015-11-20 AbigailNew perldelta for 5.23.6
2015-11-05 Steve HayUpdate other win32/ makefiles as per eb840d4ab6
2015-11-05 Daniel Draganremove useless build product /win32/config.w32
2015-11-05 Daniel Draganre-parallelize Win32 build after Unicode::Normalize...
2015-10-30 Jarkko HietaniemiRevert "Remove unused filesystem stat symbols."
2015-10-29 Tony CookUnicode::Normalize needs CombiningClass.pl
2015-10-27 Daniel DraganWin32 parallel build fixes C++
2015-10-20 Steve HayBump version to 5.23.5
2015-10-20 Steve HayCreate perldelta for 5.23.5
2015-10-20 Daniel Draganconst vtables in win32/perlhost.h
2015-10-19 Daniel Draganreimplement $^WIN32_SLOPPY_STAT as a magic var
2015-10-11 Daniel Draganadd Win32 USE_NO_REGISTRY build option
2015-10-11 Daniel Draganstop checking the Win32 registry if *"/Software/Perl...
2015-10-02 Jarkko HietaniemiRemove unused BSD sendmsg/recvmg symbols.
2015-10-02 Jarkko HietaniemiRemove unused d_modfl_pow32_bug symbol.
2015-10-02 Jarkko HietaniemiRemove unused filesystem stat symbols.
2015-09-21 Peter MartiniBump the perl version in various places for 5.23.4.
2015-09-21 Peter MartiniPorting/new-perldelta.pl regenerations
2015-09-17 Daniel DraganWin32 misc parallel fixes in win32/makefile.mk
2015-09-12 Steve HayCopy perl5203delta into blead
2015-09-07 Daniel Draganadd parallel support 4 Win32 dmake-uudmap+no 2nd run...
2015-09-07 Daniel Draganadd parallel support 4 Win32 dmake-COREDIR parallelism...
2015-09-07 Daniel Draganadd parallel support 4 Win32 dmake building part 1
2015-09-05 Andy Broadamigaos4: do not build Amiga extensions in Win32
2015-09-05 Andy Broadamigaos4: lib/.gitignore for the Amiga extensions
2015-09-03 Tony Cook[perl #125924] allow op/infnan.t to pass on Win32 gcc
2015-08-30 Tony Cookbump perldelta versions in GNUmakefile
2015-08-27 Jan DuboisDeclare compatibility with newer released versions...
2015-08-20 Matthew HorsfallBump the perl version in various places for 5.23.3.
2015-08-20 Matthew HorsfallPorting/new-perldelta.pl regenerations
2015-07-25 Steve HayCorrect VS2015's impending CCTYPE
2015-07-23 Craig A. BerryRemove PERLIO_IS_STDIO from win32.c and wince.c.
2015-07-22 Jarkko HietaniemiAdd time64 as its own build target.
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-20 Matthew HorsfallBump version to 5.23.2
2015-07-20 Matthew HorsfallRun Porting/new-perldelta.pl for v5.23.2
2015-07-04 Ricardo Signesbelatedly set up delta for 5.23.1
2015-06-20 Ricardo Signespatchlevel: we are now perl v5.23.1
2015-06-18 Tony Cookensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32...
2015-06-12 Jarkko Hietaniemiinfnan: move the mantbits definitions from perl.h to...
2015-06-12 Jarkko Hietaniemiinfnan: Configure scan for fp mantissa bytes
2015-06-12 Jarkko Hietaniemiinfnan: Configure scan for infnan bytes
2015-06-09 Jan DuboisGCC doesn't understand the -subsystem:console option
2015-06-08 Tony Cookupdate to 5.23.0 and update with changes from the other...
2015-06-08 kmxkmx's original GNUmakefile
2015-06-03 Daniel Draganrefactor win32_get_*lib() funcs to match rest of PERL_I...
2015-06-03 Daniel Draganlet Visual C 2013 builds run on WinXP
2015-06-03 Daniel Draganremove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C...
2015-06-01 Ricardo Signesdrop the perldeltas for 5.21.*
2015-06-01 Ricardo Signesadd perldelta for 5.23.0
2015-06-01 Ricardo Signesbump version to v5.23.0
2015-05-21 KMXhandle existing mkstemp() in mingw-w64-v4
2015-05-09 Ricardo Signesperldelta is now the perl5220delta
2015-05-09 Ricardo Signesbump version to v5.22.0 with Porting/bump-perl-version
2015-04-20 Steve HayBump version for 5.21.12 (although it's unlikely to...
2015-04-20 Steve HayCreate new perldelta for 5.21.12 (although it's unlikel...
2015-04-06 Tony Cookfix dmake test for gcc
2015-04-06 Daniel Draganfix #123976 Win32 GCC miniperl needs -fno-strict-aliasing
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-20 Steve HayCreate new perldelta for 5.21.11 (if that happens)
2015-03-19 Karl WilliamsonChange name of mro.c
2015-02-21 Sawyer Xadded link to announcement
2015-02-21 Sawyer Xnew delta for 5.21.10
2015-02-16 Daniel Draganrestore VC with dmake after commit "Fix minitest (op...
2015-02-15 Daniel Dragan(rmv dead -I paths for mktables + rmv copying non-exist...
2015-02-15 Steve HayTurn on memory leak reporting for CFG = DebugFull build...
2015-02-14 Steve HayCopy perl5202delta into blead
2015-02-12 Steve HayAdd new DebugSymbols and DebugFull CFG options to Windo...
2015-02-11 Steve HayRemove duplicate declaration of win32_stat from win32...
2015-02-11 Steve HaySilence compiler warnings with gcc 4.7.2 and 4.8.1...
2015-02-10 Tony Cookremove the shell fallback from list pipe open on Win32
2015-02-06 Chris 'BinGOs' Wil... Update Encode to CPAN version 2.70
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-03 Jarkko HietaniemiConfigure: lrintl, lroundl, llrintl, llroundl
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-27 Steve HayAdd USE_CPLUSPLUS build option to win32 makefiles
2015-01-24 Sisyphus[perl #123659] [Win32] Add "-ld" to archname for dmake...
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
next