LOGONLY mark 313b38 as NODOC (compiler warning fix for new code only)
[p5sagit/p5-mst-13.2.git] / win32 /
2010-05-23 David Golden create perl5132delta
2010-05-21 Sisyphus Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler
2010-05-20 Ricardo Signes Bump the perl version in various places for 5.13.1
2010-04-30 Vincent Pit Re-run bump-perl-version to update a few missing spots
2010-04-22 Jan Dubois Update PerlStdIOGets() signature
2010-04-22 Jan Dubois Fix PerlSIO_fputc() and PerlSIO_fputs() signatures
2010-04-20 Leon Brocard create perl5131delta
2010-04-13 H.Merijn Brand Add d_prctl* for all other OS's
2010-04-13 Jesse Vincent Bump to 5.13.0
2010-04-13 Jesse Vincent Create a perl5130delta.pod
2010-03-25 Jesse Vincent perl 5.11.6 never happened. Remove the traces of its...
2010-03-14 Jesse Vincent Bump to 5.12.0
2010-02-21 Steve Hay Create perl5116delta and update other versions
2010-02-20 Steve Hay Bump version to 5.11.5
2010-02-14 Steve Hay Make distclean work again on Win32
2010-01-25 Jesse Vincent Add perl5120delta to pod.lst and MANIFEST
2010-01-20 Ricardo Signes create perl5115delta and update other versions
2010-01-19 Ricardo Signes bump version for 5.11.4
2010-01-12 Rafael Garcia-Suarez Add perl5114delta.pod
2010-01-11 kmx Re: [perl #71852] Warning "/* within comment" in Win32...
2010-01-06 H.Merijn Brand vaproto for the other OS's
2009-12-20 Jesse Vincent Bump to 5.11.3
2009-12-17 Jan Dubois Implement win32_isatty()
2009-12-16 Jan Dubois -t should only return TRUE for file handles connected...
2009-12-08 Jan Dubois Throw away uncleanable scopes when exiting a pseudo...
2009-12-03 Rafael Garcia-Suarez Revert makefile part of the Unicode 5.2 patch
2009-12-03 Karl Williamson Unicode 5.2
2009-12-02 Jan Dubois Cleanup all scopes before exiting a pseudo-forked process.
2009-12-02 Jan Dubois Add another hint about setting WIN64=undef to build...
2009-12-02 Jan Dubois Don't redefine isnan() macro if MinGW already defined...
2009-11-25 Karl Williamson further windows makefiles fixes
2009-11-25 Karl Williamson wrap uniprops.t; makefile changes for mktables
2009-11-24 Steve Hay Add missing library to VC++ section of Win32 dmake...
2009-11-24 Steve Hay Avoid circularity in $(LINK_FLAGS) definition in Win32...
2009-11-24 Rafael Garcia-Suarez Specify in Makefile what generates pod/perluniprops.pod
2009-11-24 Steve Hay Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51...
2009-11-24 Rafael Garcia-Suarez Remove generated file pod/perluniprops.pod from the...
2009-11-23 Steve Hay Fix code-before-declaration error on Win32 with recent...
2009-11-23 Nicholas Clark Fix mktables calls in Win32 makefiles
2009-11-22 Rafael Garcia-Suarez Add new pod file to various lists and makefiles
2009-11-21 Jan Dubois Always add a manifest resource to perl.exe to specify...
2009-11-20 Leon Brocard create perl5113delta
2009-11-18 Leon Brocard Bump 5.11.1 -> 5.11.2 in all sorts of places it's ...
2009-11-14 Steve Hay Revert core fixes for IO-Compress following IO-Compress...
2009-11-13 Jan Dubois Support $! stringification of socket error codes on...
2009-11-13 Jan Dubois flock() on Windows should set proper errno numbers.
2009-11-13 Gerard Goossen Make win32_start_child responsible for cleaning all...
2009-11-10 Sisyphus Add mingw64 support
2009-11-09 Sisyphus Fix warnings from win32 gcc compilers
2009-11-08 David Golden Add mingw-w64 non-crosscompiling config files
2009-11-07 Steve Hay Merge commit 'origin/blead' into blead
2009-11-07 Steve Hay Avoid circularity in $(LIBBASEFILES) definition in...
2009-11-06 H.Merijn Brand Detection (and warning) of char size in bits
2009-10-24 Nicholas Clark Add perl5112delta, and change 5111delta from being...
2009-10-20 Jesse Vincent Bump 5.11.0 -> 5.11.1 in all sorts of places it's ...
2009-10-14 Sisyphus Add mingw64 support for win32
2009-10-13 Jan Dubois The winsock select() implementation doesn't support...
2009-10-13 Jesse Vincent Move the new "perl policy" document into pod/
2009-10-06 Jesse Vincent more pod cleanups based on the new podcheck.t
2009-10-04 Rafael Garcia-Suarez Run "cd pod ; ../perl -I../lib buildtoc --build-all"
2009-10-03 Steve Hay Make Win32 treat IO-Compress as an XS extension, as...
2009-09-29 Steve Hay Running "mkppport --clean" at the end of "[nd]make...
2009-09-29 Steve Hay Fix distclean on Win32
2009-09-29 Nicholas Clark Move Cwd from ext/ to cpan/
2009-09-28 Nicholas Clark config_sh.PL need to scan dist/ as well as cpan/ and...
2009-09-27 Nicholas Clark With Win32 now building DynaLoader in ext, no need...
2009-09-27 Steve Hay Win32 build should scan cpan/ as well as ext/
2009-09-26 Nicholas Clark Support building extensions in dist/ as well as cpan...
2009-09-25 Nicholas Clark win32/FindExt.pm's regression test needs to scan cpan...
2009-09-25 Nicholas Clark Don't process (apparent) duplicate extension directories.
2009-09-25 Nicholas Clark Process the extension directories in alphabetical order.
2009-09-25 Nicholas Clark Win32 should look for extensions in ..\cpan as well...
2009-09-24 Nicholas Clark Win32 should look for extensions in ..\cpan as well...
2009-09-23 Nicholas Clark Following b0e687f7 Win32 requires an -I..\lib for maked...
2009-09-23 Nicholas Clark Add a --chdir option to configpm, and use this in the...
2009-09-19 Nicholas Clark lib/unicore/mktables needs to get File::Spec from ext...
2009-09-19 Nicholas Clark win32/config_h.PL indirectly needs File::Spec, before...
2009-09-19 Nicholas Clark Reuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas Clark Move lib from lib to ext.
2009-09-17 Nicholas Clark Now no need to run AutoSplit on lib on Win32, with...
2009-09-17 Nicholas Clark Convert win32 to build DynaLoader with EU::MM in ext...
2009-09-16 Nicholas Clark Revert 109e4020 and 2da760ce for now. Win32 needs to...
2009-09-15 Nicholas Clark No need to run AutoSplit on lib on Win32 or NetWare...
2009-09-15 Nicholas Clark Ensure that the perl build doesn't read any installed...
2009-09-15 Leon Brocard Use alternative URLs for links which are now broken...
2009-09-13 Leon Brocard Remove broken links for hip communications inc.
2009-09-13 Nicholas Clark Retire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-09-13 Nicholas Clark f281036e missed that Makefile.ce also generated perl...
2009-09-13 Steve Hay Fix Win32 build
2009-09-12 Nicholas Clark 403f501d broke Win32, because lib/lib.pm is not availab...
2009-09-12 Nicholas Clark Move Cwd from lib to ext.
2009-09-12 Nicholas Clark pod/perltoc.pod needs all the extensions to be built...
2009-09-10 Yves Orton move regex related tests out of t/op/ into t/re/
2009-09-09 Nicholas Clark Replace the uuencoded perlexe.ico.packd with the genuin...
2009-09-09 Nicholas Clark Build the nonxs extensions before running mktables.
2009-09-09 Nicholas Clark Use readdir rather than glob, beacuse perlglob.exe...
2009-09-08 Nicholas Clark win32/FindExt.pm thought that ext/List-Util was a nonxs...
2009-09-08 Nicholas Clark Can't build Dynamic extensions without DynaLoader.pm...
2009-09-08 Nicholas Clark Build the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas Clark Build the nonxs extensions before running mkppport.
next