summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Provide inclusive names allowlist and denylistMike Fulton2022-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the following files: AUTHORS: - corrected my email address MANIFEST: - added new testcases for Locale-Maketext dist/Locale-Maketext/ChangeLog: - short summary of changes made dist/Locale-Maketext/lib/Locale/Maketext.pm: - updated the version to 1.30 - refactored the code to create a common method _include called by the allowlist and whitelist methods (whitelist is now an alias, deprecated method, for allowlist). The _include method now has an internal list called allowlist that is updated by calls to _include through whitelist or allowlist methods. - refactored the code to create a common method _exclude called by the denylist and blacklist methods (blacklist is now an alias, deprecated method, for denylist). The _exclude method now has an internal list called denylist that is updated by calls to _exclude through blacklist or denylist methods. dist/Locale-Maketext/lib/Locale/Maketext.pod: - documented allowlist and denylist as new methods - added a NOTE for allowlist and denylist indicating that they are now the preferred method names to use instead of whitelist and blacklist dist/Locale-Maketext/t/92_blacklist.t - updated the code to have messages in terms of allowlist and denylist. Actual code continues to test blacklist method. dist/Locale-Maketext/t/93_whitelist.t - updated the code to have messages in terms of allowlist and denylist. Actual code continues to test whitelist method. Created 2 new testcases: dist/Locale-Maketext/t/94_denylist.t - this testcase is analagous to 92_blacklist.t but calls the denylist method instead of the blacklist method. dist/Locale-Maketext/t/95_allowlist.t - this testcase is analagous to 93_whitelist.t but calls the allowlist method instead of the whitelist method.
* Add AUTHORS entry for Mike FultonKarl Williamson2022-01-011-1/+1
| | | | | And make this entry the more public email address, moving the existing more private one to checkAUTHORS
* Fix misspellings in documentation. Correct spelling of name to 'DeIvan Panchenko2021-12-261-0/+1
| | | | | | | | Morgan'. Committer: Ivan Panchenko is now a Perl author For: https://github.com/Perl/perl5/pull/19298
* 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.