summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
...
* dist/threads - bump version to make cmp_version happyYves Orton2023-02-221-2/+2
* Use ppport.h when building dist/ modules in coreLeon Timmermans2023-02-2216-57/+36
* Prepare Module::CoreList for 5.37.10Karen Etheridge2023-02-203-2/+31
* Update Module::CoreList for 5.37.9Karen Etheridge2023-02-201-0/+131
* Update dist/Tie-File to match CPAN 1.07 release.Todd Rinaldo2023-02-201-0/+9
* Update Trig.pm積丹尼 Dan Jacobson2023-02-191-1/+2
* Devel-PPPort - silence maybe-uninitialized warnings on gcc-12Yves Orton2023-02-192-5/+5
* Update Changes and bump version in Maintainers for IO,FindBin,ExporterTodd Rinaldo2023-02-062-0/+18
* Correct code-like snippet in documentationJames E Keenan2023-02-032-3/+3
* t/29a_upcopy.t - under parallel builds allow more time for testYves Orton2023-02-014-11/+14
* Prepare Module::CoreList for 5.37.9reneeb2023-01-213-2/+31
* Update Module::CoreList for 5.37.8reneeb2023-01-201-6/+59
* Math::Trig: POD correctionJames E Keenan2023-01-101-0/+2
* dist/threads - bump versionYves Orton2023-01-061-2/+2
* threads.xs: Add missing possessives in commentsKarl Williamson2023-01-051-2/+2
* Storable: add missing PUTBACK in store_code()David Mitchell2023-01-042-1/+2
* Tie-File/t/29_downcopy.t: Correct typo in inline commentJames E Keenan2023-01-021-1/+1
* Math-Complex: improve numerical accuracyPeter John Acklam2023-01-012-25/+33
* Math-Complex: Standardize $VERSION at 1.60James E Keenan2022-12-312-2/+2
* Math-Complex: improve documentationPeter John Acklam2022-12-291-9/+15
* Math-Complex: correct typos in documentationPeter John Acklam2022-12-291-5/+5
* Bump Module-CoreList versionChris 'BinGOs' Williams2022-12-213-4/+6
* Prepare Module::Corelist for 5.37.8Richard Leach2022-12-213-0/+27
* Update Module::CoreList for 5.37.7Richard Leach2022-12-201-0/+39
* Remove dead VMS code in Cwd::_backtick_pwdCraig A. Berry2022-12-181-2/+1
* Fix warning "implicit declaration of function '_setjmpex'" using MinGW-w64Tsuyoshi Watanabe2022-12-102-2/+3
* dist/PathTools - fix possible VMS breakageYves Orton2022-12-0312-11/+16
* Prepare Module::Corelist for 5.37.7Max Maischein2022-11-203-2/+31
* ParseXS - Disable alias value collision warnings by defaultYves Orton2022-11-2012-13/+75
* Update Module::CoreList for 5.37.6Max Maischein2022-11-203-3/+40
* Devel::PPPort/module3: eliminate the always true warning for the returnTony Cook2022-11-181-1/+1
* dist/Tie-File/t/29a_upcopy.t: double timeout to 10David Mitchell2022-11-181-1/+1
* dist/Tie-File/t/29a_upcopy.t add test descriptionsDavid Mitchell2022-11-181-1/+3
* ParseXS - version bump to 3.48 and test perlxs.pod has the right versionYves Orton2022-11-1612-12/+30
* ParseXS - make testing easierYves Orton2022-11-166-10/+59
* ParseXS - add support for elifdef and elifndefYves Orton2022-11-161-2/+2
* ParseXS - allow symbolic alias of default functionYves Orton2022-11-163-5/+26
* ParseXS - better support for duplicate ALIASesYves Orton2022-11-165-11/+197
* ParseXS - handle #else and #endif without blank line prefixesYves Orton2022-11-163-1/+74
* ParseXS - sort things that might produce outputYves Orton2022-11-161-4/+4
* Tie-File: report test timeouts to STDERRDavid Mitchell2022-11-122-2/+2
* Devel-PPPort: bump versionGraham Knop2022-11-091-1/+1
* Devel-PPPort: fix STMT_START and STMT_END to not warn on clangGraham Knop2022-11-091-7/+2
* Devel-PPPort: use inline function for croak_sv without brace groupsGraham Knop2022-11-091-11/+12
* ParseXS - fix todo tests to match the correct filenameYves Orton2022-11-081-3/+3
* bump $Storable::VERSIONTony Cook2022-11-081-1/+1
* make store_hook() handle regular expression objectsTony Cook2022-11-082-1/+31
* improve error reporting by store_hook() on an unknown typeTony Cook2022-11-082-6/+38
* Test case where different functions are declaredJames E Keenan2022-11-062-12/+51
* Add TODO-ed test for duplicate warningJames E Keenan2022-11-061-1/+17