| Commit message (Expand) | Author | Age | Files | Lines |
* | restore XS module building for WinCE | Daniel Dragan | 2013-08-23 | 3 | -33/+53 |
* | [perl #119429] bump-perl-version now updates Makefile.ce | Tony Cook | 2013-08-23 | 1 | -1/+1 |
* | add perl5181delta | Father Chrysostomos | 2013-08-20 | 1 | -0/+4 |
* | Bump version for 5.19.4 | Steve Hay | 2013-08-20 | 2 | -2/+2 |
* | Create new perldelta for 5.19.4 | Steve Hay | 2013-08-20 | 3 | -4/+8 |
* | Make DMAKE import everything from the environment like NMAKE does | Steve Hay | 2013-08-15 | 1 | -2/+5 |
* | No need to look for Borland's debug symbols files | Steve Hay | 2013-08-15 | 1 | -2/+1 |
* | Commit 4d3a042da1 missed a corresponding update to win32/makefile.mk | Steve Hay | 2013-08-15 | 1 | -0/+1 |
* | Fix miniperl.exe.manifest problem on Windows | Steve Hay | 2013-08-14 | 2 | -2/+2 |
* | MinGW(-w64)/gcc on Windows includes <stdbool.h> | Steve Hay | 2013-08-13 | 2 | -2/+2 |
* | Update win32/config_H.[gv]c canned configuration files | Steve Hay | 2013-08-13 | 2 | -26/+54 |
* | Write win32/config.h with *nix EOLs, as per the canned config_H.* files | Steve Hay | 2013-08-13 | 1 | -0/+1 |
* | Generate the lib/ cleanup rules in the Win32 Makefiles from MANIFEST. | Nicholas Clark | 2013-07-24 | 2 | -18/+32 |
* | Re-order clean-up rules to give a line for regen/lib_cleanup.pl to key off. | Nicholas Clark | 2013-07-24 | 2 | -2/+2 |
* | Remove the EXTUTILSDIR macro from the Win32 makefiles. | Nicholas Clark | 2013-07-24 | 2 | -2/+0 |
* | bump version to v5.19.3 | Aristotle Pagaltzis | 2013-07-22 | 2 | -2/+2 |
* | create fresh perldelta | Aristotle Pagaltzis | 2013-07-22 | 3 | -4/+8 |
* | Move version from lib/ to cpan/ | Nicholas Clark | 2013-07-16 | 2 | -0/+2 |
* | Refactor perlmodlib.PL to use regen_lib.pl and avoid FindBin. | Nicholas Clark | 2013-07-11 | 2 | -2/+2 |
* | add entries to various .gitignore files for Win32 builds | Daniel Dragan | 2013-07-09 | 1 | -0/+1 |
* | On Win32 run autodoc.pl and pod/perlmodlib.PL using miniperl, not perl. | Nicholas Clark | 2013-07-09 | 2 | -8/+4 |
* | Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.pl | Nicholas Clark | 2013-07-07 | 2 | -20/+8 |
* | Generate utils/Makefile from utils/Makefile.PL, and remove it at clean time. | Nicholas Clark | 2013-07-07 | 2 | -2/+10 |
* | Move VMS::Filespec from vms/ext to ext/ | Nicholas Clark | 2013-07-02 | 1 | -1/+1 |
* | Refactor FindExt, merging scan_ext() and find_ext(). | Nicholas Clark | 2013-07-02 | 1 | -11/+4 |
* | Correct a type in FindExt::apply_config in the "I18N-Langinfo" code. | Nicholas Clark | 2013-07-02 | 1 | -1/+1 |
* | In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine. | Nicholas Clark | 2013-07-02 | 1 | -7/+2 |
* | Add non-XS extensions to known_extensions. | Nicholas Clark | 2013-07-02 | 1 | -2/+4 |
* | bump version to v5.19.2 | David Golden | 2013-06-20 | 2 | -2/+2 |
* | new perldelta | David Golden | 2013-06-20 | 3 | -4/+8 |
* | In FindExt, use File::Find instead of shelling out to a dir command. | Nicholas Clark | 2013-06-18 | 1 | -7/+9 |
* | Set Config's *extensions and *_ext vars correctly for Win32 static builds | Steve Hay | 2013-06-17 | 2 | -13/+16 |
* | Fix inclusion of Compress/Raw/Bzip2 and Encode in MinGW ALL_STATIC build | Steve Hay | 2013-06-14 | 1 | -9/+6 |
* | write_buildcustomize.pl no longer writes to STDOUT | Nicholas Clark | 2013-06-13 | 2 | -2/+2 |
* | Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up. | Nicholas Clark | 2013-06-13 | 2 | -6/+6 |
* | Generate lib/buildcustomize.pl at the same time as the miniperl executable. | Nicholas Clark | 2013-06-13 | 2 | -10/+11 |
* | On Win32, i_rpcsvcdbm should be 'undef' as there is no <rpcsvc/dbm.h> | Nicholas Clark | 2013-06-10 | 6 | -6/+6 |
* | Include the Encode extension in the ALL_STATIC build on Win32 for VC++ | Steve Hay | 2013-06-08 | 3 | -6/+18 |
* | Include the Win32 extension in the ALL_STATIC build on Win32 | Steve Hay | 2013-06-07 | 4 | -15/+8 |
* | Add a note to Win32's BUILD_STATIC configuration to include Win32CORE | Steve Hay | 2013-06-06 | 2 | -2/+4 |
* | Exclude Compress/Raw/Bzip2 from ALL_STATIC extensions for MinGW for now | Steve Hay | 2013-06-06 | 1 | -0/+4 |
* | Simplify recipes for making perl-static.exe on Win32 | Steve Hay | 2013-06-06 | 2 | -9/+5 |
* | Fix creation of libperl519s.a on Win32 with MinGW | Steve Hay | 2013-06-06 | 1 | -9/+7 |
* | Remove /PDB:NONE linker option from Win32 makefiles | Steve Hay | 2013-06-06 | 2 | -2/+2 |
* | Ensure Win32 [nd]make builds the 'static' target when ALL_STATIC=define | Steve Hay | 2013-06-06 | 2 | -2/+2 |
* | Remove DG/UX support. | Nicholas Clark | 2013-05-27 | 2 | -20/+16 |
* | typo fixes for win32 scripts | David Steinbrunner | 2013-05-24 | 3 | -3/+3 |
* | Update the Win32 miniperl conditional compilation, for the htonl etc changes. | Nicholas Clark | 2013-05-20 | 1 | -14/+6 |
* | add new perldelta | Ricardo Signes | 2013-05-20 | 3 | -4/+8 |
* | bump version to 5.19.1 | Ricardo Signes | 2013-05-20 | 2 | -2/+2 |