D'oh. Don't turn on warnings on the #! line without actually testing
[p5sagit/p5-mst-13.2.git] / win32 /
2004-06-03 Steve Hay Have win32/makefile.mk default to gcc, and update docs
2004-06-03 Steve Hay Workaround a dmake oddity.
2004-06-01 Steve Hay Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net...
2004-05-31 Nicholas Clark replace the run time code in lib/utf8_pva.pl with data...
2004-05-31 Nicholas Clark Run mktables as part of the build process.
2004-05-06 bilbo@ua.fm Problem with system() on Win9x and command.com (perl...
2004-04-23 Nicholas Clark Ooops. Forgot to update pod.lst, and all that ensues...
2004-04-14 Jan Dubois re: [PATCH] for bug 28525: Buffer overflow issue in...
2004-04-12 Marcus Holland-Moritz Borland C doesn't like PERL_MALLOC_WRAP.
2004-03-29 Steve Hay various win32 build fixes
2004-03-24 Steve Hay Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
2004-03-20 Greg Matheson makefile.95 tweak
2004-03-19 Nicholas Clark [PATCH] Move Win32.pm/Win32.xs from libwin32 module...
2004-03-18 Rafael Garcia-Suarez Add a perl592delta.pod man page.
2004-03-18 Rafael Garcia-Suarez Bump bleadperl's version number to 5.9.2.
2004-03-15 Steve Hay Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net...
2004-03-13 Rafael Garcia-Suarez Revert change #22489, that seems to cause build failure...
2004-03-12 Steve Hay Fix minitest target in Win32 makefiles
2004-03-10 Steve Hay Re: [PATCH] More "distclean" tidy ups on Win32
2004-03-09 Steve Hay More "distclean" tidy ups on Win32
2004-03-08 Rafael Garcia-Suarez Another makefile portability fix for Win32 by Steve...
2004-03-08 Jan Dubois win32_fstat has a potential buffer overrun problem
2004-03-05 Steve Hay Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk...
2004-03-04 Rafael Garcia-Suarez Fix [perl #27357] Scalar Win32::GetOSVersion() broken...
2004-03-02 Steve Hay nmake distclean cleans too much from lib/Digest on...
2004-02-20 Greg Matheson genmk95.pl touchup for distclean on Win98
2004-02-18 H.Merijn Brand Removed pm_apiversion and xs_apiversion as requested by
2004-02-17 Rafael Garcia-Suarez Bump up perl's version number to 5.9.1.
2004-02-10 Greg Matheson Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
2004-02-08 Greg Matheson Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
2004-01-26 Nicholas Clark Merge dynamic perldelta from maint (22081)
2004-01-22 Steve Hay Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
2004-01-14 Nicholas Clark Update pod.lst with perl583delta,pod, and rerun pod...
2004-01-11 Abe Timmerman Regenerate win32/Makefile and win32/makefile.mk after
2004-01-06 Nicholas Clark Jarkko didn't move the cd ..\pod correctly. Given that...
2003-12-29 Kevin Chase win32_chsize buglet
2003-12-28 Rafael Garcia-Suarez Fix a little syntax error, reported by Marcus Holland...
2003-12-28 Nigel Sandever 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE...
2003-12-12 Gisle Aas d_u32align for win32
2003-12-08 Rafael Garcia-Suarez Integrate change #21862 from maint-5.8 :
2003-12-02 Rafael Garcia-Suarez The prove utility should also be installed on VMS and...
2003-11-17 Rafael Garcia-Suarez Complement of change #21740 for Windows.
2003-11-02 Rafael Garcia-Suarez Quoted-printable is evil.
2003-11-02 Greg Matheson Portability nit for MinGW 3.
2003-09-25 Rafael Garcia-Suarez Add the perl581delta manpage.
2003-08-20 Steve Hay Remove redundant targets from Win32 Makefile
2003-08-19 Jarkko Hietaniemi Nick's podulator was right, I just hadn't read the...
2003-08-19 Jarkko Hietaniemi Nicholas Clark's podulator. The win32 makefile
2003-08-14 Steve Hay Include fcrypt.c for crypt() on Windows
2003-08-12 Jarkko Hietaniemi Do some updates also on pod.mak -- which seems to
2003-08-09 Jan Dubois kill 'INT' doesn't work on Windows
2003-08-03 Jan Dubois Re: win32.c bug - handle leak
2003-07-31 Jarkko Hietaniemi Integrate README.macosx more.
2003-07-30 Jan Dubois Extend Win32::GetOSVersion() to return additional infor...
2003-07-03 Mattia Barbon Win32: fix WM_TIMER handling
2003-07-01 Jarkko Hietaniemi More nanosleep removal.
2003-06-09 Gurusamy Sarathy windows: fix memory leak in %ENV handling (shows up...
2003-06-03 Jarkko Hietaniemi Salvage parts of #19667.
2003-06-03 Jarkko Hietaniemi Retract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Gurusamy Sarathy resurrect change#19628 and make it work by generalizing
2003-06-02 Gurusamy Sarathy don't use File::Temp to implement PerlIO_tmpfile()...
2003-06-02 Gurusamy Sarathy change#19628 broke many win32/system.t tests, so back...
2003-05-28 Jan Dubois Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windo...
2003-05-24 Jarkko Hietaniemi Missing "to".
2003-05-24 Jarkko Hietaniemi Introduce (undefined) pthread_attr_setscope to non...
2003-05-17 Gurusamy Sarathy missing init in change#19533
2003-05-17 Gurusamy Sarathy avoid select() on windows destroying errno (used to...
2003-05-13 Casey West [perl #8599] s/catenate/concatenate/
2003-05-13 Gurusamy Sarathy $Config{usethreads} wasn't being set on windows
2003-05-11 Gurusamy Sarathy fix Embed.t failure on windows: PERL_SYS_TERM() is...
2003-05-02 Abe Timmerman silence compiler warnings
2003-05-02 Abe Timmerman Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service...
2003-04-23 Jarkko Hietaniemi Introduce 'fast stdio' symbols to non-Configure lands.
2003-04-20 Steve Hay Document PERL_DEBUGGING_MSTATS in INSTALL and in the...
2003-04-17 Jarkko Hietaniemi Introduce the new *l APIs, undefined, to non-Configure...
2003-03-26 Rafael Garcia-Suarez Win32 counterpart of change #19065
2003-03-20 Jarkko Hietaniemi Integrate:
2003-03-18 Jarkko Hietaniemi The description of SIG_SIZE was off.
2003-03-18 Gurusamy Sarathy regenerate win32/config_H.*
2003-03-18 Gurusamy Sarathy according to the new Porting/Glossary, sig_num doesn...
2003-03-11 Todd C. Miller typos and other minor things
2003-03-06 Stas Bekman [patch config_h.SH] redefining __attribute__
2003-02-24 Chip Salzenberg Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fe...
2003-01-16 Jarkko Hietaniemi Integrate from maint-5.6:
2003-01-16 Jarkko Hietaniemi if (0) the PL_widesyscalls code for now: Sarathy
2003-01-03 Gurusamy Sarathy win32_msgwait() problem
2003-01-02 Abe Timmerman Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service...
2002-12-31 Gurusamy Sarathy integrate change#18377 from maint-5.6 branch
2002-12-18 Gurusamy Sarathy $Config{prefixexp} was set incorrectly on windows
2002-12-18 Gurusamy Sarathy fix for GPF in C<print Win32::GetFullPathName('\\\...
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-12-18 Gurusamy Sarathy windows: avoid prompting under some shells during ...
2002-11-07 Gurusamy Sarathy Re: Is this true that Perl 5.8 uses :crlf as default...
2002-10-22 Alain Barbet Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-12 Abe Timmerman #18005 was not enough
2002-10-12 Abe Timmerman Re: Building bleadperl (minperl) fails completely under VC7
2002-09-30 H.Merijn Brand nanosleep probes as per Jarkko's request
2002-09-04 Hugo van der Sanden #17827 misses some win32 tweaks
2002-08-11 Nick Ing-Simmons Integrate mainline.
next