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
Reinstate part of #28744 that was accidentally reverted in #30454
2007-03-06
Steve Hay
Reinstate part of #28744 that was accidentally reverted...
commit
|
commitdiff
|
tree
2007-02-26
Steve Hay
Bump $Win32API::File::VERSION for change #30409
commit
|
commitdiff
|
tree
2007-02-21
Steve Hay
Remove unreferenced local variable
commit
|
commitdiff
|
tree
2007-02-21
Steve Hay
Fix Win32 compilation error following #30372
commit
|
commitdiff
|
tree
2007-02-16
Steve Hay
Fix Win32 build after unusual breakage caused by #30327
commit
|
commitdiff
|
tree
2007-02-13
Steve Hay
Vadim did the static build change
commit
|
commitdiff
|
tree
2007-02-12
Steve Hay
Apply #30197 to win32/makefile.mk too
commit
|
commitdiff
|
tree
2007-01-11
Steve Hay
Update copyright year in "perl -v" output
commit
|
commitdiff
|
tree
2007-01-05
Steve Hay
Do the same as #29697 for Win32
commit
|
commitdiff
|
tree
2007-01-05
Steve Hay
Silence various VC6 warnings
commit
|
commitdiff
|
tree
2007-01-02
Steve Hay
Fix a couple of linker errors on Win32
commit
|
commitdiff
|
tree
2007-01-02
Steve Hay
Check miniperl exists before using it to run uupacktool.pl
commit
|
commitdiff
|
tree
2006-12-14
Steve Hay
Silence a warning from (MinGW's) gcc
commit
|
commitdiff
|
tree
2006-12-14
Steve Hay
Silence a VC compiler warning
commit
|
commitdiff
|
tree
2006-12-13
Steve Hay
Do the same as #29514 for Win32
commit
|
commitdiff
|
tree
2006-12-12
Steve Hay
Restore (differently) the setting of $Config{osvers...
commit
|
commitdiff
|
tree
2006-12-12
Steve Hay
Silence VC warnings about possible operator precedence...
commit
|
commitdiff
|
tree
2006-12-07
Steve Hay
Make use of $Config{d_pseudofork} in a couple of core...
commit
|
commitdiff
|
tree
2006-12-06
Steve Hay
Better fix than #29479 for exporting refcounted_he_chain_2hv
commit
|
commitdiff
|
tree
2006-12-06
Steve Hay
Upgrade to Time-HiRes 1.9702
commit
|
commitdiff
|
tree
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
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-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
Steve Hay
Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
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
Steve Hay
Update Porting/Maintainers.pl w.r.t. #28809
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-11
Steve Hay
Resync win32/config_H.* and win32/config.* with config_h.SH
commit
|
commitdiff
|
tree
2006-08-11
Steve Hay
Close file before unlinking (on Win32 at least!)
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-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-17
Steve Hay
Avoid an error that VC++'s resource compiler seems...
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-06-30
Steve Hay
Add Win32API::File to the core
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-03
Steve Hay
Make Perl_unshare_hek visible to core extensions without...
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-13
Steve Hay
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
commit
|
commitdiff
|
tree
2006-04-07
Steve Hay
Patch from Jarkko to fix breakage caused by change...
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-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-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
2006-03-08
Steve Hay
Sort the ext/ and lib/ tests when running under t/harness
commit
|
commitdiff
|
tree
2006-03-08
Steve Hay
Adjust Win32 distclean as per changes #27411 and #27417
commit
|
commitdiff
|
tree
2006-03-08
Steve Hay
Cleanup Archive-Tar temporary test files
commit
|
commitdiff
|
tree
2006-03-08
Steve Hay
Don't try to export PL_madskills/PL_xmlfp when they...
commit
|
commitdiff
|
tree
2006-03-08
Steve Hay
Complete change #27407/27410 on Win32 and tidy up change...
commit
|
commitdiff
|
tree
next