summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove duplicate call to init_globals()James E Keenan2021-03-141-3/+1
|/
* POSIX.pod: Fix strxfrm, strcoll entriesKarl Williamson2021-03-121-1/+5
* Temporarily uncuddle the 'else'sJames E Keenan2021-02-281-4/+2
* List the switches without the hyphensJames E Keenan2021-02-281-5/+5
* Make 3rd argument to convert_n_test a hash refJames E Keenan2021-02-2813-112/+138
* Start refactoring convert_n_test()James E Keenan2021-02-281-5/+10
* Update search.cpan.org URLsJames E Keenan2021-02-192-3/+4
* Minor documentation touchups.James E Keenan2021-02-191-11/+8
* A totally new optree structure for try/catch involving three new optypesPaul "LeoNerd" Evans2021-02-141-1/+2
* encoding.xs - silence unused var warningsYves Orton2021-02-121-1/+0
* PerlIO-encoding - add parens to silence build warningsYves Orton2021-02-122-2/+2
* Hash::Util - Add tests for hash_value($str,$seed) which was broken for a whileYves Orton2021-02-124-4/+33
* ext/POSIX/t/mb.t: Don't skip if alt fcn is availableKarl Williamson2021-02-111-2/+2
* POSIX.pod: Clarify wordingKarl Williamson2021-02-111-1/+1
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-2/+2
* Force disable LEAVE_SRC in $PerlIO::encoding::fallbackLeon Timmermans2021-01-301-1/+12
* Omit setting of $PerlIO::encoding::fallback from xsLeon Timmermans2021-01-301-13/+1
* Disallow coderef in $PerlIO::encoding::fallbackLeon Timmermans2021-01-301-0/+2
* Enforce STOP_AT_PARTIAL in $PerlIO::encoding::fallbackLeon Timmermans2021-01-302-3/+17
* 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