This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8.t: Clarify a couple of test names
[perl5.git] / ext /
2017-12-08 Karl WilliamsonAPItest/t/utf8.t: Clarify a couple of test names
2017-12-06 Zeframdocument hostname(@args) deprecation
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-11-29 David MitchellPOSIX.xs: remove unused variable
2017-11-28 Dagfinn Ilmari Man... Assigning non-zero to $[ will become fatal in 5.30
2017-11-27 Karl WilliamsonAPItest: Add ability to test API fcn utf8_length()
2017-11-27 Karl WilliamsonAPItest: Initialize parameter
2017-11-26 Karl WilliamsonPOSIX.xs: Convert to use is_utf8_non_invariant_string()
2017-11-23 Karl WilliamsonSearch for UTF-8 invariants by word
2017-11-19 Karen Etheridgefix other pod versions that had become out of date...
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-17 Father ChrysostomosSuppress warning in XS-APItest’s sniscow.t
2017-11-16 Karl WilliamsonI18N::Langinfo: Add note to pod
2017-11-15 Nicolas RDynaLoader simplify parsing option rule
2017-11-15 Karl WilliamsonPOSIX.pod: Add cautions about locale use
2017-11-14 David Mitchellfix ext/B/t/optree_specials.t
2017-11-14 Zeframrip out Perl version portability from B
2017-11-14 Zeframin B::Concise, show RV target better
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-11-11 Lukas Maitest wrap_keyword_plugin (RT #132413)
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-10 Craig A. BerryMake VMS::Stdio declare PERL_EXT.
2017-11-09 Karl WilliamsonPOSIX.xs is PERL_EXT
2017-11-09 Karl WilliamsonBump version of B/t/OptreeCheck to 0.16
2017-11-09 Karl WilliamsonBump version of B/O.pm to 1.03
2017-11-09 Karl WilliamsonDest buffer needs to be bigger for utf16_to_utf8()
2017-11-09 Karl WilliamsonPOSIX.xs: Move constant tests out of loop
2017-11-08 Todd Rinaldoext/B/t/strict.t: Assure B.pm and O.pm pass strict...
2017-11-08 Todd RinaldoFix warnings (used once) for O.pm
2017-11-08 Todd RinaldoFix warnings (used once) for B.pm
2017-11-08 Todd RinaldoRemove unnecessary module loads from B and O
2017-11-06 Karl Williamsonext/attributes/attributes.xs is PERL_EXT
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonAdd memBEGINs(), memENDs() and use them in APItest
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-03 J. Nick KostonAvoid unique REGCOMP in dynaloader
2017-11-01 Karl WilliamsonAPItest.xs: Omit unused variable
2017-10-31 David Mitchellfix ext/B/t/optree_samples.t
2017-10-31 Father ChrysostomosMake get_cv cope with subrefs
2017-10-31 Father ChrysostomosBasic tests for get_cvn_flags
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-29 Dagfinn Ilmari Man... Clarify comments around deprecated attributes
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-24 Karl WilliamsonDynaLoader: Use strlcpy instead of strcpy
2017-10-23 Dagfinn Ilmari Man... Avoid loading .bs files twice when using XSLoader
2017-10-23 Father ChrysostomosIncrease $B::VERSION to 1.71
2017-10-23 Father ChrysostomosB::walksymtable: clear cached methods
2017-10-22 Lukas MaiODBM_File: avoid "flags set but not used" warning
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-17 Tony Cook[perl #127063] suppress warning on assigning 0 to $[
2017-10-16 Tony Cook[perl #124349] deprecation warning on hostname() with...
2017-10-16 Tony Cook(perl #131982) provide constants for get/setpriority...
2017-10-15 James E KeenanDocument that POSIX::abs, ::alarm, ::atan2, ::chdir...
2017-10-14 Lukas Maidelete unused file from SDBM_File
2017-10-14 Lukas Maiget rid of "implicit fallthrough" warnings in SDBM_File
2017-10-14 Lukas MaiSDBM_File: tabs -> spaces
2017-10-14 Aaron CraneDelete unused files from ext/SDBM_File
2017-10-12 Tom Hukinsperl no longer builds on MacOS Classic
2017-10-09 Father ChrysostomosIncrease B::Xref::VERSION to 1.07
2017-10-09 Father ChrysostomosFix B::Xref to handle sub refs
2017-10-08 Father ChrysostomosB: Really remove unused var
2017-10-08 Father ChrysostomosIncrease B::Concise::VERSION to 1.002
2017-10-08 Father ChrysostomosMake B::Concise handle subrefs in stashes
2017-10-08 Father ChrysostomosUnbreak gv_fetchmeth_sv
2017-10-08 Father ChrysostomosIncrease $B::VERSION to 1.70
2017-10-08 Father ChrysostomosB.pm: Remove unused var
2017-09-26 James E KeenanDocument that POSIX::localtime needs explicit argument.
2017-09-20 Tony Cookavoid sysread()/syswrite() warnings from the default...
2017-09-18 Karl WilliamsonAPItest/t/locale.t: Fix to not show failures on OpenBsd
2017-09-10 Karl WilliamsonI18N-Langinfo: Use new fcn Perl_langinfo()
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-09-10 Karl WilliamsonI18N-Langinfo/t/Langinfo.t: Reinstate tests, modernize
2017-09-04 Tony Cook(perl #131746) avoid undefined behaviour in Copy() etc
2017-08-30 Neil BowersDrop VMS::stdio compatibility shim
2017-08-28 Father ChrysostomosAdd another param to validate_proto
2017-08-12 Craig A. BerryUse temp files with extensions in rt131211.t on VMS.
2017-08-12 Craig A. BerryFix missing break in tovmsspec.
2017-08-09 Karl Williamsonutf8.c: EBCDIC fix
2017-08-08 Zeframtest cv_[gs]et_call_checker_flags()
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-08-06 Karl Williamsonutf8_to_uvchr() EBCDIC fix
2017-08-04 David Mitchellsv_dump(): display regex LEN and LV-as-RX regexp
2017-07-31 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Fix broken tests
next