summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Mike Fulton is now a Perl authorKarl Williamson2021-12-081-0/+1
|
* do not count tests, instead use done_testing()Michiel Beijen2021-12-041-0/+1
| | | | | | | | | | | | | | | Having to count tests is annoying for maintainers. Also, manually updating count tests is problematic when multiple people are working on the same code; it causes merge conflicts and recounts. done_testing() is available since Test::More 0.88 which was released in 2009. This commit changes all tests under lib/ that use Test::More and were planning the number of tests. Michiel Beijen is now a Perl author
* Update AUTHORS list for 5.35.6Richard Leach2021-11-201-1/+1
|
* POD breakage in lib/warnings.pmPete Houston2021-11-181-0/+1
| | | | | | | | | | | | An unescaped right angle bracket was resulting in a malformed code snippet in warnings.pm This tiny PR escapes that character and thus fixes the rendering. regen/warnings.pl corrected and regenerated; version bumped. Pete Houston is now a Perl Author. For: https://github.com/Perl/perl5/pull/19228
* lib/diagnostics.pm remove obscure wording in PODRobert Rothenberg2021-10-231-0/+1
| | | | | | | | | | | | | The text "While apparently a whole nuther program" is too informal and too obscure for non-Native English speakers. It is also a misspelling of "whole nother" [1]. [1] https://www.merriam-webster.com/dictionary/whole%20nother Committer: Robert Rothenberg is now a Perl author. Increment $VERSION in lib/diagnostics.pm.
* Add Olaf Alders to AUTHORS fileOlaf Alders2021-09-201-0/+1
|
* update AUTHORSKaren Etheridge2021-08-201-1/+1
|
* Add asher mancinelli to AUTHORSAsher Mancinelli2021-08-151-0/+1
|
* Add myself to AUTHORSBiswapriyo Nath2021-07-291-0/+1
|
* Petar-Kaleychev is now a Perl authorKarl Williamson2021-07-241-0/+1
|
* Sven Kirmess is now a Perl authorKarl Williamson2021-07-171-0/+1
|
* Reformatted Data-Dumper Changes as per CPAN::Changes::SpecNeil Bowers2021-06-301-1/+1
| | | | | | | | | | | | | This means that tools can parse this, and in particular MetaCPAN will list the changes when you look at the dist/release page for Data-Dumper. dist/Data-Dumpers/Changes used to be in pod, with a known pod issue, so that's now dropped. Updated AUTHORS and checkAUTHORS, as my github account has an email address not currently known, but it's my prime email address for Perl stuff.
* Add David Marshall to AUTHORS.Nicholas Clark2021-06-281-0/+1
|
* perlnewmod.pod: Remove dead link and make a header line stand out more.Leam Hall2021-06-241-0/+1
|
* Add missing quotes to IO::Socket::INET exampleDave Lambley2021-06-101-0/+1
| | | | | | Also clean trailing white space. Committer: Dave Lambley is now a Perl author.
* toke.c: fix format warningsAlyssa Ross2021-05-211-0/+1
| | | | | | | | | | Signed-off-by: James E Keenan <jkeenan@cpan.org> Remove 2nd const from patch originally submitted in https://github.com/Perl/perl5/pull/18726; it was causing two build-time warnings. Alyssa Ross is now a Perl author.
* Add Marc Reisner to AUTHORS fileMarc Reisner2021-04-151-0/+1
|
* add Михаил Козачков to AUTHORSTomasz Konojacki2021-04-131-0/+1
|
* Support %#p format (#18709)Dominic Hamon2021-04-101-0/+1
| | | | | | | | | | | * Support %#p form of %..p Fix #18289 * Better testing * Add myself to AUTHORS * Add a comment
* ExtUtils-CBuilder: Remove image-base generation on Win32/gccZakariyya Mughal2021-02-121-0/+1
| | | | | | | | | | Switches from generating an image-base address using the basename of the output file to using GCC's built-in `--enable-auto-image-base` linker option. This aligns the linking behaviour for Win32/gcc with that of ExtUtils-MakeMaker which removed image-base generation in commit <https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/343d21a453c4d03cf7304dbd4c4dd8180df574ad>.
* Add myself to AUTHORSEugene Alvin Villar2021-02-111-0/+1
|
* Fix POD for $Carp::RefArgFormatterDaniel Böhmer2021-01-181-0/+1
| | | | | | | | | | - Data::Dumper::Dump() MUST be called as class method - indent example for code markup Also added myself to AUTHORS as requested: Ran './Porting/checkAUTHORS.pl --update --from=v5.30.0' and fixed the entry by hand because of broken Unicode chars.
* Improve GDBM_FileSergey Poznyakoff2021-01-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements new functions and improves compatibility with new versions of GDBM. * ext/GDBM_File/GDBM_File.xs: Define interface methods for functions in newer GDBM versions. (GDBM_version): New static method. Return the version number (string in scalar, array of numbers in list context). Provide heurisics for determining the library version for GDBM prior to 1.9. (gdbm_close): Propagate return value from the library call. (gdbm_DESTROY): Croak if closing the database fails. (gdbm_UNTIE): New method. (gdbm_FETCH): Check database validity. Croak if gdbm_fetch returns error (except GDBM_ITEM_NOT_FOUND). (gdbm_STORE,gdbm_DELETE): Likewise. (gdbm_FIRSTKEY,gdbm_NEXTKEY): Likewise. (gdbm_EXISTS): Check database validity. (gdbm_errno): New function. (gdbm_syserrno): New function. (gdbm_strerror): New function. (gdbm_clear_error): New function. (gdbm_needs_recovery): New function. (gdbm_recover): New function. (gdbm_count): New function. * ext/GDBM_File/typemap (gdbm_count_t): Map to T_COUNT. * ext/GDBM_File/GDBM_File.pm: Document everything. Raise $VERSION. * MANIFEST: Update. * AUTHORS: Update.
* Daniel Laügt is now a perl authorTony Cook2021-01-051-0/+1
|
* jkahrman is now a perl authorTony Cook2020-12-091-0/+1
|
* Add author name in alphabetically correct placeJae Bradley2020-12-081-1/+1
|
* Add Jae Bradley as an AuthorJae Bradley2020-12-081-0/+1
|
* Use GNU Bison's named referencesBranislav Zahradník2020-12-071-0/+1
| | | | | Usage of Bison's named references makes actions little bit easier to read and maintain.
* fixup! Add Sevan Janiyan as authorMax Maischein2020-12-021-1/+1
|
* Add Sevan Janiyan as authorMax Maischein2020-12-021-0/+1
|
* John Karr is now a perl authorTony Cook2020-11-241-0/+1
|
* Giovanni Tataranni is now a perl authorTony Cook2020-11-161-0/+1
|
* Ben Cornett is now a Perl authorJames E Keenan2020-10-311-0/+1
|
* Porting/checkAUTHORS.pl --update --from=v5.33.2Steve Hay2020-10-161-0/+1
| | | | (The new "author" relates to commit ac175de77d.)
* Replace ssh with https (#18229)apparluk2020-10-131-0/+1
| | | | | | | | | | | * use https in perlhack.pod * https and ssh in perlhack.pod * closing angle bracket * links * author
* AUTHORS: Fix capitalization of TAKAI KousukeKarl Williamson2020-10-061-1/+1
|
* Takai Kousuke is now a Perl authorKarl Williamson2020-10-041-0/+1
|
* Fix typosSamanta Navarro2020-10-031-0/+1
| | | | | | | | | For: https://github.com/Perl/perl5/pull/18201 Committer: Samanta Navarro is now a Perl author. To keep 'make test_porting' happy: Increment $VERSION in several files. Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
* Update authorsSawyer X2020-09-201-3/+3
|
* skip flaky port test on windowsChristian Walde (Mithaldu)2020-08-151-0/+1
| | | | | | | | | | | Fix #17992 The test being skipped there is unreliable on windows. Possibly @leonerd has a better idea, but in the meantime I think it's fine to simply skip that one. (cherry picked from commit 10e96ffd8a056ee32854ea3dcb89d99d9411ac67) Signed-off-by: Nicolas R <atoomic@cpan.org>
* Use more idiomatic Chinese in README.cn; and it is in UTF-8Sizhe Zhao2020-08-101-0/+1
| | | | | | Update MANIFEST and pod/perl.pod to correspond. (Commiter did the perl.pod update)
* Plan9/9front i386 fixesRomano2020-08-031-0/+1
|
* Fix AUTHORSIvan Baidakou2020-07-301-1/+1
|
* Update AUTHORSIvan Baidakou2020-07-301-0/+1
|
* Fixup AUTHORS with recent mergesNicolas R2020-07-301-2/+1
|
* Adjust AUTHORS file with new authorsNicolas R2020-07-301-0/+3
|
* Always expose the perl_tsa_mutex_* functions when threads are enabledTom Stellard2020-07-301-0/+1
| | | | | | | | | These functions were only part of the API if perl is built with clang. However perl modules built with clang still try to use them even when perl itself is built with gcc. This patch replaces the #ifdef PERL_TSA_ACTIVE around these functions with defined(USE_ITHREADS) && defined(I_PTHREAD) so they are always available when treading is enabled. This fixes the clang build of perl modules when perl is built with gcc.
* Update AUTHORSAdam Hartley2020-07-301-0/+1
|
* IO::Socket::UNIX: synchronize behavior with module documentation (#17787)vividsnow2020-07-301-0/+1
| | | | | | | | * synchronize behavior with module documentation IO::Socket docs states that passing Blocking => 0 will be set socket to non-blocking mode * Update AUTHORS * bump version
* Improve detection of Intel C/C++ compilers. (#18001)Graham✈️✈️2020-07-291-0/+1
| | | | | | | | | | | | | | | | | | | * Improve detection of Intel C/C++ compilers. My version of Intel C/C++ reports these versions: ✅ starscream% icc -V Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY ✅ starscream% icpc -V Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY * simplified case for detecting Intel C++ compiler * update authors for plicease