summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Add Pali to AUTHORSKarl Williamson2017-01-261-0/+1
|
* Documentation patch to recommend newSVpvn over newSVpv.Colin Newell2017-01-251-0/+1
| | | | (Committer made a couple of grammatical corrections)
* Add Tomasz Konojacki to AUTHORSKarl Williamson2017-01-101-0/+1
|
* add setproctitle() support for DragonFly BSDPeter Avalos2017-01-071-0/+1
| | | | | | RT #130068 (applied untested, as I don't have access to a dragonfly box - DAPM)
* J. Nick Koston is now a perl AUTHORTony Cook2016-11-291-0/+1
|
* Stefan Seifert is now a perl authorTony Cook2016-11-091-0/+1
|
* Fix typo in perlrun.podSteven Humphrey2016-09-201-0/+1
| | | | | | | | | s/and/any/ perl -c documentation has a typo when talking about BEGIN blocks. Steven Humphrey is now a Perl author. For: RT #129313
* Correct 'map' documentation to reflect operation on a list.Dave Cross2016-09-011-0/+1
| | | | | | | | Rather than on an array. For: RT #126169. Dave Cross is now a Perl Author.
* Add Theo Buehler to AUTHORSKarl Williamson2016-08-311-0/+1
|
* More AUTHORS sortingFather Chrysostomos2016-08-131-1/+1
|
* Add Sergey Aleynikov to AUTHORSKarl Williamson2016-08-101-0/+1
|
* Add Richard Levitte to AUTHORS.Craig A. Berry2016-08-091-0/+1
|
* AUTHORS: consistent indentFather Chrysostomos2016-08-051-2/+2
|
* Rmv duplicate AUTHORS entry for Stéphane PayrardFather Chrysostomos2016-08-051-1/+0
|
* Remove duplicate Mark Fisher AUTHORS entryFather Chrysostomos2016-08-051-1/+0
|
* AUTHORS: some sortingFather Chrysostomos2016-08-051-35/+35
|
* Add Chris Travers to AUTHORSFather Chrysostomos2016-08-041-0/+1
|
* Use tabs consistently in AUTHORSFather Chrysostomos2016-07-241-3/+3
| | | | | Mixed tabs and spaces are tolerable in code, but they should not be used in human-readable text files.
* Add Chris R. Donnelly to AUTHORSFather Chrysostomos2016-07-241-0/+1
| | | | See commit 2f7a15bf0111, which failed to include this.
* Make the build reproducible.Chris Lamb2016-07-121-0/+1
| | | | | | | | See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829295. Increment $VERSION throughout ExtUtils-ParseXS/lib. For RT #128517
* update AUTHORSDavid Mitchell2016-06-201-0/+1
|
* Maxwell Carey is now a perl authorTony Cook2016-05-161-0/+1
|
* (perl #127923) pass porting testsTony Cook2016-05-101-0/+1
| | | | | - update MANIFEST, AUTHORS - bump $Locale::Maketext::VERSION
* Add Nick Logan to AUTHORSKarl Williamson2016-02-091-0/+1
| | | | The previous commit used code written by him.
* add Pip Cet to AUTHORSTony Cook2016-02-081-0/+1
|
* Move email alias from AUTHORS to checkAUTHORS.plDagfinn Ilmari Mannsåker2016-01-251-1/+0
| | | | | Ed J is already in AUTHORS with a real email address, mark the noreply.github.com one as an alias of that.
* backport EUMM commitsDaniel Dragan2016-01-251-0/+1
| | | | | | | | | | | | | | | -commit "Cache is_make_type" and "Optimise is_make_type RE" stops 40 executions of "gmake.exe -v" process for each Makefile.PL run, these 40 make process launches make it it very difficult to debug make_ext.pl and the make tool with a system call logger, see Perl RT #123440 ticket for details -commit "Win32 gmake needs SHELL to be specified" allows Win32 perl to be built with gmake, if msysgit is in the PATH env var, without this patch gmake will use bash as the shell instead of cmd.exe and no EUMM modules can be built during a Win32 perl build, since bash and cmd.exe command line strings are not compatible with each other, see Perl RT #123440 ticket for details
* Achim Gratz is now a perl authorTony Cook2015-12-101-0/+1
|
* handle empty directory lists in File::FindMohammed El-Afifi2015-11-171-0/+1
|
* AUTHORS: Add Victor AdamVictor Adam2015-10-201-0/+1
|
* Remove legacy/dead code from BNicolas R2015-09-171-0/+1
| | | | | | | | | B was still using some PERL_VERSION checks in multiple places whereas it's part of core. This commit removes this dead code and bump B::VERSION. For archeology we can still use git if we want to know what it looks like in an older version.
* Add Zachary Storer to AUTHORSKarl Williamson2015-09-161-0/+1
|
* Add Dan Collins to AUTHORSKarl Williamson2015-09-131-0/+1
|
* Make behavior of $Carp::MaxArgNums match docsdarksuji2015-09-091-0/+1
| | | | | | | $Carp::MaxArgNums is supposed to be the number of arguments to display. For a long time, Carp has instead shown $Carp::MaxArgNums + 1 arguments. Correct the behavior by making it match the documentation. Also update tests to make what's being tested more obvious.
* Add John SJ Anderson to AUTHORSKarl Williamson2015-09-011-0/+1
|
* Use personal email address for Jan DuboisJan Dubois2015-08-271-1/+1
|
* AUTHORS for 8c1ed856Jarkko Hietaniemi2015-08-271-0/+1
|
* Clarify functioning of '||' operator.Ludovic E. R. Tolhurst-Cleaver2015-08-171-0/+1
| | | | | | | | Follow wording from Camel book, 4th ed., p. 120, per suggestion by Ludovic E. R. Tolhurst-Cleaver. Add Ludovic E. R. Tolhurst-Cleaver to AUTHORS. For: RT #125802
* Added {unlock,lock}_hashref_recurse to @EXPORT_OKAaron Priven2015-08-041-0/+1
| | | | | | | | | In Hash::Util, the functions lock_hashref_recurse and unlock_hashref_recurse were omitted from the @EXPORT_OK array, the synopsis in the POD, and the test for exported functions in t/Util.t. This commit adds those functions in all three places. For: RT #125730
* Add Ivan Pozdeev to AUTHORSH.Merijn Brand2015-07-301-0/+1
|
* Non-invasive mojibake fixesStanislaw Pusep2015-07-031-0/+1
| | | | | | Fixing minor encoding inconsistencies found by scan_mojibake utility (https://metacpan.org/pod/distribution/Test-Mojibake/bin/scan_mojibake) This patch is touching only comments/POD/__DATA__
* Add unicode.org to the AUTHOR fileKarl Williamson2015-06-171-0/+1
|
* add Martijn Lievaart as a perl authorTony Cook2015-06-161-0/+1
|
* Prefer 'Foo->new' to 'new Foo' in examples of constructors.Chase Whitener2015-06-031-0/+1
| | | | | | Add Chase Whitener to Perl AUTHORS. For: RT #125313
* James McCoy is now a perl AUTHORTony Cook2015-04-161-0/+1
|
* Update David Wheeler's email addressKarl Williamson2015-03-091-1/+1
|
* AUTHORS: Add commentKarl Williamson2015-03-091-0/+3
|
* fix some spurious PERL_UNUSED_ARG/VAR() usageJasmine Ngan2015-02-241-0/+1
| | | | | The 'output_warning' param is actually used, and 'items' is not a function argument but a local variable.
* Randy Stauneris now a perl authorTony Cook2015-02-191-0/+1
|
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-0/+1
| | | | | | Extracted from patch submitted by Lajos Veres in RT #123693. Add Lajos Veres to Perl AUTHORS.