| Commit message (Expand) | Author | Age | Files | Lines |
* | win32/ext doesn't exist any more, so no need to look there for extensions | Steve Hay | 2009-02-12 | 1 | -1/+0 |
* | All extensions are at the top level, so no longer any need to recurse. | Nicholas Clark | 2009-02-10 | 1 | -13/+7 |
* | Sys-Syslog I18N-Langinfo have long names now. | Nicholas Clark | 2009-02-10 | 1 | -1/+1 |
* | Remove special casing for extensions nested inside other extensions. | Nicholas Clark | 2009-02-09 | 1 | -13/+0 |
* | Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(), | Nicholas Clark | 2009-02-07 | 1 | -20/+16 |
* | FindExt matches on extension name, not directory name, so IPC-SysV not SysV. | Nicholas Clark | 2009-02-07 | 1 | -1/+1 |
* | Exclude VMS extensions on non-VMS. | Nicholas Clark | 2009-02-05 | 1 | -1/+1 |
* | Also cope with extension directory names of the form ext/Data-Dumper/... | Nicholas Clark | 2009-02-04 | 1 | -5/+10 |
* | Clearer variable names. Add a mode line coda. | Nicholas Clark | 2009-02-04 | 1 | -16/+23 |
* | A test for FindExt, not run by make test. (Useful for refactoring FindExt.) | Nicholas Clark | 2009-02-04 | 1 | -0/+42 |
* | Refactor to avoid changing directory, and avoid needing getcwd(). | Nicholas Clark | 2009-02-03 | 1 | -30/+17 |
* | Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df... | Steve Hay | 2009-02-03 | 2 | -12/+6 |
* | Convert the last few references from buildext.pl to make_ext.pl | Nicholas Clark | 2009-02-02 | 1 | -5/+5 |
* | Fold win32/buildext.pl into make_ext.pl | Nicholas Clark | 2009-02-02 | 3 | -177/+16 |
* | Restore broken clean target in win32/makefile.mk | Steve Hay | 2009-02-02 | 1 | -1/+1 |
* | Replacing system $scalar with system @list requires splitting $MAKE on spaces. | Nicholas Clark | 2009-02-01 | 1 | -15/+9 |
* | The $@ was actually a botched conversion from $make $targ, rather than an | Nicholas Clark | 2009-02-01 | 1 | -1/+1 |
* | Create build_extension() to encapsulate the per-extension logic. | Nicholas Clark | 2009-01-31 | 1 | -45/+59 |
* | Make dir and target --options to buildext.pl. Update the documentation. | Nicholas Clark | 2009-01-31 | 3 | -20/+23 |
* | Replace the one file timestamp dependency check with a call to 'make config' | Nicholas Clark | 2009-01-30 | 3 | -24/+22 |
* | win32/ext was removed by change 30379 in 2007, so no need to check for it in the | Nicholas Clark | 2009-01-29 | 2 | -10/+0 |
* | Add an explicit --all option to buildext.pl, rather than defaulting to it if | Nicholas Clark | 2009-01-29 | 3 | -14/+12 |
* | Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.pl | Nicholas Clark | 2009-01-28 | 3 | -22/+32 |
* | In buildext.pl, refactor the @ARGV parsing into a single loop. | Nicholas Clark | 2009-01-27 | 1 | -16/+27 |
* | Break the --create-perllibst-h and --list-static-libs options out of buildext.pl | Nicholas Clark | 2009-01-26 | 5 | -36/+42 |
* | Unbreak Makefile too (replicate fcd65f8d4322911242887c00dd8c419b973735a6) | Nicholas Clark | 2009-01-25 | 1 | -1/+1 |
* | Unbreak build on Windows | Max Maischein | 2009-01-25 | 1 | -1/+1 |
* | Port 486cd780047ff22471c5cbe417911a042ae23962 to win32/ Makefiles. | Nicholas Clark | 2009-01-25 | 2 | -12/+12 |
* | Add -DPERL_IS_MINIPERL when building the object files for miniperl.exe | Nicholas Clark | 2009-01-24 | 2 | -2/+2 |
* | The exit code of make_patchnum.pl is no longer used, so make it return 0. | Nicholas Clark | 2009-01-24 | 2 | -6/+2 |
* | Restore Win32 build by creating git_version.h. | Steve Hay | 2009-01-13 | 2 | -14/+38 |
* | Added stuff so that perl.exe now builds clean with regards to 'git status' | Max Maischein | 2009-01-04 | 1 | -0/+6 |
* | Added config.w32 to win32/.gitignore | Max Maischein | 2009-01-04 | 1 | -0/+1 |
* | Added win32/.gitignore to ignore stuff from the Windows build | Max Maischein | 2009-01-04 | 1 | -0/+1 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 2 | -0/+2 |
* | Remove all mention of checkpods | Alex Vandiver | 2008-12-25 | 3 | -7/+2 |
* | Move 'make check' in pods/ to using Pod::Checker | Alex Vandiver | 2008-12-25 | 3 | -4/+4 |
* | Add the perlperf manpage, by Richard Foley | Rafael Garcia-Suarez | 2008-12-21 | 1 | -0/+4 |
* | Subject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" comman... | Steve Hay | 2008-12-19 | 2 | -8/+8 |
* | Add other files modified by buildtoc | Leon Brocard | 2008-12-19 | 3 | -16/+22 |
* | Update Win32 canned configs | Steve Hay | 2008-12-12 | 8 | -96/+352 |
* | Configure detection of __attribute__((deprecated)) | Rafael Garcia-Suarez | 2008-12-03 | 5 | -0/+5 |
* | could we add usedevel to config.h? | H.Merijn Brand | 2008-11-28 | 5 | -0/+5 |
* | Change LONG_DOUBLESIZE macros to match config (ref change 34823) | Gisle Aas | 2008-11-17 | 3 | -3/+3 |
* | sizeof(long double) is 8 bytes for all Microsoft compilers | Gisle Aas | 2008-11-12 | 2 | -2/+2 |
* | Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-08 | 5 | -0/+15 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+5 |
* | make distclean patch from Andy Armstrong. | Nicholas Clark | 2008-10-29 | 2 | -0/+6 |
* | Define HAS_QUAD on Win32 and introduce new value for QUADKIND | Steve Hay | 2008-10-07 | 8 | -15/+25 |
* | Refine Win32's s{GM|LOCAL}TIME_{min|max} values based on the output of | Steve Hay | 2008-10-07 | 3 | -8/+3 |