summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Udpdated checkAUTHORS.pl to expect the output of git log rather than p4; ↵Jesse Vincent2009-08-031-85/+178
| | | | added a bunch of author email equivalences
* Clean up the new maintainers.t to be a bit more sensible about pathsJesse Vincent2009-08-031-5/+8
| | | | | The previous version of the invocation ignore the fact that we chdir, more libs might be required.
* Pre-resolve symlink for File::Stat test under -DmksymlinksJosh ben Jore2009-07-311-6/+19
|
* Removed a release-engineering step. (It's been replaced with automated tests)Jesse Vincent2009-07-311-10/+0
|
* made the manicheck actions (previously releng) into tests that always runJesse Vincent2009-07-313-22/+89
|
* Fixed maintainership for lib/ExtUtils/t/InstallWithMM.tJesse Vincent2009-07-311-0/+1
| | | | per http://www.nntp.perl.org/group/perl.perl5.porters/2009/07/msg149219.html
* Linearized the release-manager's guide to make it less of a ↵Jesse Vincent2009-07-311-208/+278
| | | | choose-your-own-adventure novel
* Copyediting the release_managers_guide.Jesse Vincent2009-07-311-17/+30
| | | | No functional changes
* Start refactoring out release management steps that aren't actually tied to ↵Jesse Vincent2009-07-311-12/+36
| | | | building a release
* Clean up the .exists files on VMS.Craig A. Berry2009-07-311-0/+1
|
* Mention in apidocs that av_push takes ownership of a refcountSteffen Mueller2009-07-311-1/+2
|
* Add Porting/GitUtils.pm to MANIFESTNicholas Clark2009-07-311-0/+1
|
* Add lib/version/Internals.pod to MANIFEST and Porting/Maintainers.plNicholas Clark2009-07-312-1/+3
|
* Add new error "Can't use keyword '%s' as a label"Rafael Garcia-Suarez2009-07-302-3/+11
|
* Try longst prefixes first, else lib/CPAN may match lib/CPANPLUS/... and similar.Nicholas Clark2009-07-301-1/+7
|
* 'git st' is not a standard git command.Jesse Vincent2009-07-301-2/+2
| | | | Spotted by Tux++
* Sort MANIFEST using PerlJerry D. Hedden2009-07-294-23/+80
|
* we want the git-describe of the requested item, not the current head.Yves Orton2009-07-301-1/+1
|
* convert the contents of make_dot_patch into a function and put it in GitUtilsYves Orton2009-07-302-28/+63
|
* much much quicker solutionYves Orton2009-07-301-14/+19
|
* Porting/corelist.pl can now update Module::CoreList directlyJesse Vincent2009-07-292-113/+198
| | | | | Rather than requiring a release engineer to cut and paste into Module::CoreList use the magic of regexps to do a first pass.
* add 'regen' steps to the release_managers_guideJesse Vincent2009-07-291-0/+16
|
* Avoid shelling out to an external sort to verify that MANIFEST is sorted.Nicholas Clark2009-07-291-6/+21
| | | | This also lets us report which file(s) are out of order.
* Escape the periods in some Stratus VOS-specific code in makedepend.SHGreen, Paul2009-07-291-1/+1
|
* Merge branch 'deletelocal' into bleadVincent Pit2009-07-2913-36/+499
|\
| * Document "delete local" in perlsubVincent Pit2009-07-272-0/+58
| |
| * Introduce "delete local"Vincent Pit2009-07-257-3/+376
| |
| * Use the new SAVEHDELETE() macro wherever possibleVincent Pit2009-07-252-21/+10
| |
| * Introduce save_hdelete() and SAVEHDELETE()Vincent Pit2009-07-256-0/+27
| | | | | | | | save_hdelete() is just like save_delete() except that it takes an SV instead of char buffer.
| * Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags()Vincent Pit2009-07-252-3/+13
| | | | | | | | When set, save_scalar_at() doesn't replace the given SV by a fresh new one. local magic is not called in this case.
| * Introduce save_aelem_flags()Vincent Pit2009-07-256-9/+15
| | | | | | | | It's the symmetric of save_helem_flags(). save_aelem() is now a macro wrapping around save_aelem_flags().
* | hints/bsdos.sh: Add correct flags for compilation with pthreadsThe Doctor2009-07-291-1/+1
| |
* | Add MANIFEST sort testJerry D. Hedden2009-07-291-7/+8
| |
* | Sort the MANIFEST.Nicholas Clark2009-07-291-1/+1
| |
* | warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their ↵Jesse Vincent2009-07-292-3/+3
| | | | | | | | versions needed to be bumped before 5.11.0
* | Add a test to verify that the MANIFEST file is well-formed.Nicholas Clark2009-07-292-0/+45
| |
* | bump-perl-version false positivesJesse Vincent2009-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the runup to 5.10.1, Dave created bump-perl-version to automate the tedious process of incrementing the Perl version number. Trying it out on blead, I found that there are a few files it matches which either mention a version of Perl and then say "replace 5.x.y with your version of Perl" or which are describing changes in a particular version of perl. The attached patch skips those files. At this point, we're down to 18 files which need to be changed to bump the version at release time. -j From 0c347ba41fea91bbe36b53841cc150002c8782d5 Mon Sep 17 00:00:00 2001 From: Jesse Vincent <jesse@bestpractical.com> Date: Wed, 29 Jul 2009 10:00:09 -0400 Subject: [PATCH] Removed some false positives flagged for gratuitious changing by the bump-perl-version releng tool
* | podtidyLeon Brocard2009-07-291-13/+14
| |
* | Tabs, not spaces, in MANIFEST.Nicholas Clark2009-07-291-8/+8
| |
* | Forbid labels with keyword namesRafael Garcia-Suarez2009-07-294-15/+18
| |
* | Make test pass with -tRafael Garcia-Suarez2009-07-291-3/+6
| |
* | makerel now tells you _which_ files differ from the MANIFEST and if possible ↵Jesse Vincent2009-07-281-3/+17
| | | | | | | | gives you sha1 sums of the built distribution
* | A first stab at walking through the release-manager guide Primarily fixing ↵Jesse Vincent2009-07-281-13/+36
| | | | | | | | bugs and clarifying prose.
* | dont leave temporary files laying aroundYves Orton2009-07-281-0/+1
| |
* | changes required to Make It Work on the perl gitweb hostYves Orton2009-07-281-15/+25
| |
* | Add Porting/make_snapshot.plYves Orton2009-07-281-0/+68
| | | | | | | | | | Which should have been included with the corresponding MANIFEST change in the previous commit.
* | update manifest to reflect two new utilitiesYves Orton2009-07-281-0/+2
| |
* | add tool to create .tgz snapshot files with .patch file includedYves Orton2009-07-281-0/+1
| |
* | bump 'version' to 0.77 in Maintainers.plDavid Mitchell2009-07-271-1/+1
| |
* | Final release of version-0.77 for inclusion in 5.10.1John Peacock2009-07-273-555/+821
| |