Lines Matching full:fix
5 * fix newSVsv_flags: rename variable to fix C++ compilation issue
10 * fix utf8.t with recent development versions of Perl
13 * fix dereference empty string
17 * Fix corrupted release (missing files)
22 * Fix CROAK_IF_ERROR without BRACE GROUPS
28 * Fix: better support for STMT_START / STMT_END definition
29 * Fix: Only use '-Wdeclaration-after-statement' if possible
43 * Fix metaCPAN indexing
46 * Fix scanprov
82 * Fix eval_sv for Perl versions prior to 5.6.0 (Pali)
83 * Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali)
84 * Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali)
85 * Fix SV_NOSTEAL on 5.7.2 (Karl Williamson)
86 * Fix multiple unit test issues (Craig A. Berry, Karl Williamson, Pali)
95 * Fix compilation with Visual C++ bugs introduced in 3.55 (Tomasz Konojacki)
96 * Fix mess.t failures when on VC++ when $0 contains backslashes (Tomasz Konojacki)
97 * Fix failing builds on 5.20.[1-3] introduced in 3.55 (Karl Williamson)
101 * Fix p5-Text-Xslate on Perl 5.8.5 (Nicolas R)
102 * Fix EBCDIC build problem (Karl Williamson)
103 * Fix isGRAPH_L1() bug (Karl Williamson)
104 * utf8_to_uvchr_buf: Fix error checking on early EBCDICs and proper length (Karl Williamson)
105 * HACKERS: fix typos and clarification (Karl Williamson)
122 * Fix Unix-format path in Devel::PPPort's Makefile.PL
123 * Fix utf8_to_uvchr_buf for 5.7.0
125 * Fix hints for is_ascii_string
127 * Fix 'for loops' to work on early perls
131 * Fix mktests.PL for Perl 5.8.0
133 * Fix eval_pv for Perl versions prior to 5.31.2
144 * Fix compilation issues with version older than 5.010
145 * Fix compilation issues with version older than 5.010
149 * fix utf8_to_uvchr_buf retval in 5.30
161 * Fix tests for 64bit int, 32bit ptr platforms
169 * re-fix leaky code (used only in tests)
173 * Fix the isFOO character type classification macros to work properly on
205 * Fix D_PPP_FIX_UTF8_ERRSV macro to use errsv value from passed argument
209 * Fix Devel::PPPort with Visual Studio by quoting $0.
217 * Fix security problem: CWE-134: Use of Externally-Controlled Format String.
218 * Fix WIDEST_UTYPE.
240 * Fix compilation in bleadperl by removing a bad test.
244 * Fix compilation on Windows with certain compilers.
254 * Fix coverity finding in test (GH #25)
259 * Fix gv_fetchpvn_flags and add gv_init_pvn (#GH 32)
261 * Fix compiler warnings
279 * Fix issue found by Coverity
289 * Fix isASCII and isCNTRL for <5.6.0
311 * Fix GH #11 - compiler warning under clang
313 * Fix GH #12 - compiler warnings
338 * Fix cpan #87870: Merge core perl commit 90b0dc0e2e
341 * Fix cpan #86975: Deterministically order API elements in POD
343 * Fix cpan #81796: my $_ is deprecated
345 * Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
347 * Fix cpan #80314: make use of PERL_NO_GET_CONTEXT the default
348 * Fix cpan #79814: Install to 'site' for perl 5.11+
350 * Fix cpan #78271: Need SvPV_nomg_nolen
357 * fix CPAN #56749: isASCII and isCNTRL macros are buggy
360 * fix CPAN #70427: RealPPPort.xs:1587: error: lvalue required as unary ‘&’ operand
368 * fix a warning emitted by the test suite with older perls
378 * fix CPAN #50763: mistaken use of $[
395 * fix CPAN #44614: Please support XSBODY
396 * fix CPAN #44655: Please support SVfARG
429 (second part of fix for CPAN #39802)
433 * fix DEFSV_set() for threaded 5.005 perls
440 * fix --unstrip for development versions
444 * fix stupid bugs in pv_pretty tests (only the
479 * fix C++ compilation issue with last release
515 * fix CPAN #36197: filename nit in parse_partspec
520 * fix CPAN #35835: SvPV_flags_const_nolen segfaults prior
525 * fix NV[efg]f format string macros for perl-5.6.0 built
532 * fix dependency detection algorithm for functions
533 * fix some potential memory leaks in the test suite
546 * fix cpan #29748: ppport.h problems with perl5.005_05
548 * fix a compiler warning
556 * fix cpan #29302: Perl_croak_nocontext doesn't need aTHX_
558 * fix a Win32 VC++ compiler warning (thanks to Steve Hay for
566 * fix: PERL_HASH() was emitting a warning when passed in a
568 * fix: sv_magic_portable() was emitting a warning when
570 * fix: make sure arguments to sv_magic_portable() are only
575 * fix: ignore strings and XS comments when scanning and
595 * fix an infinite recursion in ppport.h that could be
597 * fix PERL_BCDREVISION, which wasn't BCD but simply
599 * fix detection of macros that are not listed in the
604 * fix cpan #25372: special case sv_magic(sv, obj, how, name, 0)
605 * fix cpan #27906: [PATCH] add UTF8_MAXBYTES
666 * fix cpan #21239: Signals safe in Perl 5.8.0
667 * fix PL_ppaddr and PL_no_modify support 5.005 perls
698 * fix Makefile.PL's c_o override
708 * fix cpan #20179: Licensing information for PPPort is
716 * fix breakage on MSWin32, where generating XS files on
731 * fix a bug in the automated API info generator that
744 * fix a POD error
819 * fix extra ')' in PPPort_pm.PL
820 * fix compiler warnings
821 * fix test for PL_signals
822 * fix API listing
836 * fix --compat-version argument checking
846 * fix cpan #11327: make fails with syntax error
847 * fix XCPT_* macros
851 * fix a test for SvPV_nolen
864 * fix a hint for sv_pvn_force
865 * fix VMS problem with unquoted command line arguments
1110 * small fix in grok_numeric_radix: variable was used uninitialized