This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fixup some AV API pod descriptions.
[perl5.git] / win32 /
2016-09-24 Stevan Littlebumping the version number
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-20 Stevan Littlenew perldelta
2016-08-24 Daniel Dragantweaks for Win32 VC vs GCC detection makefile code
2016-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.25.5
2016-08-20 Chris 'BinGOs' Wil... New perldelta
2016-08-14 Daniel Draganautomatically detect GCC vs VC and set VC ver number...
2016-08-11 H.Merijn BrandAdd probe for gai_strerror
2016-07-28 H.Merijn Brandforgot the cfgvar
2016-07-28 Tony Cook(perl #128438) build ppport.h instead of using a dummy...
2016-07-20 Steve HayBump version to 5.25.4
2016-07-20 Steve HayCreate new perldelta for 5.25.4
2016-06-20 Matthew HorsfallBump the perl version in various places for 5.25.3
2016-06-20 Matthew HorsfallAdd new perldelta
2016-06-02 Aaron CraneAdd Configure probe for strerror_l()
2016-06-02 Aaron CraneAdd Configure probe for querylocale()
2016-06-01 Tony Cookallow ext/XS-APItest/t/win32.t to pass with both E...
2016-05-20 Sawyer XBump the perl version in various places for 5.25.2
2016-05-20 Sawyer Xnew delta for 5.25.2
2016-05-11 Tony Cookupdate GNUmakefile for Test2 too
2016-05-11 Chad GranumUpdate to the latest Test-Simple cpan dist
2016-05-09 Ricardo Signesperldelta: new v5.25.1 perldelta
2016-05-09 Ricardo Signesbump version to v5.25.1: now open for business
2016-05-08 Ricardo Signesperldelta: add perl5250delta
2016-05-08 Ricardo Signesbump version to v5.25.0
2016-04-29 Steve HayImport 5.22.2's perldelta
2016-04-14 Ricardo Signesremove the v5.23.x perldeltas
2016-04-10 Ricardo Signesfix versions of generated perldelta
2016-04-10 Ricardo Signesversion bump: this is now v5.24.0-RC0!
2016-04-09 Karl WilliamsonAdd locale mutex
2016-03-25 H.Merijn BrandAdd probe for memmem
2016-03-20 AbigailBump version in various places
2016-03-20 AbigailNew perldelta
2016-03-19 H.Merijn BrandAdd Configure probes for newlocale, freelocale, and...
2016-03-19 Steve HayUpgrade Win32API::File from version 0.1202 to 0.1203
2016-03-11 Steve HaySet $^E for socket errors on Windows
2016-02-28 Daniel Dragan[perl #127584] using Win32 32b gmake with 64b gcc cause...
2016-02-20 Sawyer Xbump version to 5.23.9
2016-02-20 Sawyer Xnew perldelta for 5.23.9
2016-02-15 Daniel Draganfix win32 gmake with win64 VC with 32 bit GCC in PATH...
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...
next