Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Look up RT authors in the DATA section aliases as well as AUTHORS | Dave Rolsky | 2012-12-17 | 1 | -5/+12 |
| | | | | | | | | | | This patch is a little gross but if fixes a bug where an author wasn't found at all. The author in question was in the git log as "bulk88 (via RT) <perlbug-followup@perl.org>". Note the lack of a name before the "(via RT)" part. This whole thing is a bit of a mess. I think this whole script could be re-organized in a simpler way, perhaps. | ||||
* | Add another address for Shawn Moore to checkAUTHORS.pl | Father Chrysostomos | 2012-08-28 | 1 | -0/+1 |
| | |||||
* | Add another address for Colin Kuskie to checkAUTHORS.pl | Nicholas Clark | 2012-07-03 | 1 | -0/+1 |
| | |||||
* | POD typo in perlfunc | Shirakata Kentaro | 2012-06-22 | 1 | -0/+1 |
| | | | | This fixes [RT #113788] | ||||
* | checkAUTHORS.pl: another address for Renee Bäcker | Father Chrysostomos | 2012-06-15 | 1 | -0/+1 |
| | |||||
* | Update checkAUTHORS.pl for 4f46e52b00 | Steve Hay | 2012-06-15 | 1 | -0/+1 |
| | |||||
* | Update checkAUTHORS.pl with missing author | Steve Hay | 2012-05-28 | 1 | -0/+1 |
| | |||||
* | Add another address for Ronald Kimball to checkAUTHORS.pl | Father Chrysostomos | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | checkAUTHORS.pl: Another address for Matthew Horsfall | Father Chrysostomos | 2012-05-21 | 1 | -0/+1 |
| | |||||
* | Fix --authors to work and fix documentation as well. | Matthew Horsfall (alh) | 2012-05-21 | 1 | -9/+10 |
| | | | | The '=s' is needed for Getopt::Long | ||||
* | Changed email adress & fixed name for Mark Fisher. | Abigail | 2012-03-20 | 1 | -0/+1 |
| | | | | | As requested in <CAMLAAiJK6-AsGYKMtt_W9E_7=R-+hhfC1ten3ZwMcsPgfmYqtg@mail.gmail.com> | ||||
* | Some backslashes turn out not to be always there. | Abigail | 2012-03-18 | 1 | -1/+1 |
| | |||||
* | Fix a cut-and-paste error | Abigail | 2012-03-18 | 1 | -1/+1 |
| | |||||
* | Attempt to find an author if (s)he comes via RT. | Abigail | 2012-03-18 | 1 | -1/+15 |
| | | | | | | In the case of commits, it maybe that the reporter used RT, which results in a generic RT email address. Instead of just reporting the author as '!', we'll do an attempt to see whether he's named in the AUTHORS file. | ||||
* | Add new email address for Reini Urban | Reini Urban | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | add an alias for marcg's other email | Ricardo Signes | 2012-02-06 | 1 | -0/+1 |
| | |||||
* | accidentally used my work email for a commit so add it to checkAuthors.pl | Yves Orton | 2012-01-29 | 1 | -0/+1 |
| | |||||
* | checkAUTHORS.pl: Add another (old?) address for Juerd | Father Chrysostomos | 2012-01-28 | 1 | -0/+1 |
| | |||||
* | checkAUTHORS.pl: Another address for Bo Lindbergh | Father Chrysostomos | 2012-01-19 | 1 | -0/+1 |
| | |||||
* | Shuffle my entry around to use my name instead of old email | Steffen Mueller | 2012-01-16 | 1 | -9/+10 |
| | |||||
* | Update Timothe Litt’s e-mail address | Father Chrysostomos | 2011-12-16 | 1 | -0/+2 |
| | |||||
* | Remove $date from Porting/checkAUTHORS.pl, which was never used. | Nicholas Clark | 2011-10-31 | 1 | -3/+3 |
| | | | | | | | | It was added in commit 00229b9760c33911, along with the pattern which captured the value of 'AuthorDate:', when checkAUTHORS.pl was converted to parsing the output of git log instead of p4 log. Neither the old nor the new code made any use of dates, hence the variable (and the capture) were never needed. | ||||
* | Add another e-mail address for Jim Meyering | Father Chrysostomos | 2011-10-23 | 1 | -0/+2 |
| | |||||
* | Dennis has (yet) another e-mail address :) | H.Merijn Brand | 2011-10-19 | 1 | -0/+1 |
| | |||||
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+2 |
| | |||||
* | get authors.t passing again | Father Chrysostomos | 2011-08-14 | 1 | -1/+2 |
| | | | | | Ahem. Once you get things passing, you actually have to commit before pushing. :-( | ||||
* | Update AUTHORS | From: John Peacock | 2011-07-28 | 1 | -1/+2 |
| | | | | I just noticed that my e-mail address is wrong in AUTHORS | ||||
* | One more missing address | Abigail | 2011-07-22 | 1 | -0/+1 |
| | |||||
* | Change Shlomi Fish's E-mail Address in AUTHORS file | Shlomi Fish | 2011-07-22 | 1 | -1/+2 |
| | | | | | | | | | | | This patch updates my address. vipe.technion.ac.il is now defunct and shlomif@cpan.org is active and should be kept so into the future. Regards, Shlomi Fish Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | Update Porting/checkAUTHORS.pl after commit 6410892abe3d820a. | Nicholas Clark | 2011-07-21 | 1 | -0/+1 |
| | | | | This resolves the failure in t/porting/authors.t. | ||||
* | Add an email alias for James Keenan | Steffen Mueller | 2011-07-12 | 1 | -0/+2 |
| | |||||
* | Wrap text with Porting/checkAUTHORS.pl --who option, perfect for inserting ↵ | Leon Brocard | 2011-07-07 | 1 | -2/+2 |
| | | | | into perldelta | ||||
* | Update Keith Thompson's email address in AUTHORS, add his old addresses to ↵ | Jesse Vincent | 2011-07-05 | 1 | -0/+2 |
| | | | | checkAUTHORS | ||||
* | Add another address for John Peacock | Father Chrysostomos | 2011-07-01 | 1 | -0/+1 |
| | |||||
* | Add another address for Claes Jakobsson | Father Chrysostomos | 2011-06-30 | 1 | -0/+1 |
| | |||||
* | Add Shigeya Suzuki’s new address to checkAUTHORS.pl | Father Chrysostomos | 2011-06-19 | 1 | -0/+1 |
| | |||||
* | Added Shawn's canonical address | Jesse Vincent | 2011-06-16 | 1 | -0/+1 |
| | |||||
* | Add another address for Shlomi Fish | Father Chrysostomos | 2011-06-16 | 1 | -0/+1 |
| | |||||
* | Add another address for Ian Goodacre | Father Chrysostomos | 2011-06-10 | 1 | -0/+1 |
| | |||||
* | Add alternate e-mail for Dennis Kaarsemaker. | Craig A. Berry | 2011-06-01 | 1 | -0/+1 |
| | |||||
* | Add another address for Sisyphus | Father Chrysostomos | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | Add Nuno Cavalho’s other e-mail address | Father Chrysostomos | 2011-05-18 | 1 | -0/+1 |
| | |||||
* | Add Danny Sadinoff's old email address to Porting/checkAUTHORS.pl | Leon Brocard | 2011-03-06 | 1 | -0/+1 |
| | |||||
* | speedup t/porting/authors.t | David Mitchell | 2011-02-24 | 1 | -4/+18 |
| | | | | | | This reduces it from 7.5s to 2.5s on my debugging build. This works by doing a minimal parse on the output of git log that just grabs the Author: field. | ||||
* | Add Larwan Berke’s other address to checkAUTHORS.pl | Father Chrysostomos | 2011-02-12 | 1 | -0/+1 |
| | |||||
* | Another address for Schubiger | Father Chrysostomos | 2011-01-29 | 1 | -0/+1 |
| | |||||
* | Add another address for Jay Hannah to checkAUTHORS.pl | Father Chrysostomos | 2011-01-28 | 1 | -2/+3 |
| | |||||
* | Add another address for R. Barker to checkAUTHORS.pl | Father Chrysostomos | 2011-01-16 | 1 | -0/+1 |
| | |||||
* | Update perlguts.pod so that prose isn't a lie | Vadim Konovalov | 2011-01-14 | 1 | -0/+1 |
| | | | | (Also add a new address for vadim to checkAUTHORS | ||||
* | Fix typos (spelling errors) in Porting/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
| | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81910] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 > Signed-off-by: Abigail <abigail@abigail.be> |