summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Following b0e687f7 Win32 requires an -Ilib to run pl2bat.pl with miniperl.Nicholas Clark2009-09-231-1/+1
* Add a --chdir option to configpm, and use this in the Win32 Makfiles.Nicholas Clark2009-09-233-8/+10
* For miniperl, disable PERL_UNICODE and -C.Nicholas Clark2009-09-232-0/+7
* Restrict miniperl to just -I..., the split of $ENV{PERL5LIB}, and "." in @INCNicholas Clark2009-09-231-0/+5
* Declare PERL_IS_MINIPERL in the output of ./{mini,}perl -VNicholas Clark2009-09-231-0/+3
* runtests should write to t/rantests on successful completion.Nicholas Clark2009-09-231-0/+2
* Temporarily reinstate a _test target for the benefit of the smokers.Nicholas Clark2009-09-231-1/+5
* push in Void Contextchromatic2009-09-231-1/+3
* Update list of CPAN mirror sites from http://www.cpan.org/SITESLeon Brocard2009-09-221-313/+360
* Update URL to StuffIt ExpanderLeon Brocard2009-09-221-3/+1
* Fix broken URLs (and remove MacPerl Module Porters info)Leon Brocard2009-09-221-10/+1
* Update URL to the current Perl-QA WikiLeon Brocard2009-09-221-1/+1
* Remove broken URL from the mro documentationLeon Brocard2009-09-221-7/+1
* fix format warnings from regexec.cRobin Barker2009-09-221-3/+3
* Upgrade to Class::ISA 0.34Steffen Mueller2009-09-223-79/+86
* Move t/perl symlink creation back to the test_prep target of the MakefileNicholas Clark2009-09-222-24/+24
* Sean is passing Class::ISA maintenance to SteffenSteffen Mueller2009-09-221-2/+2
* Deprecate Class::ISA from coreSteffen Mueller2009-09-212-2/+4
* Remove Class::ISA use from autouse testsSteffen Mueller2009-09-212-3/+14
* Remove use of Class::ISA from the debuggerSteffen Mueller2009-09-211-24/+15
* Upgrade to Attribute::Handlers 0.87 (which is just a core sync) -- for realSteffen Mueller2009-09-212-4/+25
* Revert "Upgrade to Attribute::Handlers 0.87 (which is just a core sync)"Steffen Mueller2009-09-214-625/+4
* Compare core to Attribute::Handlers 0.87 from CPANSteffen Mueller2009-09-211-1/+1
* Upgrade to Attribute::Handlers 0.87 (which is just a core sync)Steffen Mueller2009-09-214-4/+625
* Upgrade to AutoLoader 5.70 for CPAN synchronization (no non-trivial changes)Steffen Mueller2009-09-211-1/+1
* Compare AutoLoader in core to AutoLoader 5.70 from CPANSteffen Mueller2009-09-211-1/+1
* Compare PathTools to CPAN's 3.30_01Steffen Mueller2009-09-211-3/+2
* Fix my bash-ism in 9988b539d419b6c4 - test takes a single =, not ==.Nicholas Clark2009-09-211-3/+3
* typo in usage of deprecateRobin Barker2009-09-212-2/+2
* Change my email addressRafael Garcia-Suarez2009-09-212-1/+2
* Move the Makefile targets _test{,_prep,_tty,_notty} into a script runtests.Nicholas Clark2009-09-203-46/+96
* Adopt Makefile macros MINIPERL_EXE and MINIPERL from VMS, to reduce copy&paste.Nicholas Clark2009-09-201-51/+56
* The pod convertors chdir post BEGIN-time, so don't need an absolute path for ...Nicholas Clark2009-09-201-1/+1
* On Unix, use the -C option to mktables rather than an explicit chdir.Nicholas Clark2009-09-201-1/+1
* dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway...Yves Orton2009-09-196-202/+414
* split t/re/pat.t into new piecesYves Orton2009-09-1911-22131/+243
* copy pat.t into five new filesYves Orton2009-09-195-0/+21955
* lib/unicore/mktables needs to get File::Spec from ext/Cwd/libNicholas Clark2009-09-193-3/+3
* win32/config_h.PL indirectly needs File::Spec, before XS extensions are built.Nicholas Clark2009-09-192-4/+4
* Reuinte File::Spec with the rest of the PathTools distribution in ext.Nicholas Clark2009-09-1921-38/+29
* 82dee7de92a0bd35 failed to add ext/lib/Makefile.PL. Oops.Nicholas Clark2009-09-181-0/+49
* Move lib from lib to ext.Nicholas Clark2009-09-189-29/+11
* Avoid re-creating a temporary file with constant contents for use.tNicholas Clark2009-09-183-6/+5
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-184-36/+50
* Split XSLoader out from ext/DynaLoader into its own directory.Nicholas Clark2009-09-186-11/+79
* Make make_ext.pl set PERL_CORE=1 in the environment.Nicholas Clark2009-09-181-0/+1
* Build DynaLoader in ext on VMS.Nicholas Clark2009-09-171-35/+4
* PERL_SRC already has brackets on VMS.Craig A. Berry2009-09-171-1/+1
* In S_mro_get_linear_isa_c3() replace sv_inc() with code for the cases we need.Nicholas Clark2009-09-171-3/+9
* Now no need to run AutoSplit on lib on Win32, with DynaLoader builing in extNicholas Clark2009-09-174-35/+2