summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Space between target and colon is not optional in VMS description files.Craig A. Berry2009-04-221-1/+1
* Sean would like to pass on his maintainership of I18N::LangTags modules.Nicholas Clark2009-04-221-2/+4
* 7eb47696deb9a7343fb4847f7342919a6df59e21 should be $(ext) rather than ext.Nicholas Clark2009-04-212-2/+2
* Fix reference to perlvms.pod after move to new location.Craig A. Berry2009-04-211-1/+1
* We need $(MINIPERL_EXE) before we can run autodoc.pl. Remove the duplicated -INicholas Clark2009-04-211-2/+2
* Build perltoc.pod, rather than shipping it. This way it can't get out of date.Nicholas Clark2009-04-218-38425/+26
* Tweak corelist.pl's heuristics to cope with the renamed directoriess in ext/Nicholas Clark2009-04-201-6/+5
* In corelist.pl, refactor to avoid repeating the final output formatting string.Nicholas Clark2009-04-201-4/+6
* Fix calling of autodoc.pl in Win32 nmake MakefileSteve Hay2009-04-201-1/+1
* Remove leftover copying of perlvms.pod on Win32Steve Hay2009-04-202-2/+0
* Clarify PERL_SYS_INIT3() usage.Niko Tyni2009-04-201-0/+4
* Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.Nicholas Clark2009-04-209-20/+21
* Make h2ph's generated preamble require-able when empty.Craig A. Berry2009-04-191-0/+1
* Make lib/h2ph.t use t/test.pl.Craig A. Berry2009-04-191-19/+26
* In the Makefile, no need to change into pod/ to create symlinks to READMEs etc.Nicholas Clark2009-04-192-5/+5
* Simpify logic in Perl_pad_free(): SvIsCOW() has the same semantics in all cases.Nicholas Clark2009-04-191-7/+1
* In the context of PERL_OLD_COPY_ON_WRITE, remove comments about global mutexes.Nicholas Clark2009-04-191-12/+0
* Move the symlink fo perl51110delta.pod to perldelta.pod to a top level rule.Nicholas Clark2009-04-192-7/+19
* In buildtoc, refactor all the duplicated checking logic into a subroutine.Nicholas Clark2009-04-191-20/+13
* For Win32, add the generated files to the delete list generated by buildtoc.Nicholas Clark2009-04-193-25/+23
* For VMS, generate the delete rules for generated and copied files in buildtoc.Nicholas Clark2009-04-192-1/+16
* Remove ExtUtils::MM_HaikuRafael Garcia-Suarez2009-04-182-64/+0
* Make autodoc.pl accept the root dir in @ARGVMax Maischein2009-04-183-4/+8
* autodoc.pl needs -Ilib. I had been testing with a perl that was also installed.Nicholas Clark2009-04-182-2/+2
* Here are some patches for QNX6 against 5.10.x. Unpatched and patchedH.Merijn Brand2009-04-183-4/+8
* fix trivial typo in MANIFESTDavid Mitchell2009-04-181-1/+1
* As autodoc.pl no longer rebuilds repository files, no need to use regen_lib.plNicholas Clark2009-04-181-57/+23
* grep then sort, as it's more efficient to sort a shorter list.Nicholas Clark2009-04-181-1/+1
* Add a --quiet option, to suppress all the routine warnings when scanning for podNicholas Clark2009-04-181-2/+4
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-1810-8541/+32
* Fix failing Time-Piece tests on Win32Steve Hay2009-04-171-2/+76
* In autodoc.pl, inline and hence eliminate walk_table().Nicholas Clark2009-04-171-49/+39
* In autodoc.pl, remove the unused parameters and functionality from walk_table().Nicholas Clark2009-04-171-22/+2
* Add reference to MS KB article describing leak in putenv()Steve Hay2009-04-171-1/+2
* Remove last vestiges of USE_WIN32_RTL_ENVSteve Hay2009-04-173-9/+2
* Ignore some autogenerated makefilesRafael Garcia-Suarez2009-04-171-0/+7
* Avoid loading Config, as we don't need to distinguish between NetWare and Win32.Nicholas Clark2009-04-161-12/+2
* Ignore attributes.pm in lib since it's now an XS moduleRafael Garcia-Suarez2009-04-171-1/+1
* Bump VERSION of Data::DumperRafael Garcia-Suarez2009-04-161-1/+1
* Data::Dumper hash iterator needs to be reset on all hashrefs (fixes #64744)Alex Vandiver2009-04-162-7/+21
* Squelch 'Constant subroutine ... undefined' warnings from .ph filesNiko Tyni2009-04-163-2/+8
* Add tests to verify that h2ph output compiles and is warning freeNiko Tyni2009-04-163-10/+22
* Build bzip2 witha C++ compilerPaul Marquess2009-04-162-0/+16
* Update CPANPLUS::Dist::Build to 0.22Chris 'BinGOs' Williams2009-04-162-2/+2
* Documentation Patch: perlxs.podTom Hukins2009-04-141-2/+2
* Add file missed in previous commit.Steve Peters2009-04-141-0/+40
* [PATCH] Update CPAN.pm to 1.93_52Andreas J. Koenig2009-04-1316-136/+289
* Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into bleadSteve Peters2009-04-138-79/+0
|\
| * Remove an unnecessary use Config;Nicholas Clark2009-04-131-1/+0
| * Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-137-78/+0