| Commit message (Expand) | Author | Age | Files | Lines |
* | Following b0e687f7 Win32 requires an -Ilib to run pl2bat.pl with miniperl. | Nicholas Clark | 2009-09-23 | 1 | -1/+1 |
* | Add a --chdir option to configpm, and use this in the Win32 Makfiles. | Nicholas Clark | 2009-09-23 | 3 | -8/+10 |
* | For miniperl, disable PERL_UNICODE and -C. | Nicholas Clark | 2009-09-23 | 2 | -0/+7 |
* | Restrict miniperl to just -I..., the split of $ENV{PERL5LIB}, and "." in @INC | Nicholas Clark | 2009-09-23 | 1 | -0/+5 |
* | Declare PERL_IS_MINIPERL in the output of ./{mini,}perl -V | Nicholas Clark | 2009-09-23 | 1 | -0/+3 |
* | runtests should write to t/rantests on successful completion. | Nicholas Clark | 2009-09-23 | 1 | -0/+2 |
* | Temporarily reinstate a _test target for the benefit of the smokers. | Nicholas Clark | 2009-09-23 | 1 | -1/+5 |
* | push in Void Context | chromatic | 2009-09-23 | 1 | -1/+3 |
* | Update list of CPAN mirror sites from http://www.cpan.org/SITES | Leon Brocard | 2009-09-22 | 1 | -313/+360 |
* | Update URL to StuffIt Expander | Leon Brocard | 2009-09-22 | 1 | -3/+1 |
* | Fix broken URLs (and remove MacPerl Module Porters info) | Leon Brocard | 2009-09-22 | 1 | -10/+1 |
* | Update URL to the current Perl-QA Wiki | Leon Brocard | 2009-09-22 | 1 | -1/+1 |
* | Remove broken URL from the mro documentation | Leon Brocard | 2009-09-22 | 1 | -7/+1 |
* | fix format warnings from regexec.c | Robin Barker | 2009-09-22 | 1 | -3/+3 |
* | Upgrade to Class::ISA 0.34 | Steffen Mueller | 2009-09-22 | 3 | -79/+86 |
* | Move t/perl symlink creation back to the test_prep target of the Makefile | Nicholas Clark | 2009-09-22 | 2 | -24/+24 |
* | Sean is passing Class::ISA maintenance to Steffen | Steffen Mueller | 2009-09-22 | 1 | -2/+2 |
* | Deprecate Class::ISA from core | Steffen Mueller | 2009-09-21 | 2 | -2/+4 |
* | Remove Class::ISA use from autouse tests | Steffen Mueller | 2009-09-21 | 2 | -3/+14 |
* | Remove use of Class::ISA from the debugger | Steffen Mueller | 2009-09-21 | 1 | -24/+15 |
* | Upgrade to Attribute::Handlers 0.87 (which is just a core sync) -- for real | Steffen Mueller | 2009-09-21 | 2 | -4/+25 |
* | Revert "Upgrade to Attribute::Handlers 0.87 (which is just a core sync)" | Steffen Mueller | 2009-09-21 | 4 | -625/+4 |
* | Compare core to Attribute::Handlers 0.87 from CPAN | Steffen Mueller | 2009-09-21 | 1 | -1/+1 |
* | Upgrade to Attribute::Handlers 0.87 (which is just a core sync) | Steffen Mueller | 2009-09-21 | 4 | -4/+625 |
* | Upgrade to AutoLoader 5.70 for CPAN synchronization (no non-trivial changes) | Steffen Mueller | 2009-09-21 | 1 | -1/+1 |
* | Compare AutoLoader in core to AutoLoader 5.70 from CPAN | Steffen Mueller | 2009-09-21 | 1 | -1/+1 |
* | Compare PathTools to CPAN's 3.30_01 | Steffen Mueller | 2009-09-21 | 1 | -3/+2 |
* | Fix my bash-ism in 9988b539d419b6c4 - test takes a single =, not ==. | Nicholas Clark | 2009-09-21 | 1 | -3/+3 |
* | typo in usage of deprecate | Robin Barker | 2009-09-21 | 2 | -2/+2 |
* | Change my email address | Rafael Garcia-Suarez | 2009-09-21 | 2 | -1/+2 |
* | Move the Makefile targets _test{,_prep,_tty,_notty} into a script runtests. | Nicholas Clark | 2009-09-20 | 3 | -46/+96 |
* | 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 |
* | dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway... | Yves Orton | 2009-09-19 | 6 | -202/+414 |
* | split t/re/pat.t into new pieces | Yves Orton | 2009-09-19 | 11 | -22131/+243 |
* | copy pat.t into five new files | Yves Orton | 2009-09-19 | 5 | -0/+21955 |
* | lib/unicore/mktables needs to get File::Spec from ext/Cwd/lib | Nicholas Clark | 2009-09-19 | 3 | -3/+3 |
* | win32/config_h.PL indirectly needs File::Spec, before XS extensions are built. | Nicholas Clark | 2009-09-19 | 2 | -4/+4 |
* | Reuinte File::Spec with the rest of the PathTools distribution in ext. | Nicholas Clark | 2009-09-19 | 21 | -38/+29 |
* | 82dee7de92a0bd35 failed to add ext/lib/Makefile.PL. Oops. | Nicholas Clark | 2009-09-18 | 1 | -0/+49 |
* | Move lib from lib to ext. | Nicholas Clark | 2009-09-18 | 9 | -29/+11 |
* | Avoid re-creating a temporary file with constant contents for use.t | Nicholas Clark | 2009-09-18 | 3 | -6/+5 |
* | Avoid using lib.pm in miniperl's tests. | Nicholas Clark | 2009-09-18 | 4 | -36/+50 |
* | Split XSLoader out from ext/DynaLoader into its own directory. | Nicholas Clark | 2009-09-18 | 6 | -11/+79 |
* | Make make_ext.pl set PERL_CORE=1 in the environment. | Nicholas Clark | 2009-09-18 | 1 | -0/+1 |
* | Build DynaLoader in ext on VMS. | Nicholas Clark | 2009-09-17 | 1 | -35/+4 |
* | PERL_SRC already has brackets on VMS. | Craig A. Berry | 2009-09-17 | 1 | -1/+1 |
* | In S_mro_get_linear_isa_c3() replace sv_inc() with code for the cases we need. | Nicholas Clark | 2009-09-17 | 1 | -3/+9 |
* | Now no need to run AutoSplit on lib on Win32, with DynaLoader builing in ext | Nicholas Clark | 2009-09-17 | 4 | -35/+2 |