| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate perlmodlib.pod at build time, instead of shipping it. | Nicholas Clark | 2009-06-13 | 1 | -5/+6 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -4/+5 |
* | Pass the output file name to generate_uudmap, and open it within the code, | Nicholas Clark | 2009-05-19 | 1 | -1/+1 |
* | Build perltoc.pod, rather than shipping it. This way it can't get out of date. | Nicholas Clark | 2009-04-21 | 1 | -2/+3 |
* | Remove leftover copying of perlvms.pod on Win32 | Steve Hay | 2009-04-20 | 1 | -1/+0 |
* | Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators. | Nicholas Clark | 2009-04-20 | 1 | -3/+2 |
* | For Win32, add the generated files to the delete list generated by buildtoc. | Nicholas Clark | 2009-04-19 | 1 | -12/+11 |
* | Make autodoc.pl accept the root dir in @ARGV | Max Maischein | 2009-04-18 | 1 | -1/+1 |
* | Generate perlapi.pod and perlintern.pod at build time, instead of shipping them. | Nicholas Clark | 2009-04-18 | 1 | -0/+2 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -3/+2 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 1 | -1/+1 |
* | Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df... | Steve Hay | 2009-02-03 | 1 | -6/+3 |
* | Fold win32/buildext.pl into make_ext.pl | Nicholas Clark | 2009-02-02 | 1 | -8/+8 |
* | Restore broken clean target in win32/makefile.mk | Steve Hay | 2009-02-02 | 1 | -1/+1 |
* | Make dir and target --options to buildext.pl. Update the documentation. | Nicholas Clark | 2009-01-31 | 1 | -5/+5 |
* | Replace the one file timestamp dependency check with a call to 'make config' | Nicholas Clark | 2009-01-30 | 1 | -5/+5 |
* | win32/ext was removed by change 30379 in 2007, so no need to check for it in the | Nicholas Clark | 2009-01-29 | 1 | -5/+0 |
* | Add an explicit --all option to buildext.pl, rather than defaulting to it if | Nicholas Clark | 2009-01-29 | 1 | -3/+3 |
* | Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.pl | Nicholas Clark | 2009-01-28 | 1 | -10/+10 |
* | Break the --create-perllibst-h and --list-static-libs options out of buildext.pl | Nicholas Clark | 2009-01-26 | 1 | -4/+4 |
* | Unbreak build on Windows | Max Maischein | 2009-01-25 | 1 | -1/+1 |
* | Port 486cd780047ff22471c5cbe417911a042ae23962 to win32/ Makefiles. | Nicholas Clark | 2009-01-25 | 1 | -6/+6 |
* | Add -DPERL_IS_MINIPERL when building the object files for miniperl.exe | Nicholas Clark | 2009-01-24 | 1 | -1/+1 |
* | The exit code of make_patchnum.pl is no longer used, so make it return 0. | Nicholas Clark | 2009-01-24 | 1 | -3/+1 |
* | Restore Win32 build by creating git_version.h. | Steve Hay | 2009-01-13 | 1 | -7/+18 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 1 | -0/+1 |
* | Remove all mention of checkpods | Alex Vandiver | 2008-12-25 | 1 | -2/+1 |
* | Move 'make check' in pods/ to using Pod::Checker | Alex Vandiver | 2008-12-25 | 1 | -1/+1 |
* | Subject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" comman... | Steve Hay | 2008-12-19 | 1 | -4/+4 |
* | Add other files modified by buildtoc | Leon Brocard | 2008-12-19 | 1 | -8/+9 |
* | make distclean patch from Andy Armstrong. | Nicholas Clark | 2008-10-29 | 1 | -0/+3 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 1 | -0/+1 |
* | Fix-up Win32's regen_config_h targets for semi-automatic updating of | Steve Hay | 2008-02-22 | 1 | -9/+11 |
* | Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a... | Jan Dubois | 2008-02-12 | 1 | -1/+1 |
* | Welcome to Perl 5.11, win32! | Steve Peters | 2007-12-23 | 1 | -7/+7 |
* | Add perl5110delta, and change 5100delta so that it is no longer "the" | Nicholas Clark | 2007-12-19 | 1 | -1/+1 |
* | Bump the version number to 5.11.0 | Nicholas Clark | 2007-12-19 | 1 | -1/+1 |
* | 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 |