This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert the removal of 'use encoding'
[perl5.git] / win32 /
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~
2013-12-09 Daniel DraganWinCE makefile will now hypothetically build git_version.h
2013-12-09 Daniel Dragancleanup ..\git_version.h rule in win32/Makefile
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-26 Steve HayExtend Intel C++ compiler support (a48cc4c427) to dmake...
2013-11-20 Chris 'BinGOs' Wil... New perldelta for v5.19.7
2013-11-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.19.7
2013-11-20 Daniel Draganadd Intel C++ Compiler for Win32 support
2013-11-14 H.Merijn BrandAdd Synology instructions
2013-11-11 Daniel Dragancheck existence of headers and libs for WinCE in Makefi...
2013-11-05 Craig A. BerryAnd the caretx object file for wince.
2013-11-05 Craig A. BerryAlso fix wince for caretx after e2051532106.
2013-11-05 Steve HayRestore Windows build following commit e205153210
2013-11-02 Daniel Draganwin32/win32sck.c: dont close() a freed socket os handle
2013-10-29 Daniel Draganenable LTO/LTCG/WPO for most Visual Cs
2013-10-24 Steve HayMove Cwd and List-Util to folders named as per their...
2013-10-22 Steve HayAdd support for building with Visual C++ 2013
2013-10-22 Daniel DraganWinCE Perl EVC4 support
2013-10-21 Daniel Dragan.gitignore Win32's miniperl object files
2013-10-21 Daniel DraganWinCE Makefile and make_ext.pl general and XS fixes
2013-10-20 Steve HayBump version for Perl 5.19.6
2013-10-20 Steve HayCreate new perldelta for Perl 5.19.6
2013-10-19 Steve HayMove B-Deparse from dist/ to lib/ since it is non-dual...
2013-10-17 Steve HayFix Win32 build with MinGW/gcc-4.8+ which define some...
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-20 Steve HayBump version for 5.19.5
2013-09-20 Steve HayAdd new perldelta for 5.19.5
2013-09-19 Steve HayAdd a USING_MSVC6 macro to identify Microsoft Visual...
2013-09-18 Steve HayUpdate win32/config_H.[gv]c canned configuration files
2013-09-18 Tony Cookdepend on the new win32 sys/errno2.h header
2013-09-17 Christian Millourmake win32_link and win32_rename raise ENOSPC and EDQUO...
2013-09-16 Steve HayNote that the USE_64_BIT_INT build option is not suppor...
2013-09-16 Steve HayFix the #include of winsock2.h in win32/include/sys...
2013-09-16 Steve HayWe need winsock2.h for WSAECANCELLED in errno2.h
2013-09-16 Steve HayClarify a comment in errno2.h
2013-09-16 Steve HayFix Windows build for compilers other than VC10+
2013-09-16 Steve HaySimplify errno2.h slightly
2013-09-16 Steve HayFix stringification of $! in VC10+ builds where errno...
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-09-16 H.Merijn BrandRegenerate Configure and chainsaw voidflags
2013-09-13 Tony Cook[perl #115928] Configure now selects our internal drand48()
2013-09-05 Nicholas ClarkRemove references to GNU DLD from Configure and config...
next