| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove rules to regenerate regnodes.h | Rafael Garcia-Suarez | 2007-11-21 | 1 | -3/+0 |
* | Rename "perl59" to "perl510" | Jan Dubois | 2007-11-20 | 1 | -7/+7 |
* | Add a rough, incomplete version of perl5100delta | Rafael Garcia-Suarez | 2007-10-09 | 1 | -1/+1 |
* | Do the same as #32061 for Win32, which also fixes a static linking | Steve Hay | 2007-10-08 | 1 | -2/+1 |
* | [patch] [Win32] Makefile and makefile.mk rely on shell association | Max Maischein | 2007-09-11 | 1 | -2/+2 |
* | Bump version number to 5.10.0. | Rafael Garcia-Suarez | 2007-09-06 | 1 | -1/+1 |
* | Add Win32 makefile option to link all extensions statically | Vadim Konovalov | 2007-09-03 | 1 | -6/+24 |
* | Add support for Visual C++ 2008 Express Edition (Beta 2) | Steve Hay | 2007-08-29 | 1 | -14/+22 |
* | Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings | Steve Hay | 2007-08-21 | 1 | -1/+1 |
* | Add Borland linker option to not generate .map files | Steve Hay | 2007-07-06 | 1 | -1/+1 |
* | Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk | Steve Hay | 2007-07-02 | 1 | -1/+8 |
* | Revert #30197 and #30219, which #31464 has just made redundant | Steve Hay | 2007-06-25 | 1 | -8/+0 |
* | Stop VC++ from warning "all references to 'SHELL32.dll' discarded | Steve Hay | 2007-06-07 | 1 | -1/+1 |
* | Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL | Steve Hay | 2007-06-06 | 1 | -2/+2 |
* | win32/makefile.mk doesn't support GSAR's old dmake (because of | Steve Hay | 2007-05-29 | 1 | -64/+56 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -1/+0 |
* | Older versions of windres interpret "-I" as the input format, | Steve Hay | 2007-05-14 | 1 | -1/+1 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 1 | -1/+0 |
* | Re: VMS and Win32 Makefiles in change 31059 | Steve Hay | 2007-04-26 | 1 | -8/+13 |
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -0/+18 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+1 |
* | Add CPANPLUS 0.78 | Rafael Garcia-Suarez | 2007-04-10 | 1 | -1/+4 |
* | Make sure Win32CORE.pm gets cleaned up | Steve Hay | 2007-03-22 | 1 | -0/+1 |
* | Re: Win32 modules & cygwin | Yitzchak Scott-Thoennes | 2007-02-22 | 1 | -6/+6 |
* | Apply #30197 to win32/makefile.mk too | Steve Hay | 2007-02-12 | 1 | -0/+8 |
* | Do the same as #29697 for Win32 | Steve Hay | 2007-01-05 | 1 | -0/+1 |
* | Check miniperl exists before using it to run uupacktool.pl | Steve Hay | 2007-01-02 | 1 | -1/+1 |
* | Re: [PATCH] Making adding binary files possible | Yves Orton | 2006-12-20 | 1 | -5/+15 |
* | Building with Visual C++ 2005 now works except for one test failure | Steve Hay | 2006-11-28 | 1 | -4/+4 |
* | Give perl.exe an icon when built with MinGW and Borland | Steve Hay | 2006-11-28 | 1 | -5/+8 |
* | Make the win32/makefile.mk a little safer | Steve Hay | 2006-11-27 | 1 | -11/+11 |
* | Remove redundant macros from win32 makefiles | Steve Hay | 2006-11-24 | 1 | -8/+2 |
* | Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT | Steve Hay | 2006-11-23 | 1 | -0/+6 |
* | Update makefile.mk as per Makefile w.r.t. #29308 and #29323 | Steve Hay | 2006-11-22 | 1 | -1/+1 |
* | Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )" | Steve Hay | 2006-11-20 | 1 | -3/+8 |
* | Fix the XXX in #29303 | Steve Hay | 2006-11-17 | 1 | -8/+3 |
* | Tidy up Makefile part of #29260 and apply to makefile.mk too | Steve Hay | 2006-11-17 | 1 | -4/+6 |
* | Install perl-static.exe if it was built | Steve Hay | 2006-11-17 | 1 | -0/+1 |
* | Add perl-static.exe support to win32/makefile.mk | Steve Hay | 2006-11-17 | 1 | -5/+74 |
* | Embed manifest files in EXEs and DLLs when building with VC++ 8.x | Steve Hay | 2006-11-13 | 1 | -0/+17 |
* | Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards. | Steve Hay | 2006-11-08 | 1 | -4/+6 |
* | Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground | Steve Hay | 2006-11-06 | 1 | -0/+4 |
* | Add some missing targets to win32/makefile.mk | Steve Hay | 2006-10-30 | 1 | -0/+25 |
* | Updates for building on Win32 with Visual C++ 2005 Express Edition | Steve Hay | 2006-10-10 | 1 | -8/+14 |
* | Add perl595delta | Rafael Garcia-Suarez | 2006-10-09 | 1 | -1/+1 |
* | Bump version to 5.9.5 | Rafael Garcia-Suarez | 2006-10-09 | 1 | -1/+1 |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -2/+1 |
* | Integrate mkppport. All ppport.h files in the core will now | Marcus Holland-Moritz | 2006-07-09 | 1 | -2/+8 |
* | Add Win32API::File to the core | Steve Hay | 2006-06-30 | 1 | -1/+5 |
* | Add README.riscos to pod.lst | Nicholas Clark | 2006-05-19 | 1 | -3/+5 |