summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Add Arvan to AUTHORSFather Chrysostomos2011-03-091-0/+1
|
* Mention make test_portingLeon Brocard2011-03-061-0/+2
|
* Update Danny Sadinoff's email address in AUTHORS, per ↵Leon Brocard2011-03-061-1/+1
| | | | <AANLkTinUkRsb2DLR3LW5VsUETK2K053uMv7mrGUmtQAZ@mail.gmail.com>
* Add Kevin Ryde to AUTHORSFather Chrysostomos2011-02-251-0/+1
|
* Remove various indirect method calls in IO's docsBoris Ratner2011-02-221-0/+1
| | | | Also do the same in some of its error messages. This fixes CPAN RT#65836.
* Add Alexander Hartmaier to AUTHORSFather Chrysostomos2011-02-131-0/+1
|
* Add Larwan Berke (Apocalypse) to AUTHORSJesse Vincent2011-01-291-0/+1
|
* POD typoJay Hannah2011-01-281-1/+1
|
* Add Franz Fasching to AUTHORSFather Chrysostomos2011-01-271-0/+1
|
* Add Noirin Shirley to AUTHORSFather Chrysostomos2011-01-251-0/+1
|
* correct myself's name in AUTHORSHongwen Qiu2011-01-241-1/+1
|
* Add Hongwe Qiu to AUTHORSFather Chrysostomos2011-01-241-0/+1
|
* Put AUTHORS in alphabetical orderFather Chrysostomos2011-01-241-1/+1
| | | | I have not checked the whole file. I just noticed this bit.
* Add Leon Timmermans to AUTHORSFather Chrysostomos2011-01-171-0/+1
|
* utf8_heavy.pl: Remove unused variable declarationMichael Parker2011-01-071-0/+1
|
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-0/+1
| | | | | | | | Perl_av_exists tested to see if regdata magic was present, but did not have any logic to fetch that data in the positive key case. Additionally, in the negative key case, if AvFILL indicated the key existed, it wouldn't return, and would then fall through to the logic that treated it like a real array.
* Add new test file t/porting/filenames.tNuno Carvalho2011-01-021-0/+1
| | | | | | | | | | | Check portability of filenames from the MANIFEST. Modified by committer to remove check for multiple dots -- there are already too many violations and there are workarounds to handle them. Also tweaked to report full path so it's easier to find culprits. Still need checks for dots in directory names and paths that differ only by case.
* Update Renee Baeckers mail addressRenee Baecker2010-12-291-1/+1
| | | | Signed-off-by: David Golden <dagolden@cpan.org>
* Revert change to AUTHORS #ea316027eJan Dubois2010-12-081-1/+0
| | | | #2a25d7b already adds Paul Evans at the correct spot.
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJan Dubois2010-12-061-0/+1
|\
| * Add Peter Holzer to AUTHORSFather Chrysostomos2010-12-041-0/+1
| |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJan Dubois2010-12-021-1/+2
|\ \ | |/
| * AUTHORS: e-mail addr for Lukas MaiFather Chrysostomos2010-11-281-1/+1
| |
| * Add Michael Fig to AUTHORSFather Chrysostomos2010-11-271-0/+1
| |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJan Dubois2010-11-261-0/+1
|\ \ | |/
| * [PATCH 5/5] Added Paul Evans to AUTHORSPaul Evans2010-11-251-0/+1
| | | | | | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* | Added Paul Evans to AUTHORSPaul "LeoNerd" Evans2010-11-251-0/+1
|/
* Add Grant McLean to AUTHORS, following commit a27417a027da2da0.Nicholas Clark2010-11-161-0/+1
|
* Add Fingle Nark to AUTHORSFather Chrysostomos2010-11-081-0/+1
|
* Add Peter John Acklam to AUTHORSFlorian Ragwitz2010-11-071-0/+1
|
* Add Nicolas Kaiser to AUTHORS.Craig A. Berry2010-11-061-0/+1
|
* Update miyagawa's email addressJesse Vincent2010-10-191-1/+1
|
* Add Mike Kelly to AUTHORSFather Chrysostomos2010-10-151-0/+1
|
* Add Ali Polatel to AUTHORSFather Chrysostomos2010-10-151-0/+1
|
* Update AUTHORSRafael Garcia-Suarez2010-10-041-0/+1
|
* Add test against re-eval corrupting regexp stateAndrew Rodland2010-09-291-1/+1
|
* Add Vernon Lyon to AUTHORSFather Chrysostomos2010-09-261-0/+1
|
* Update Joshua Pritikin’s e-mail addressFather Chrysostomos2010-09-251-1/+1
|
* Fis various Math::BigInt spelling mistakesgregor herrmann2010-09-241-0/+1
|
* Add Rob to AUTHORSFlorian Ragwitz2010-09-151-0/+1
|
* Memory leak cloning PVGVsJirka Hruška2010-09-011-0/+1
| | | | | | | [perl #77352] In S_sv_dup_common, Perl_rvpv_dup was called twice on a non-GP PVGV value, causing the first duped value to be leaked
* add more tests to lib/mauve.t so it tests also that mauve::reftype can ↵Zsbán Ambrus2010-08-301-0/+1
| | | | return "LVALUE"
* update AUTHORSDavid Mitchell2010-08-251-0/+1
|
* Add Wolfram Humann to AUTHORSJan Dubois2010-08-131-0/+1
|
* Update AUTHORSFlorian Ragwitz2010-07-261-1/+2
|
* Change of address for Bo LindberghBo Lindbergh2010-07-061-1/+1
| | | | Signed-off-by: David Golden <dagolden@cpan.org>
* Bring AUTHORS up to dateJesse Vincent2010-07-041-0/+5
|
* Add Matt Johnson to AUTHORS.Craig A. Berry2010-07-041-0/+1
|
* added Chas. Owens to AUTHORSDavid Golden2010-06-091-0/+1
|
* Add David Caldwell to AUTHORSDavid Golden2010-05-221-0/+1
|