| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert makefile part of the Unicode 5.2 patch | Rafael Garcia-Suarez | 2009-12-03 | 1 | -1/+1 |
* | Unicode 5.2 | Karl Williamson | 2009-12-03 | 1 | -1/+1 |
* | Make distclean work again | Rafael Garcia-Suarez | 2009-11-30 | 1 | -6/+28 |
* | wrap uniprops.t; makefile changes for mktables | Karl Williamson | 2009-11-25 | 1 | -3/+4 |
* | Specify in Makefile what generates pod/perluniprops.pod | Rafael Garcia-Suarez | 2009-11-24 | 1 | -1/+1 |
* | Remove generated file pod/perluniprops.pod from the source distribution | Rafael Garcia-Suarez | 2009-11-24 | 1 | -1/+1 |
* | mktables not run unless needed | Karl Williamson | 2009-11-24 | 1 | -5/+6 |
* | create perl5113delta | Leon Brocard | 2009-11-20 | 1 | -2/+2 |
* | minitest fixes | Zefram | 2009-11-19 | 1 | -1/+1 |
* | perl.exp was not built in time on systems that required it (AIX, ...) | H.Merijn Brand | 2009-11-09 | 1 | -1/+1 |
* | remove all references to patching.pod | Dave Rolsky | 2009-10-30 | 1 | -1/+1 |
* | Propagate LDLIBPTH into run_tests - Fixes 5.12 blocker [perl #70057] | Jesse Vincent | 2009-10-29 | 1 | -21/+23 |
* | Add perl5112delta, and change 5111delta from being "the" perldelta. | Nicholas Clark | 2009-10-24 | 1 | -2/+2 |
* | macroify how we run perl from within the Makefile. | Jesse Vincent | 2009-10-19 | 1 | -40/+43 |
* | add a test_porting target which runs basic porting tests to verify pod, manif... | Jesse Vincent | 2009-10-19 | 1 | -0/+6 |
* | make test-reonly bypass the non-xs extensions | Yves Orton | 2009-10-04 | 1 | -2/+8 |
* | Run "cd pod ; ../perl -I../lib buildtoc --build-all" | Rafael Garcia-Suarez | 2009-10-04 | 1 | -2/+2 |
* | 'make distclean now results in an actually-clean tree. | Jesse Vincent | 2009-10-04 | 1 | -2/+2 |
* | Our makemeta invocation was wrong (after miniperl stopped working) | Jesse Vincent | 2009-10-03 | 1 | -1/+1 |
* | Porting/makemeta no longer works with miniperl. switch it to use regular | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
* | Recursively delete all ppport.h files, instead of running mkppport --clean. | Nicholas Clark | 2009-09-29 | 1 | -1/+4 |
* | Move Cwd from ext/ to cpan/ | Nicholas Clark | 2009-09-29 | 1 | -1/+1 |
* | Change the invocation of mktables to the "standard" $(Icwd). | Nicholas Clark | 2009-09-27 | 1 | -1/+1 |
* | Support building extensions in dist/ as well as cpan/ and ext/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Support building nonxs extensions from cpan/ on Unix. | Nicholas Clark | 2009-09-25 | 1 | -1/+5 |
* | Temporarily reinstate a _test target for the benefit of the smokers. | Nicholas Clark | 2009-09-23 | 1 | -1/+5 |
* | Move t/perl symlink creation back to the test_prep target of the Makefile | Nicholas Clark | 2009-09-22 | 1 | -17/+19 |
* | Move the Makefile targets _test{,_prep,_tty,_notty} into a script runtests. | Nicholas Clark | 2009-09-20 | 1 | -46/+22 |
* | Adopt Makefile macros MINIPERL_EXE and MINIPERL from VMS, to reduce copy&paste. | Nicholas Clark | 2009-09-20 | 1 | -51/+56 |
* | The pod convertors chdir post BEGIN-time, so don't need an absolute path for ... | Nicholas Clark | 2009-09-20 | 1 | -1/+1 |
* | On Unix, use the -C option to mktables rather than an explicit chdir. | Nicholas Clark | 2009-09-20 | 1 | -1/+1 |
* | lib/unicore/mktables needs to get File::Spec from ext/Cwd/lib | Nicholas Clark | 2009-09-19 | 1 | -1/+1 |
* | Reuinte File::Spec with the rest of the PathTools distribution in ext. | Nicholas Clark | 2009-09-19 | 1 | -1/+1 |
* | Move lib from lib to ext. | Nicholas Clark | 2009-09-18 | 1 | -11/+5 |
* | Ensure that the perl build doesn't read any installed sitecustomize script. | Nicholas Clark | 2009-09-15 | 1 | -1/+1 |
* | Cwd.pm needs to be installed in lib before Encode recurses. Mark the dependency | Nicholas Clark | 2009-09-15 | 1 | -0/+2 |
* | Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore. | Nicholas Clark | 2009-09-13 | 1 | -13/+6 |
* | Move Cwd from lib to ext. | Nicholas Clark | 2009-09-12 | 1 | -6/+8 |
* | Cleanup makedir.SH reference in Makefile.SH | Jerry D. Hedden | 2009-09-12 | 1 | -1/+1 |
* | No need to run AutoSplit on lib - all AutoLoader using modules are in ext. | Nicholas Clark | 2009-09-11 | 1 | -9/+1 |
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 1 | -2/+2 |
* | Build the nonxs extensions before running mktables. | Nicholas Clark | 2009-09-09 | 1 | -1/+1 |
* | Build the nonxs extensions before building DynaLoader. | Nicholas Clark | 2009-09-08 | 1 | -1/+1 |
* | Build the nonxs extensions before running mkppport. | Nicholas Clark | 2009-09-08 | 1 | -1/+1 |
* | Revert "Build Text::Tabs before running mktables, as it needs it" | Vincent Pit | 2009-08-30 | 1 | -2/+1 |
* | Build Text::Tabs before running mktables, as it needs it | Vincent Pit | 2009-08-30 | 1 | -1/+2 |
* | Text::ParseWords depends on Scalar::Util | Steffen Mueller | 2009-08-30 | 1 | -0/+2 |
* | Sort MANIFEST using Perl | Jerry D. Hedden | 2009-07-29 | 1 | -2/+2 |
* | Remove autodoc.pl from regen.pl and the lists of regenerated files in Makefiles. | Nicholas Clark | 2009-06-13 | 1 | -2/+0 |
* | Eliminate the regen_pods target from pod/Makefile, and references to it. | Nicholas Clark | 2009-06-13 | 1 | -5/+2 |