summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Rely on C89 <float.h>Aaron Crane2017-10-211-2/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-212-4/+0
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-212-11/+2
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-3/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-213-7/+3
* Rely on C89 prototypesAaron Crane2017-10-214-37/+31
* Don't use VOL internally, because "volatile" works just fineAaron Crane2017-10-212-2/+2
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-34/+4
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-212-25/+0
* Assume we have C89 memset()Aaron Crane2017-10-211-16/+1
* [perl #127063] suppress warning on assigning 0 to $[Tony Cook2017-10-172-5/+8
* [perl #124349] deprecation warning on hostname() with argumentsTony Cook2017-10-162-10/+27
* (perl #131982) provide constants for get/setpriority in POSIX.pmTony Cook2017-10-165-2/+29
* Document that POSIX::abs, ::alarm, ::atan2, ::chdir, ::chmod need explicit ar...James E Keenan2017-10-152-15/+39
* delete unused file from SDBM_FileLukas Mai2017-10-141-88/+0
* get rid of "implicit fallthrough" warnings in SDBM_FileLukas Mai2017-10-142-8/+8
* SDBM_File: tabs -> spacesLukas Mai2017-10-142-170/+170
* Delete unused files from ext/SDBM_FileAaron Crane2017-10-142-122/+0
* perl no longer builds on MacOS ClassicTom Hukins2017-10-124-56/+47
* Increase B::Xref::VERSION to 1.07Father Chrysostomos2017-10-081-1/+1
* Fix B::Xref to handle sub refsFather Chrysostomos2017-10-081-2/+8
* B: Really remove unused varFather Chrysostomos2017-10-081-1/+0
* Increase B::Concise::VERSION to 1.002Father Chrysostomos2017-10-081-1/+1
* Make B::Concise handle subrefs in stashesFather Chrysostomos2017-10-081-4/+5
* Unbreak gv_fetchmeth_svFather Chrysostomos2017-10-081-1/+6
* Increase $B::VERSION to 1.70Father Chrysostomos2017-10-081-1/+1
* B.pm: Remove unused varFather Chrysostomos2017-10-081-1/+0
* Document that POSIX::localtime needs explicit argument.James E Keenan2017-09-261-2/+10
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-202-1/+6
* APItest/t/locale.t: Fix to not show failures on OpenBsdKarl Williamson2017-09-181-5/+7
* I18N-Langinfo: Use new fcn Perl_langinfo()Karl Williamson2017-09-093-4/+29
* Add API function Perl_langinfo()Karl Williamson2017-09-093-4/+111
* I18N-Langinfo/t/Langinfo.t: Reinstate tests, modernizeKarl Williamson2017-09-091-46/+20
* (perl #131746) avoid undefined behaviour in Copy() etcTony Cook2017-09-042-2/+2
* Drop VMS::stdio compatibility shimNeil Bowers2017-08-301-32/+6
* Add another param to validate_protoFather Chrysostomos2017-08-282-2/+2
* Use temp files with extensions in rt131211.t on VMS.Craig A. Berry2017-08-121-0/+3
* Fix missing break in tovmsspec.Craig A. Berry2017-08-121-0/+1
* utf8.c: EBCDIC fixKarl Williamson2017-08-091-1/+4
* test cv_[gs]et_call_checker_flags()Zefram2017-08-082-15/+42
* use cv_set_call_checker_flags() where possibleZefram2017-08-082-2/+2
* utf8_to_uvchr() EBCDIC fixKarl Williamson2017-08-051-1/+1
* sv_dump(): display regex LEN and LV-as-RX regexpDavid Mitchell2017-08-041-1/+4
* APItest/t/utf8_warn_base.pl: Fix broken testsKarl Williamson2017-07-301-1/+2
* APItest/t/utf8.t: Fix broken test on EBCDICKarl Williamson2017-07-301-2/+4
* Give OP_RV2HV a targDavid Mitchell2017-07-273-20/+20
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-273-30/+24
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-272-7/+6
* make B.pm, Concise.pm support PL_sv_zeroDavid Mitchell2017-07-273-5/+8
* Revert B::Debug removalDagfinn Ilmari Mannsåker2017-07-251-2/+2