| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Convert win32 to build DynaLoader with EU::MM in ext/DynaLoader | Nicholas Clark | 2009-09-17 | 5 | -58/+28 |
* | Since gitignores are advisory, we don't need the specific unignore patterns | Rafael Garcia-Suarez | 2009-09-17 | 1 | -102/+1 |
* | Revert "much simpler .gitignore for ext/" | Rafael Garcia-Suarez | 2009-09-17 | 1 | -8/+108 |
* | Rearrange ext/Memoize to the same layout as the CPAN distribution. | Nicholas Clark | 2009-09-16 | 10 | -12/+8 |
* | Remove the now-redundant MAP for Math::BigInt. | Nicholas Clark | 2009-09-16 | 3 | -6/+1 |
* | Rearrange ext/File-Temp to the same layout as the CPAN distribution. | Nicholas Clark | 2009-09-16 | 3 | -4/+1 |
* | /Compress/ modules are at version 2.021. Remove vestigal MAPs and comments. | Nicholas Clark | 2009-09-16 | 1 | -12/+4 |
* | Rearrange ext/IO-Zlib to the same layout as the CPAN distribution. | Nicholas Clark | 2009-09-16 | 3 | -5/+1 |
* | Linker options file not created before nonxs extension building. | Craig A. Berry | 2009-09-16 | 1 | -1/+1 |