summaryrefslogtreecommitdiff
path: root/Porting/checkAUTHORS.pl
Commit message (Collapse)AuthorAgeFilesLines
* Look up RT authors in the DATA section aliases as well as AUTHORSDave Rolsky2012-12-171-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.plFather Chrysostomos2012-08-281-0/+1
|
* Add another address for Colin Kuskie to checkAUTHORS.plNicholas Clark2012-07-031-0/+1
|
* POD typo in perlfuncShirakata Kentaro2012-06-221-0/+1
| | | | This fixes [RT #113788]
* checkAUTHORS.pl: another address for Renee BäckerFather Chrysostomos2012-06-151-0/+1
|
* Update checkAUTHORS.pl for 4f46e52b00Steve Hay2012-06-151-0/+1
|
* Update checkAUTHORS.pl with missing authorSteve Hay2012-05-281-0/+1
|
* Add another address for Ronald Kimball to checkAUTHORS.plFather Chrysostomos2012-05-231-0/+1
|
* checkAUTHORS.pl: Another address for Matthew HorsfallFather Chrysostomos2012-05-211-0/+1
|
* Fix --authors to work and fix documentation as well.Matthew Horsfall (alh)2012-05-211-9/+10
| | | | The '=s' is needed for Getopt::Long
* Changed email adress & fixed name for Mark Fisher.Abigail2012-03-201-0/+1
| | | | | As requested in <CAMLAAiJK6-AsGYKMtt_W9E_7=R-+hhfC1ten3ZwMcsPgfmYqtg@mail.gmail.com>
* Some backslashes turn out not to be always there.Abigail2012-03-181-1/+1
|
* Fix a cut-and-paste errorAbigail2012-03-181-1/+1
|
* Attempt to find an author if (s)he comes via RT.Abigail2012-03-181-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 UrbanReini Urban2012-02-091-1/+1
|
* add an alias for marcg's other emailRicardo Signes2012-02-061-0/+1
|
* accidentally used my work email for a commit so add it to checkAuthors.plYves Orton2012-01-291-0/+1
|
* checkAUTHORS.pl: Add another (old?) address for JuerdFather Chrysostomos2012-01-281-0/+1
|
* checkAUTHORS.pl: Another address for Bo LindberghFather Chrysostomos2012-01-191-0/+1
|
* Shuffle my entry around to use my name instead of old emailSteffen Mueller2012-01-161-9/+10
|
* Update Timothe Litt’s e-mail addressFather Chrysostomos2011-12-161-0/+2
|
* Remove $date from Porting/checkAUTHORS.pl, which was never used.Nicholas Clark2011-10-311-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 MeyeringFather Chrysostomos2011-10-231-0/+2
|
* Dennis has (yet) another e-mail address :)H.Merijn Brand2011-10-191-0/+1
|
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+2
|
* get authors.t passing againFather Chrysostomos2011-08-141-1/+2
| | | | | Ahem. Once you get things passing, you actually have to commit before pushing. :-(
* Update AUTHORSFrom: John Peacock2011-07-281-1/+2
| | | | I just noticed that my e-mail address is wrong in AUTHORS
* One more missing addressAbigail2011-07-221-0/+1
|
* Change Shlomi Fish's E-mail Address in AUTHORS fileShlomi Fish2011-07-221-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 Clark2011-07-211-0/+1
| | | | This resolves the failure in t/porting/authors.t.
* Add an email alias for James KeenanSteffen Mueller2011-07-121-0/+2
|
* Wrap text with Porting/checkAUTHORS.pl --who option, perfect for inserting ↵Leon Brocard2011-07-071-2/+2
| | | | into perldelta
* Update Keith Thompson's email address in AUTHORS, add his old addresses to ↵Jesse Vincent2011-07-051-0/+2
| | | | checkAUTHORS
* Add another address for John PeacockFather Chrysostomos2011-07-011-0/+1
|
* Add another address for Claes JakobssonFather Chrysostomos2011-06-301-0/+1
|
* Add Shigeya Suzuki’s new address to checkAUTHORS.plFather Chrysostomos2011-06-191-0/+1
|
* Added Shawn's canonical addressJesse Vincent2011-06-161-0/+1
|
* Add another address for Shlomi FishFather Chrysostomos2011-06-161-0/+1
|
* Add another address for Ian GoodacreFather Chrysostomos2011-06-101-0/+1
|
* Add alternate e-mail for Dennis Kaarsemaker.Craig A. Berry2011-06-011-0/+1
|
* Add another address for SisyphusFather Chrysostomos2011-05-221-0/+1
|
* Add Nuno Cavalho’s other e-mail addressFather Chrysostomos2011-05-181-0/+1
|
* Add Danny Sadinoff's old email address to Porting/checkAUTHORS.plLeon Brocard2011-03-061-0/+1
|
* speedup t/porting/authors.tDavid Mitchell2011-02-241-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.plFather Chrysostomos2011-02-121-0/+1
|
* Another address for SchubigerFather Chrysostomos2011-01-291-0/+1
|
* Add another address for Jay Hannah to checkAUTHORS.plFather Chrysostomos2011-01-281-2/+3
|
* Add another address for R. Barker to checkAUTHORS.plFather Chrysostomos2011-01-161-0/+1
|
* Update perlguts.pod so that prose isn't a lieVadim Konovalov2011-01-141-0/+1
| | | | (Also add a new address for vadim to checkAUTHORS
* Fix typos (spelling errors) in Porting/*.Peter J. Acklam) (via RT2011-01-071-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>