Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Udpdated checkAUTHORS.pl to expect the output of git log rather than p4; ↵ | Jesse Vincent | 2009-08-03 | 1 | -85/+178 |
| | | | | added a bunch of author email equivalences | ||||
* | Clean up the new maintainers.t to be a bit more sensible about paths | Jesse Vincent | 2009-08-03 | 1 | -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 -Dmksymlinks | Josh ben Jore | 2009-07-31 | 1 | -6/+19 |
| | |||||
* | Removed a release-engineering step. (It's been replaced with automated tests) | Jesse Vincent | 2009-07-31 | 1 | -10/+0 |
| | |||||
* | made the manicheck actions (previously releng) into tests that always run | Jesse Vincent | 2009-07-31 | 3 | -22/+89 |
| | |||||
* | Fixed maintainership for lib/ExtUtils/t/InstallWithMM.t | Jesse Vincent | 2009-07-31 | 1 | -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 Vincent | 2009-07-31 | 1 | -208/+278 |
| | | | | choose-your-own-adventure novel | ||||
* | Copyediting the release_managers_guide. | Jesse Vincent | 2009-07-31 | 1 | -17/+30 |
| | | | | No functional changes | ||||
* | Start refactoring out release management steps that aren't actually tied to ↵ | Jesse Vincent | 2009-07-31 | 1 | -12/+36 |
| | | | | building a release | ||||
* | Clean up the .exists files on VMS. | Craig A. Berry | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | Mention in apidocs that av_push takes ownership of a refcount | Steffen Mueller | 2009-07-31 | 1 | -1/+2 |
| | |||||
* | Add Porting/GitUtils.pm to MANIFEST | Nicholas Clark | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | Add lib/version/Internals.pod to MANIFEST and Porting/Maintainers.pl | Nicholas Clark | 2009-07-31 | 2 | -1/+3 |
| | |||||
* | Add new error "Can't use keyword '%s' as a label" | Rafael Garcia-Suarez | 2009-07-30 | 2 | -3/+11 |
| | |||||
* | Try longst prefixes first, else lib/CPAN may match lib/CPANPLUS/... and similar. | Nicholas Clark | 2009-07-30 | 1 | -1/+7 |
| | |||||
* | 'git st' is not a standard git command. | Jesse Vincent | 2009-07-30 | 1 | -2/+2 |
| | | | | Spotted by Tux++ | ||||
* | Sort MANIFEST using Perl | Jerry D. Hedden | 2009-07-29 | 4 | -23/+80 |
| | |||||
* | we want the git-describe of the requested item, not the current head. | Yves Orton | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | convert the contents of make_dot_patch into a function and put it in GitUtils | Yves Orton | 2009-07-30 | 2 | -28/+63 |
| | |||||
* | much much quicker solution | Yves Orton | 2009-07-30 | 1 | -14/+19 |
| | |||||
* | Porting/corelist.pl can now update Module::CoreList directly | Jesse Vincent | 2009-07-29 | 2 | -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_guide | Jesse Vincent | 2009-07-29 | 1 | -0/+16 |
| | |||||
* | Avoid shelling out to an external sort to verify that MANIFEST is sorted. | Nicholas Clark | 2009-07-29 | 1 | -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.SH | Green, Paul | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'deletelocal' into blead | Vincent Pit | 2009-07-29 | 13 | -36/+499 |
|\ | |||||
| * | Document "delete local" in perlsub | Vincent Pit | 2009-07-27 | 2 | -0/+58 |
| | | |||||
| * | Introduce "delete local" | Vincent Pit | 2009-07-25 | 7 | -3/+376 |
| | | |||||
| * | Use the new SAVEHDELETE() macro wherever possible | Vincent Pit | 2009-07-25 | 2 | -21/+10 |
| | | |||||
| * | Introduce save_hdelete() and SAVEHDELETE() | Vincent Pit | 2009-07-25 | 6 | -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 Pit | 2009-07-25 | 2 | -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 Pit | 2009-07-25 | 6 | -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 pthreads | The Doctor | 2009-07-29 | 1 | -1/+1 |
| | | |||||
* | | Add MANIFEST sort test | Jerry D. Hedden | 2009-07-29 | 1 | -7/+8 |
| | | |||||
* | | Sort the MANIFEST. | Nicholas Clark | 2009-07-29 | 1 | -1/+1 |
| | | |||||
* | | warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their ↵ | Jesse Vincent | 2009-07-29 | 2 | -3/+3 |
| | | | | | | | | versions needed to be bumped before 5.11.0 | ||||
* | | Add a test to verify that the MANIFEST file is well-formed. | Nicholas Clark | 2009-07-29 | 2 | -0/+45 |
| | | |||||
* | | bump-perl-version false positives | Jesse Vincent | 2009-07-29 | 1 | -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 | ||||
* | | podtidy | Leon Brocard | 2009-07-29 | 1 | -13/+14 |
| | | |||||
* | | Tabs, not spaces, in MANIFEST. | Nicholas Clark | 2009-07-29 | 1 | -8/+8 |
| | | |||||
* | | Forbid labels with keyword names | Rafael Garcia-Suarez | 2009-07-29 | 4 | -15/+18 |
| | | |||||
* | | Make test pass with -t | Rafael Garcia-Suarez | 2009-07-29 | 1 | -3/+6 |
| | | |||||
* | | makerel now tells you _which_ files differ from the MANIFEST and if possible ↵ | Jesse Vincent | 2009-07-28 | 1 | -3/+17 |
| | | | | | | | | gives you sha1 sums of the built distribution | ||||
* | | A first stab at walking through the release-manager guide Primarily fixing ↵ | Jesse Vincent | 2009-07-28 | 1 | -13/+36 |
| | | | | | | | | bugs and clarifying prose. | ||||
* | | dont leave temporary files laying around | Yves Orton | 2009-07-28 | 1 | -0/+1 |
| | | |||||
* | | changes required to Make It Work on the perl gitweb host | Yves Orton | 2009-07-28 | 1 | -15/+25 |
| | | |||||
* | | Add Porting/make_snapshot.pl | Yves Orton | 2009-07-28 | 1 | -0/+68 |
| | | | | | | | | | | Which should have been included with the corresponding MANIFEST change in the previous commit. | ||||
* | | update manifest to reflect two new utilities | Yves Orton | 2009-07-28 | 1 | -0/+2 |
| | | |||||
* | | add tool to create .tgz snapshot files with .patch file included | Yves Orton | 2009-07-28 | 1 | -0/+1 |
| | | |||||
* | | bump 'version' to 0.77 in Maintainers.pl | David Mitchell | 2009-07-27 | 1 | -1/+1 |
| | | |||||
* | | Final release of version-0.77 for inclusion in 5.10.1 | John Peacock | 2009-07-27 | 3 | -555/+821 |
| | |