summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-1712-1663/+1663
* ext/POSIX/POSIX.xs - allow POSIX::strtold on Windows USE_QUADMATH buildssisyphus2021-01-101-2/+2
* GDBM_File: minor changesSergey Poznyakoff2021-01-065-19/+20
* Improve GDBM_FileSergey Poznyakoff2021-01-065-63/+1047
* APItest.xs - suppress valid -Wformat-overflow warning (Issue 18170)sisyphus2020-12-272-3/+14
* POSIX.xs: Use Perl_signbit unconditionally for POSIX::signbit().TAKAI Kousuke2020-12-271-19/+2
* Make DynaLoader on MacOS check library existence with dlopenLeon Timmermans2020-12-221-4/+12
* POSIX.pod: Document [C99] notationKarl Williamson2020-12-211-0/+5
* POSIX.xs: Remove redundant #ifdefKarl Williamson2020-12-212-3/+3
* POSIX::asctime pod: Note it always returns EnglishKarl Williamson2020-12-201-0/+4
* ext/POSIX/t/waitpid.t: Correct one typoJames E Keenan2020-12-191-1/+1
* ext/POSIX: Added tests to check integer constants are defined as IVTAKAI Kousuke2020-12-191-0/+69
* ext/POSIX: Change integer constants to IV.TAKAI Kousuke2020-12-191-3/+6
* Correctly set LC_CTYPE back in POSIX/t/time.tLeon Timmermans2020-12-171-1/+1
* bump $XS::APItest::VERSIONTony Cook2020-12-141-1/+1
* build test for the read/write mutex macrosTony Cook2020-12-141-0/+25
* Name individual locale locksKarl Williamson2020-12-081-12/+12
* Change name of mutex macro.Karl Williamson2020-12-081-3/+3
* 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