This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlunicode: Fix small misstatement
[perl5.git] / win32 /
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...
2015-01-20 Matthew HorsfallVersion bump + new perldelta
2015-01-07 Steve HayRemove obscure "attrib -r ..\t\*.*" command from minite...
2015-01-07 Steve HaySilence warning during VC++/nmake build
2015-01-07 Steve HayFix minitest (op/taint.t) for GCC 4.x
2015-01-07 Steve HayRemove Windows makefile support for building without...
2015-01-06 Steve Hayminitest needs config.h to build $(MINIPERL)
2015-01-06 Steve HayRevert commit f7219c0a9696421192a4830631fa6e3fd28adf39
2015-01-06 Steve Hayminiperl needs config.h to build
2015-01-06 Steve HayCan't put a comment in the middle of a command broken...
2015-01-05 Tony Cookminitest: run the sames tests on win32 as on POSIXish...
2015-01-05 Tony Cookuse textmode when opening scripts in miniperl to match...
2015-01-05 Tony Cookbuild miniperl with PerlIO
2015-01-05 Tony Cookuse TEST for minitest, same as POSIX systems
2014-12-31 Steve HayRemove sources of "unreferenced label" warning on Win32
2014-12-31 Steve HayRemove redundant -I..\lib arguments from some Win32...
2014-12-31 Daniel Draganmake win32 harness process use tested perl binary
2014-12-30 Daniel Draganfix a broken optimization in win32/config_h.PL to stop...
2014-12-27 Daniel Draganwin32/win32.c Perl_croak->croak_xs_usage
2014-12-24 Steve HayFix link error in perl521.dll with MinGW/gcc -xc++
2014-12-24 Steve HayFix compilation errors in win32sck.c with MinGW/gcc...
2014-12-24 Steve HayFix compilation errors in win32.c with MinGW/gcc -xc++
2014-12-21 Ricardo Signesperlunicook: add it to build files and TOC
2014-12-21 Max MaischeinBump version number to 5.21.8
2014-12-21 Max MaischeinCreate new perldelta
2014-12-16 kmx[perl #123438] Wrong comment style in win32/win32.h
2014-12-15 Father ChrysostomosImport perl5184delta
2014-12-12 Daniel DraganPerl_croak->Perl_croak_nocontext in core typemap +...
2014-12-08 Daniel Draganadd const to every table in win32/fcrypt.c
2014-12-07 Daniel DraganWin32 Intel C is always C99 now
2014-11-23 H.Merijn BrandConfigure syncup
2014-11-21 Steve HayFix longdblsize and nvsize for 64-bit USE_LONG_DOUBLE...
2014-11-21 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.21.7
2014-11-21 Chris 'BinGOs' Wil... New perldelta for v5.21.7
2014-11-15 Jarkko Hietaniemicheckcfgvar.pl --regen --default=undef; make regen
2014-11-06 Steve HayAdd optional GCC-only support for using long doubles...
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-11-02 Jarkko HietaniemiConfigure: add doublekind for the format of double.
2014-10-25 Daniel Dragando not lock files when doing open() on :win32 layer
2014-10-25 Daniel Draganadd /dev/null support to :win32 io layer
2014-10-22 Tony Cookimplement list form of pipe open for Win32
2014-10-20 AbigailBump the perl version in various places for 5.21.6
2014-10-20 AbigailNew perldelta for 5.14.6
2014-10-14 Daniel Draganfix comment from commit f4eedc6b8c
2014-10-13 Daniel Draganspeed up building with less disk IO pod moves+__END__...
2014-10-10 Daniel Draganfix WinCE build
2014-09-28 Vincent PitProperly set the phase for END blocks run at the end...
2014-09-23 Jarkko HietaniemiMove the VC6 "broken-nan" define from win32.h to perl.h.
2014-09-22 Andrew FreshPATCH: [perl #122252] international currency formatting...
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-09-20 Steve HayBump version to 5.21.5
2014-09-20 Steve HayCreate new perldelta for 5.21.5
2014-09-19 Jarkko HietaniemiConfigure -Dusequadmath.
2014-09-19 Jarkko HietaniemiConfigure for <quadmath.h>
2014-09-18 Steve HayRevert a231c375cc and fix 61cd60c6c5 differently instead
2014-09-17 Steve Hayregen_config_h for GCC
2014-09-17 Steve HayDefine PERL_PRI[efg]ldbl and PERL_SCNfldbl in Win32...
2014-09-17 Steve Hayregen_config_h for VC++
2014-09-17 Steve HayEliminate pointless win32/makefile.mk macro
2014-09-17 Steve HayRemove pointless variable in win32/config_sh.PL
2014-09-14 Steve HayCopy perl5201delta into blead
2014-09-08 Jarkko HietaniemiConfigure: scan for truncl.
2014-09-03 Chris 'BinGOs' Wil... Update Scalar-List-Utils to CPAN version 1.40
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan fpgetround
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan d_fegetround and i_fenv.
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan for acosh.
2014-08-31 Jarkko HietaniemiPOSIX math: Configure scan for j0 and j0l.
2014-08-30 Jarkko HietaniemiConfigure: add i_stdint.
2014-08-25 Jarkko HietaniemiConfigure scan for fp_classl().
2014-08-25 Jarkko HietaniemiConfigure scan for fp_classify().
2014-08-21 Peter MartiniBump version number from 5.21.3 to 5.21.4
2014-08-21 Peter MartiniNew perldelta.
2014-08-20 Jarkko HietaniemiConfigure for isfinitel / isinfl.
2014-08-14 Jarkko HietaniemiConfigure scan for ldexpl
next