This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reverse 'const static' to avoid 'old-style-declaration' warning.
[perl5.git] / win32 /
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
2014-08-14 Jarkko HietaniemiConfigure scan for the kind of long double we have
2014-07-22 Jan DuboisUse %I64d instead of %lld for MinGW
2014-07-20 AbigailBump version number from 5.21.2 to 5.21.3
2014-07-20 AbigailNew perldelta.
2014-06-20 Matthew Horsfall... Bump the perl version in various places for 5.21.2
2014-06-20 Matthew Horsfall... Add new perldelta for 5.21.2
2014-06-16 Dagfinn Ilmari Man... [perl #122110] [PATCH] Remove left-over mad cruft
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserProtect against ptrdiff_t not being available.
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-11 H.Merijn BrandFix cbacktrace
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-06-05 H.Merijn BrandEnable new wcs variables for Win32
2014-06-05 H.Merijn Brandundoubled bad quoting
2014-06-05 H.Merijn BrandProbe for working wcscmp and wcsxfrm
2014-06-02 Daniel Draganremove intentional leak in win32/win32.c ansify_path
2014-05-31 Steve HayRemove old Class-ISA remnants
2014-05-29 Leon TimmermansRemove x2p
2014-05-27 Ricardo Signesadd new perldelta for 5.21.1
2014-05-27 Ricardo Signesbump version to 5.21.1
2014-05-27 Ricardo Signesremove Package-Constants from core perl distribution
next