This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
4 bugs in Test::More
[perl5.git] / win32 /
2003-08-03 Jan DuboisRe: win32.c bug - handle leak
2003-07-31 Jarkko HietaniemiIntegrate README.macosx more.
2003-07-30 Jan DuboisExtend Win32::GetOSVersion() to return additional infor...
2003-07-03 Mattia BarbonWin32: fix WM_TIMER handling
2003-07-01 Jarkko HietaniemiMore nanosleep removal.
2003-06-09 Gurusamy Sarathywindows: fix memory leak in %ENV handling (shows up...
2003-06-03 Jarkko HietaniemiSalvage parts of #19667.
2003-06-03 Jarkko HietaniemiRetract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Gurusamy Sarathyresurrect change#19628 and make it work by generalizing
2003-06-02 Gurusamy Sarathydon't use File::Temp to implement PerlIO_tmpfile()...
2003-06-02 Gurusamy Sarathychange#19628 broke many win32/system.t tests, so back...
2003-05-28 Jan DuboisUse "cmd.exe /x/d/c" as the default PERL5SHELL on Windo...
2003-05-24 Jarkko HietaniemiMissing "to".
2003-05-24 Jarkko HietaniemiIntroduce (undefined) pthread_attr_setscope to non...
2003-05-17 Gurusamy Sarathymissing init in change#19533
2003-05-17 Gurusamy Sarathyavoid 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 Sarathyfix Embed.t failure on windows: PERL_SYS_TERM() is...
2003-05-02 Abe Timmermansilence compiler warnings
2003-05-02 Abe TimmermanRe: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service...
2003-04-23 Jarkko HietaniemiIntroduce 'fast stdio' symbols to non-Configure lands.
2003-04-20 Steve HayDocument PERL_DEBUGGING_MSTATS in INSTALL and in the...
2003-04-17 Jarkko HietaniemiIntroduce the new *l APIs, undefined, to non-Configure...
2003-03-26 Rafael Garcia-SuarezWin32 counterpart of change #19065
2003-03-20 Jarkko HietaniemiIntegrate:
2003-03-18 Jarkko HietaniemiThe description of SIG_SIZE was off.
2003-03-18 Gurusamy Sarathyregenerate win32/config_H.*
2003-03-18 Gurusamy Sarathyaccording to the new Porting/Glossary, sig_num doesn...
2003-03-11 Todd C. Millertypos and other minor things
2003-03-06 Stas Bekman[patch config_h.SH] redefining __attribute__
2003-02-24 Chip SalzenbergUse PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fe...
2003-01-16 Jarkko HietaniemiIntegrate from maint-5.6:
2003-01-16 Jarkko Hietaniemiif (0) the PL_widesyscalls code for now: Sarathy
2003-01-03 Gurusamy Sarathywin32_msgwait() problem
2003-01-02 Abe TimmermanRe: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service...
2002-12-31 Gurusamy Sarathyintegrate change#18377 from maint-5.6 branch
2002-12-18 Gurusamy Sarathy$Config{prefixexp} was set incorrectly on windows
2002-12-18 Gurusamy Sarathyfix for GPF in C<print Win32::GetFullPathName('\\\...
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-12-18 Gurusamy Sarathywindows: avoid prompting under some shells during ...
2002-11-07 Gurusamy SarathyRe: Is this true that Perl 5.8 uses :crlf as default...
2002-10-22 Alain BarbetRe: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-12 Abe Timmerman#18005 was not enough
2002-10-12 Abe TimmermanRe: Building bleadperl (minperl) fails completely under VC7
2002-09-30 H.Merijn Brandnanosleep probes as per Jarkko's request
2002-09-04 Hugo van der Sanden#17827 misses some win32 tweaks
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-04 Hugo van der SandenChange version from 5.8.0 to 5.9.0.
2002-07-16 Gurusamy Sarathyintegrate a variant of change#17568 from maint-5.6...
2002-07-16 Gurusamy Sarathyintegrate change#17566 from maint-5.6 branch
2002-07-09 Jarkko HietaniemiChange PerlIO::Scalar and Via to scalar and via.
2002-06-21 Nick Ing-SimmonsIntegrate mainline
2002-06-21 Jarkko HietaniemiRegen stuff.
2002-06-20 Jarkko HietaniemiRetract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-SimmonsPerlIO Layer implementation future proofing.
2002-06-19 Nick Ing-Simmons"Clean" implementation of binmode(FH)/":raw" identity.
2002-06-18 Nick Ing-SimmonsSlight improvement to :win32 layer
2002-06-12 Jarkko HietaniemiSynchronize config.bc and config_H.bc; add SCNfldbl;
2002-06-11 Jarkko HietaniemiNot that I know anything about Windows compilers
2002-06-11 Jarkko HietaniemiAdd XS::APItest to Win32/DJGPP/NetWare.
2002-06-08 Jarkko Hietaniemi... and more.
2002-06-08 Jarkko HietaniemiMore spots for perl$OS.
2002-06-07 Gurusamy Sarathyuname() was returning "unknown" on IA64; handle other...
2002-05-28 Jarkko HietaniemiBump the version numbers to five-eight-oh.
2002-05-28 Gurusamy Sarathymakefiles should not clobber lib/Thread directory ...
2002-05-24 Vadim Konovalov[patch] small change
2002-05-16 Vadim Konovalovgood day for WinCE port of perl.
2002-05-12 Gurusamy Sarathychange#8666 ($Config{perllibs}) apparently never got...
2002-05-08 Jarkko HietaniemiRework #16506 some more.
2002-05-08 Jarkko HietaniemiRework #16503 a bit to keep all the HiRes implementation
2002-05-08 Gurusamy Sarathymake the gettimeofday() implementation in Time::HiRes...
2002-05-08 Gurusamy SarathyaTHX may be empty
2002-05-08 Gurusamy Sarathy5005threads builds again on windows
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-05-07 Gurusamy Sarathyintegrate makefile.mk changes into Makefile
2002-05-03 Nick Ing-SimmonsSeveral of non-default builds now seem to work reasonab...
2002-05-02 Nick Ing-SimmonsWin32 builds and mostly works for non-USE_PERLIO non...
2002-05-02 Nick Ing-SimmonsDo not build if not using layers
2002-05-02 Nick Ing-SimmonsRemove show-stoppers to non-PERLIO Win32 builds
2002-05-01 Jarkko HietaniemiTry #2 of getting rid of bincompat5005.
2002-05-01 Jarkko HietaniemiNo bincompat5005.
2002-04-26 Gurusamy Sarathybuild missing utilities on windows; clean stray files
2002-04-25 Gurusamy Sarathysome extension builds need to find pl2bat.bat on windows
2002-04-25 Gurusamy Sarathywindows build fails if there is no perlglob.exe in...
2002-04-22 Gurusamy Sarathyanother windows fix: only create a new console for...
2002-04-22 Gurusamy Sarathyenable maximal optimizations on win64
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-20 Gurusamy Sarathypurge existing win64 stuff (this never really worked...
2002-04-17 Luc St-LouisDevel::DProf Real Elapsed Times
2002-04-17 Vadim KonovalovRE: failed with undefined USE_PERLIO for Win32
2002-04-12 Jarkko HietaniemiIntegrate change #15879 from maint-5.6;
2002-04-10 Jarkko HietaniemiWelcome to the 5.7.3.
2002-04-10 Nick Ing-SimmonsWe have been 5.7.3 for a while - install there ...
2002-03-30 Michael G. SchwernRe: compile tweak for Win32
2002-03-29 Michael G. SchwernMakefile.PL's in core must be called with PERL_CORE=1
2002-03-26 Mattia BarbonWin32 w/o multiplicity build fails
2002-03-26 Mattia Barbonwin32/makefile.mk
next