This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
parts/apicheck.pl: Don't test macros with weird params
[perl5.git] / dist / Devel-PPPort / parts / inc /
2019-09-27 Karl Williamsonparts/inc/ppphbin: Use dependency info for min support
2019-09-27 Karl Williamsonparts/inc/uv: Add Replace: pragma
2019-09-27 Karl Williamsonparts/inc/SvPV: Add Replace: comments
2019-09-27 Karl Williamsonppport.h: Make use of scanprov's new returns
2019-09-27 Karl Williamsonppport.h: Reword --api-info entries
2019-09-27 Karl Williamsonppport.h: --api-info Reorder output of hints/depends...
2019-09-27 Karl Williamsonppport.h: Suppress useless warning
2019-09-27 Karl Williamsonparts/inc/ppphbin: Do calc once, and store in variable
2019-09-27 Karl Williamsonppport.h: Turn off some likely warnings
2019-09-27 Karl Williamsonparts/apicheck.pl: Don't skip some cases
2019-09-27 Karl WilliamsonXXX parts/inc/ppphtest: Update
2019-09-27 Karl Williamsonparts/inc/ppphbin: Change variable name
2019-09-27 Karl Williamsonparts/inc/ppphbin: Add comments
2019-09-27 Karl Williamsonparts/inc/ppphbin: Fix accumulation of Hints/Warnings
2019-09-27 Karl Williamsonpppport: Print hints/warnings always.
2019-09-27 Karl Williamsonparts/inc/ppphbin: Add clarifying text to output
2019-09-27 Karl Williamsonppport.h: Don't say unsupported if avail in earliest...
2019-09-27 Karl Williamsonppport.h: Don't print unsupported info for invalid...
2019-09-27 Karl Williamsonppport.h: Print out more API info
2019-09-27 Karl Williamsonparts/inc/ppphbin: Change variable name
2019-09-27 Karl Williamsonparts/inc/ppphbin: Change option default
2019-09-27 Karl Williamsonparts/inc/inctools: Add function to format version
2019-09-27 Karl Williamsonparts/inc/inctools: Add sort fcn of API lines
2019-09-27 Karl Williamsonparts/inc/inctools: Add fcn to return integer version
2019-09-27 Karl Williamsonparts/inc/inctools: Rewrite parse_version
2019-09-27 Karl Williamsonparts/inc/parse_version: Call fcn to not duplicate...
2019-09-27 Karl WilliamsonSort a bunch of outputs in dictionary order
2019-09-27 Karl WilliamsonExtract duplicate common subs into common file
2019-09-27 Karl WilliamsonUpdate minimum perl version to 5.003_07
2019-09-27 Karl Williamsonparts/inc/utf8: Don't use postfix for in D:P tests
2019-09-27 Karl Williamsonparts/inc/utf8: blead still doesn't work
2019-09-27 PaliImplement sv_len_utf8_nomg() and sv_len_utf8()
2019-09-27 PaliImplement SvIV_nomg(), SvUV_nomg(), SvNV_nomg() and...
2019-09-27 PaliFix eval_pv for Perl versions prior to 5.31.2
2019-09-27 Karl WilliamsonBackport PL_mess_sv
2019-09-27 Karl WilliamsonBackport foldEQ_utf8 using ibcmp_utf8
2019-09-27 Karl WilliamsonBackport is_utf8_invariant_string, is_invariant_string
2019-09-27 Karl WilliamsonBackport BOM_UTF8 REPLACEMENT_CHARACTER_UTF8
2019-09-27 Karl WilliamsonBackport isUTF8_CHAR
2019-09-27 Karl WilliamsonConsolidate UTF-8 functions/macros into new file
2019-09-27 PaliImplement sv_mortalcopy_flags()
2019-09-27 PaliImplement newSVsv_flags()
2019-09-27 PaliAdd tests for IVdf, UVuf, IV_MAX and UV_MAX
2019-08-31 Craig A. Berry-DDEBUGGING does not go in ccflags on VMS.
2019-07-20 Steve HayGet dist/Devel-PPPort/t/uv.t passing
2019-06-21 Nicolas RFix unused variable warning in 5.30
2019-06-21 PaliRemove old #define NEED_vnewSVpvf
2019-06-21 PaliDevel::PPPort: Implement newSVsv_nomg()
2019-06-21 PaliDevel::PPPort: Implement SV_NOSTEAL for sv_setsv_flags()
2019-06-21 PaliFix processing ERRSV and croak_sv
2019-06-21 PaliAdd mktests.PL to MakeMaker's PL_FILES
2019-06-21 Karl Williamsonparts/inc/uv: A char* should be a U8*
2019-06-21 PaliAvoid usage of PL_Sv if possible
2019-06-21 PaliFix gv_fetchpvn_flags
2019-06-21 PaliDefine more API functions as macros
2019-06-21 PaliFix compilation of uv for Perl 5.5.3
2019-06-21 PaliFix utf8_to_uvchr_buf()
2019-06-21 Karl Williamsonparts/inc/uv: Use D_PP_ prefix for internal symbols
2019-06-21 Karl Williamsonparts/inc/uv: White-space changes only
2019-06-21 Karl WilliamsonIssue #72 utf8_to_uvchr fails for 5.6.0
2019-06-21 Karl WilliamsonIssue #71: Overflow failures with <= 5.8.6
2019-06-21 Karl Williamsonparts/inc/uv: Add some UNLIKELY()s
2019-06-21 Karl Williamsonparts/inc/uv: Use IV_MAX instead of PERL_INT_MAX
2019-06-21 Karl Williamsonparts/inc/uv: Combine two preprocessor directives onto...
2019-06-21 Karl Williamsonparts/inc/uv: Comments only
2019-06-21 Karl Williamsonparts/inc/uv: Add two tests of overlongs
2019-06-21 Karl Williamsonparts/inc/uv: Skip only some tests on early perls
2019-06-21 Karl Williamsonparts/inc/uv: Improve diagnostic test name
2019-06-21 Karl WilliamsonMove declaration to before code, so can work on C89...
2019-06-21 Karen Etheridgebump this version check for now, to get tests passing
2019-06-04 Nicolas RFix compilation issues with version older than 5.010
2019-05-16 Nicolas RRevert "Fix compilation issues with version older than...
2019-05-16 Nicolas RFix compilation issues with version older than 5.010
2019-05-11 Karl Williamson5.30 utf8_to_uvchr_buf still has wrong retval
2019-04-29 Nicolas Rsync with cpan release of Devel-PPPort 3.49
2019-04-27 David Mitchellre-fix leak in Devel-PPPort
2019-04-26 Nicolas RUpdate Devel-PPPort to version 3.46
2019-04-20 Karl WilliamsonDevel::PPPort: Always provide UTF8_SAFE_SKIP
2019-04-20 Karl WilliamsonReplace utf8_to_uvchr() with a safer version
2019-04-20 Karl WilliamsonUse utf8_to_uvchr_buf()
2019-04-20 Karl WilliamsonProvide utf8_to_uvchr_buf()
2019-04-20 Karl WilliamsonProvide my_strnlen()
2019-04-20 Karl WilliamsonProvide UTF8_SAFE_SKIP
2019-04-20 Karl WilliamsonProvide __ASSERT_
2019-04-20 Karl WilliamsonDevel-PPPort: Implement av_top_index, av_tindex
2019-04-20 Karl WilliamsonDevel-PPPort: Add support for LIKELY/UNLIKELY
2019-04-20 Karl WilliamsonDevel-PPPort/parts/inc/misc: Rmv duplicates in =provides
2019-04-20 Karl WilliamsonDevel-PPPort/parts/inc/misc: Sort =provides section
2019-04-20 Karl WilliamsonAdd/fix character classification macros, like isDIGIT
2019-04-03 David Mitchellfix leak in Devel-PPPort
2019-02-20 PaliDevel::PPPort: Fix D_PPP_FIX_UTF8_ERRSV macro
2018-04-19 Dagfinn Ilmari Man... Devel-PPPort Include line numbers in ppphtest.t debug...
2018-04-19 Sawyer XDevel-PPPort: Move magic defined to their own include...
2018-04-19 Sawyer XDevel-PPPort: Stringify Perl version in Makefile.PL:
2018-04-02 Tony Cook(perl #132876) only define croak_xs_usage()'s assert...
2018-03-29 Sergey AleynikovUpdate links in Devel::PPPort documentation
2018-03-21 PaliDevel::PPPort: Use prefix D_PPP_ for helper macros
2018-01-30 PaliDevel::PPPort: Use croak_nocontext() intead of croak...
2018-01-30 PaliDevel::PPPort: Declare dTHX in croak_xs_usage()
2018-01-30 Tony Cook(perl #132761) croak_xs_usage() shouldn't accept a...
next