summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* POSIX.xs: White-space onlyKarl Williamson2020-12-041-3/+3
* POSIX.xs: Use alternative functions if availKarl Williamson2020-12-041-2/+2
* POSIX: t/posix.t: avoid warningDavid Mitchell2020-12-011-1/+6
* ODBM_File.xs: silence -Wc++-compat warningDavid Mitchell2020-12-012-1/+9
* Opcode.xs: fix compiler warningDavid Mitchell2020-12-012-2/+3
* File::Find: support Win32 symlinksTony Cook2020-12-014-9/+54
* File::Find find.t: switch to done_testing()Tony Cook2020-12-011-5/+2
* DynaLoader: use PerlEnv_getenv()Karl Williamson2020-11-292-2/+2
* move ignore for re into its own dists gitignoreGraham Knop2020-11-231-0/+1
* move ignore for XS-APItest into dists own gitignoreGraham Knop2020-11-231-0/+1
* add gitignore exclusions for files in gitGraham Knop2020-11-2321-0/+26
* Slience compiler warnings for NV, [IU]V compareKarl Williamson2020-11-222-2/+2
* Add a few helpers to B for INVLISTNicolas R2020-11-104-5/+166
* dragonfly BSD sets errno incorrectly for terminal control functionsTony Cook2020-11-051-7/+37
* Catch errors earlier in Devel-Peek/t/Peek.tNicolas R2020-11-051-1/+6
* Bump the versionScott Baker2020-11-031-1/+1
* Fix a failing testScott Baker2020-11-031-1/+1
* Fix some tests for Pod2HTMLScott Baker2020-11-032-4/+4
* Leave tabstops at 8Scott Baker2020-11-031-2/+1
* Use Text::Tabs to convert tabs to spaces insteadScott Baker2020-11-031-11/+4
* Change wording on source of codeScott Baker2020-11-031-1/+1
* Make pod2html remove whitespace from literal blocksScott Baker2020-11-031-0/+32
* ext/POSIX/t/sysconf.t: only unlink the fifo if we have a name for itTony Cook2020-11-041-1/+3
* ext/POSIX/t/posix.t: 0ee0b3d1 added 'use warnings', fix the warningsTony Cook2020-11-041-3/+3
* add versions to POSIX featuresDan Book2020-11-031-50/+73
* Fix up delimcpy_no_escape()Karl Williamson2020-10-312-16/+45
* Rewrite delimcpy to use memchr and Copy, not per-byteKarl Williamson2020-10-311-2/+3
* Add API test for delimcpy()Karl Williamson2020-10-313-1/+217
* ext/POSIX/t/posix.t: use 'warnings'Karl Williamson2020-10-301-0/+1
* sysconf.t: close() takes filehandle, not file descriptorJames E Keenan2020-10-191-5/+6
* ext/B/Makefile.PL: #define can have interior white spaceKarl Williamson2020-10-161-1/+1
* Make Exporter strict and warnings compliantTodd Rinaldo2020-10-051-285/+431
* mro.xs: Fix compiler warningKarl Williamson2020-10-041-1/+1
* Fix typosSamanta Navarro2020-10-033-5/+5
* Errno: Bump versionKarl Williamson2020-09-291-1/+1
* Fix build on Haiku beta, set correct Haiku usrinc and locinc, add -fno-stack-...Thibault DUPONCHELLE2020-09-291-1/+1
* APItest.xs: Silence compiler warningKarl Williamson2020-09-272-2/+2
* Remove Parrot referenceSawyer X2020-09-261-2/+1
* Last bits of Perl 6 -> RakuSawyer X2020-09-261-2/+2
* Add missing aTHX_Hugo van der Sanden2020-09-251-1/+1
* Add re::optimization()Hugo van der Sanden2020-09-253-12/+290
* reorder re.pm docsHugo van der Sanden2020-09-251-22/+22
* Fix Win32 errors from ErrnoNicolas R2020-09-141-1/+8
* Make security warnings in the Safe and Opcode modules more direct.John Lightsey2020-09-101-1/+8
* document PerlIO::scalar's behavior for read-only scalarsTony Cook2020-08-282-2/+12
* Typemap.xs: Convert to use av_count()Karl Williamson2020-08-192-2/+2
* mro.xs: Convert to use av_count()Karl Williamson2020-08-192-2/+2
* APItest.xs: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* Hash-Util-FieldHash: Convert to use av_count()Karl Williamson2020-08-192-3/+3
* B: Remove 5005threads vestiges from testsDagfinn Ilmari Mannsåker2020-08-102-27/+6