This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make the check for PERL_IMPLICIT_SYS better
2006-12-05
Steve Hay
Make the check for PERL_IMPLICIT_SYS better
commit
|
commitdiff
|
tree
2006-12-05
Steve Hay
Extend d_pseudofork to Win32-land and set it when appropriate
commit
|
commitdiff
|
tree
2006-12-05
Jarkko Hietaniemi
Re: When should PERL_SYS_TERM() be called? [was: Re...
commit
|
commitdiff
|
tree
2006-12-05
Steve Hay
Skip Perl_regdupe_internal rather than Perl_regdupe
commit
|
commitdiff
|
tree
2006-12-04
Steve Hay
Change #29424 may well be correct in itself, but currently...
commit
|
commitdiff
|
tree
2006-12-01
Rafael Garcia-Suarez
Fix Time-HiRes linker error on Win32 introduced by...
commit
|
commitdiff
|
tree
2006-11-30
Steve Hay
Don't try to export fd_refcnt symbols when building...
commit
|
commitdiff
|
tree
2006-11-30
Steve Hay
I think #29060 / #29073 missed this
commit
|
commitdiff
|
tree
2006-11-28
Steve Hay
Fix IPC-Cmd test failure on Win32: check current directory...
commit
|
commitdiff
|
tree
2006-11-28
Steve Hay
Building with Visual C++ 2005 now works except for...
commit
|
commitdiff
|
tree
2006-11-28
Steve Hay
Silence VC++ 8 warnings about "possible loss of data"
commit
|
commitdiff
|
tree
2006-11-28
Steve Hay
Silence 4 "unreferenced local variable" warnings from...
commit
|
commitdiff
|
tree
2006-11-28
Steve Hay
Give perl.exe an icon when built with MinGW and Borland
commit
|
commitdiff
|
tree
2006-11-27
Steve Hay
Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK...
commit
|
commitdiff
|
tree
2006-11-27
Steve Hay
Make the win32/makefile.mk a little safer
commit
|
commitdiff
|
tree
2006-11-24
Steve Hay
Remove redundant macros from win32 makefiles
commit
|
commitdiff
|
tree
2006-11-24
Steve Hay
Cleanup manifest file left by test script when using VC8
commit
|
commitdiff
|
tree
2006-11-24
Steve Hay
Embed manifest files in DLLs built with Module-Build...
commit
|
commitdiff
|
tree
2006-11-23
Steve Hay
Silence VC8's warnings about "unsafe" CRT functions...
commit
|
commitdiff
|
tree
2006-11-22
Steve Hay
Update makefile.mk as per Makefile w.r.t. #29308 and...
commit
|
commitdiff
|
tree
2006-11-22
Steve Hay
VC8 regards 60 seconds as an invalid parameter for...
commit
|
commitdiff
|
tree
2006-11-22
Steve Hay
Fix infinite loop in Perl_my_strftime() for failing...
commit
|
commitdiff
|
tree
2006-11-20
Steve Hay
Revert #29307. It doesn't fix the XXX after all. Using...
commit
|
commitdiff
|
tree
2006-11-17
Steve Hay
Fix the XXX in #29303
commit
|
commitdiff
|
tree
2006-11-17
Steve Hay
Tidy up Makefile part of #29260 and apply to makefile...
commit
|
commitdiff
|
tree
2006-11-17
Steve Hay
Install perl-static.exe if it was built
commit
|
commitdiff
|
tree
2006-11-17
Steve Hay
Add perl-static.exe support to win32/makefile.mk
commit
|
commitdiff
|
tree
2006-11-17
Steve Hay
Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
commit
|
commitdiff
|
tree
2006-11-16
Yves Orton
Fix Extensions_static dependencies to avoid relinking...
commit
|
commitdiff
|
tree
2006-11-16
Steve Hay
Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
commit
|
commitdiff
|
tree
2006-11-15
Vadim Konovalov
Add support for building a perl-static.exe that doesn...
commit
|
commitdiff
|
tree
2006-11-15
Steve Hay
Fix tests added by #29248 and #29249
commit
|
commitdiff
|
tree
2006-11-13
Steve Hay
Embed manifest files in EXEs and DLLs when building...
commit
|
commitdiff
|
tree
2006-11-08
Steve Hay
Don't use the PERL_MSVCRT_READFIX when using VC++ 7...
commit
|
commitdiff
|
tree
2006-11-06
Steve Hay
Get Visual C++ 2005 (aka Visual C++ 8.x) support off...
commit
|
commitdiff
|
tree
2006-11-01
Steve Hay
Forgot to bump Time-HiRes $VERSION in change #29180
commit
|
commitdiff
|
tree
2006-11-01
Steve Hay
Silence VC++ compiler warnings
commit
|
commitdiff
|
tree
2006-10-30
Steve Hay
Bump $VERSION in Term::UI following change #29120
commit
|
commitdiff
|
tree
2006-10-30
Steve Hay
Add some missing targets to win32/makefile.mk
commit
|
commitdiff
|
tree
2006-10-26
Steve Hay
Close temporary test file before unlinking (for the...
commit
|
commitdiff
|
tree
2006-10-10
Steve Hay
Updates for building on Win32 with Visual C++ 2005...
commit
|
commitdiff
|
tree
2006-09-27
Steve Hay
I think we need to skip PL_regdupe as well as Perl_regdupe
commit
|
commitdiff
|
tree
2006-09-08
Steve Hay
Update Porting/Maintainers.pl w.r.t. #28811
commit
|
commitdiff
|
tree
2006-09-08
Jos I. Boumans
Add Params::Check to the core
commit
|
commitdiff
|
tree
2006-09-08
Steve Hay
Update Porting/Maintainers.pl w.r.t. #28809
commit
|
commitdiff
|
tree
2006-09-08
Jos I. Boumans
Re: [PATCH] Add Locale::Maketext::Simple to the core
commit
|
commitdiff
|
tree
2006-09-06
Steve Hay
cxtype is a U16, not a U32 (Stops VC++ complaining)
commit
|
commitdiff
|
tree
2006-08-30
Steve Hay
Silence some more Borland compiler warnings
commit
|
commitdiff
|
tree
2006-08-29
Steve Hay
Silence Borland compiler warnings in XS::APItest and...
commit
|
commitdiff
|
tree
2006-08-25
Steve Hay
Silence a bunch of Borland compiler warnings in SDBM_File
commit
|
commitdiff
|
tree
2006-08-14
Steve Hay
Update pod/perl594delta.pod w.r.t. #28706, and arrange...
commit
|
commitdiff
|
tree
2006-08-14
Steve Hay
Update Porting/Maintainers.pl w.r.t. #28695, #28703...
commit
|
commitdiff
|
tree
2006-08-14
Jos I. Boumans
Add Module::Loaded to the core
commit
|
commitdiff
|
tree
2006-08-14
Jos I. Boumans
Add Package::Constants to the core
commit
|
commitdiff
|
tree
2006-08-11
Steve Hay
Resync win32/config_H.* and win32/config.* with config_h.SH
commit
|
commitdiff
|
tree
2006-08-11
Jos I. Boumans
Add Module::Load to 5.9.x
commit
|
commitdiff
|
tree
2006-08-11
Steve Hay
Close file before unlinking (on Win32 at least!)
commit
|
commitdiff
|
tree
2006-08-07
Alex Davies
Define PERL_NO_DEV_RANDOM on Windows
commit
|
commitdiff
|
tree
2006-08-07
Steve Hay
Fixups for test failures caused by #28667 and #28668
commit
|
commitdiff
|
tree
2006-08-07
Steve Hay
Provide a BGET_svtype, required by #28667
commit
|
commitdiff
|
tree
2006-08-01
Steve Hay
Silence a couple of Borland compiler warnings
commit
|
commitdiff
|
tree
2006-08-01
Steve Hay
Silence the VC7 compiler warning in the following smoke:
commit
|
commitdiff
|
tree
2006-08-01
Jarkko Hietaniemi
op/stat.t: SKIP count fix in case of no dirfd()
commit
|
commitdiff
|
tree
2006-07-28
Steve Hay
Remove a (UINT) cast to silence a VC6 compiler warning
commit
|
commitdiff
|
tree
2006-07-27
Steve Hay
Clear up most of the VC6 compiler warnings in the following...
commit
|
commitdiff
|
tree
2006-07-18
Randy W. Sims
Fix Borland problem with quoted pre-processor macros...
commit
|
commitdiff
|
tree
2006-07-17
Yves Orton
Silence system warning during tests (only on win32...
commit
|
commitdiff
|
tree
2006-07-17
Steve Hay
Avoid an error that VC++'s resource compiler seems...
commit
|
commitdiff
|
tree
2006-07-14
Anno Siegel
Silence a compiler warning on Win32/VC++
commit
|
commitdiff
|
tree
2006-07-12
Steve Hay
Fix change #28552: VC++ doesn't like code before declarations
commit
|
commitdiff
|
tree
2006-07-11
Steve Hay
Fix change #28533: my_strlcpy does not return the dest...
commit
|
commitdiff
|
tree
2006-07-03
Yves Orton
Re: Win32API::File now in core
commit
|
commitdiff
|
tree
2006-06-30
Steve Hay
Add Win32API::File to the core
commit
|
commitdiff
|
tree
2006-06-22
Yves Orton
Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net...
commit
|
commitdiff
|
tree
2006-06-21
Steve Hay
Fix code before declaration error introduced by #28405
commit
|
commitdiff
|
tree
2006-05-22
Steve Hay
Fix Win32 linker error
commit
|
commitdiff
|
tree
2006-05-17
David Mitchell
Re: [perl #39145] win32, @_ and fork crashing in dounwind
commit
|
commitdiff
|
tree
2006-05-09
Jerry D. Hedden
'threads' patch to fix threaded build on Win32
commit
|
commitdiff
|
tree
2006-05-04
Vadim Konovalov
wince yet another step
commit
|
commitdiff
|
tree
2006-05-04
Jan Dubois
RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
commit
|
commitdiff
|
tree
2006-05-03
Steve Hay
Make Perl_unshare_hek visible to core extensions without...
commit
|
commitdiff
|
tree
2006-05-03
Vadim Konovalov
Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
commit
|
commitdiff
|
tree
2006-05-02
Steve Hay
Sigh. Third time lucky.
commit
|
commitdiff
|
tree
2006-05-02
Steve Hay
Ahem. And here's the rest of #28051...
commit
|
commitdiff
|
tree
2006-05-02
Steve Hay
RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9...
commit
|
commitdiff
|
tree
2006-04-25
Steve Hay
Make Module-Build aware of new Test-Harness output
commit
|
commitdiff
|
tree
2006-04-18
Jan Dubois
win32/Makefile changes for Windows 64 bit
commit
|
commitdiff
|
tree
2006-04-07
Steve Hay
Patch from Jarkko to fix breakage caused by change...
commit
|
commitdiff
|
tree
2006-04-06
Rafael Garcia-Suarez
Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net...
commit
|
commitdiff
|
tree
2006-04-06
Steve Hay
Fix skip count in ext\B\t\lint.t
commit
|
commitdiff
|
tree
2006-04-05
Steve Hay
Simplify tests for fork() capabilities
commit
|
commitdiff
|
tree
2006-04-04
Yves Orton
Re: Making IO::Socket pass test on Win32
commit
|
commitdiff
|
tree
2006-03-28
Jonathan Stowe
Re: [cpan #17773] Bug in Term::ReadKey being trigger...
commit
|
commitdiff
|
tree
2006-03-24
Steve Hay
Fix broken MM_Win32.t tests following 27590
commit
|
commitdiff
|
tree
2006-03-20
Steve Hay
Merge some more changes from ActivePerl 5.8.8.816
commit
|
commitdiff
|
tree
2006-03-20
Steve Hay
Merge some changes from ActivePerl 5.8.8.816
commit
|
commitdiff
|
tree
2006-03-20
Jan Dubois
win32_async_check must *always* check for pending signals
commit
|
commitdiff
|
tree
2006-03-17
Steve Hay
Make "distclean" target on Win32 clean up temporary...
commit
|
commitdiff
|
tree
2006-03-17
Steve Hay
Install POD files into "lib\pods" rather than "lib...
commit
|
commitdiff
|
tree
2006-03-08
Steve Hay
Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
commit
|
commitdiff
|
tree
next