This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
silence new compiler warning
[perl5.git] / win32 /
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
2014-05-27 Ricardo Signesremove Module-Build from core perl distribution
2014-05-27 Ricardo Signesremove CGI.pm from core perl distribution
2014-05-27 Ricardo Signesnew perldelta
2014-05-27 Ricardo Signesbump version to 5.21.0
2014-05-22 Steve HayNote that the minimum supported gcc (on Windows) is...
2014-05-16 Ricardo Signesremove the perl519*delta documents
2014-05-14 Steve HayFix commit 90674eaa88
2014-05-14 Steve Hay[perl #121676] Fix memory leak in backticks and system
2014-05-13 Ricardo Signesresort win32/pod.mak to please pod_rules.t
2014-05-13 Ricardo Signesbump version to 5.20.0, install 5.20 perldelta
2014-05-11 Tony Cook[perl #121505] include -fwrapv by default for GCC 4...
2014-05-06 Steve HayFix op/taint.t failure on Windows with 64-bit gcc-4...
2014-04-20 Steve HayBump version for 5.19.12 (not that it's expected to...
2014-04-20 Steve HayCreate new perldelta for 5.19.12 (not that it's expecte...
2014-04-14 Steve HayRemove unused variable
2014-04-14 Steve HayFix DllMain definition to fix building with gcc-4.8...
2014-04-14 Steve HaySet Off_t et al correctly for USE_LARGE_FILES builds...
2014-04-08 Daniel Draganspeed up miniperl require on Win32
2014-04-04 Steve HayAdd pod/perl5182delta.pod
2014-04-01 Steve HayReword Windows makefile comments to explain the "help...
2014-03-27 Daniel Draganfix killpg on Win32, to meet posix expectations for...
2014-03-20 Aaron CraneBump to Perl version 5.19.11
2014-03-20 Aaron CraneNew perldelta for 5.19.11
2014-02-26 Steve HayRemove leftover Windows 95 / Windows NT4 support code
2014-02-25 Steve HaySilence some VC++ compiler warnings
2014-02-20 Tony Cookbump to version 5.19.10 and fix the version number...
2014-02-20 Tony Cooknew perldelta for 5.19.10
2014-02-03 Tony Cook[perl #77672] avoid a file handle redirection race
2014-01-26 Brian FraserAdded README.android
2014-01-23 Brian FraserAdded targetsh to all the canned config files
2014-01-22 Brian FraserUpdate the WinCE files to the new cross model
2014-01-20 Ricardo Signescreate new perldelta for 5.19.9
2014-01-20 Ricardo Signesbump version to 5.19.9!
2014-01-17 Brian Fraserconfig.h: Remove the exceptions for cross-compilation...
2014-01-15 Tony Cook[perl #120933] static extensions now depend on nonxs...
2014-01-09 Daniel Draganfix missing _rotl64 symbol on Visual C 2003
2013-12-27 Nicholas ClarkPurge sfio support from configure.com, Configure and...
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-20 AbigailBump version number from 5.19.7 to 5.19.8.
2013-12-20 AbigailGenerate new perldelta
2013-12-18 Brian Fraserconfig.ce: Use ~cc~, not ~CC~
next