This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reduce double-double %a to single-double for now.
[perl5.git] / t / porting / diag.t
2014-01-25 Brian Frasert/porting/: Skips for cross-compilation
2014-01-19 Father Chrysostomosdiag.t: More exceptions
2014-01-03 Karl Williamsonporting/diag.t: Add comments
2014-01-03 Karl Williamsonperldiag.pod: Correct some categories
2013-12-31 Karl WilliamsonChange \p{} matching for above-Unicode code points
2013-11-17 Father Chrysostomosperldiag: Don’t let <-- HERE be wrapped
2013-11-17 Father Chrysostomosdiag.t: Fix copy-and-paste error in os2 exception
2013-11-17 Father Chrysostomosdiag.t: Don’t check ‘calls’ in column 0
2013-11-17 Father Chrysostomosdiag.t: More win32 exceptions
2013-11-17 Father Chrysostomosdiag.t: Support multiline perldiag entries better
2013-11-17 Father Chrysostomosdiag.t: Let diag.t be run on specific source files
2013-11-17 Father Chrysostomosdiag.t: Another exception
2013-11-17 Father Chrysostomosdiag.t: Skip x2p
2013-11-17 Father Chrysostomosdiag.t: win32 exceptions
2013-11-17 Father Chrysostomosdiag.t: Support win32_croak_not_implemented
2013-11-17 Father Chrysostomosdiag.t: Another exception
2013-11-17 Father Chrysostomosperldiag: Document ‘\N{} in character class restricted...’
2013-11-17 Father Chrysostomosperldiag: Document ‘Zero length \N{}’
2013-11-17 Father Chrysostomosperldiag: Clean up ‘Sequence (...’ messages
2013-11-17 Father Chrysostomosperldiag: Add some ‘in regex’ variants
2013-11-17 Father Chrysostomosdiag.t: Fix FAIL and vFAIL support
2013-11-17 Father Chrysostomosdiag.t: Exceptions from plan9.c
2013-11-17 Father Chrysostomosdiag.t: Exceptions, mostly from os2.c
2013-11-17 Father Chrysostomosdiag.t: gv_override is not a croak function
2013-11-17 Father ChrysostomosStop diag.t from skipping yyerror messages
2013-11-17 Father Chrysostomosperldiag: \%d better written as $%d
2013-11-09 David Mitchellporting/diag.t: restrict what's a warn function
2013-09-10 Brian Fraserregcomp.c: Introduce vFAIL2utf8f to replace the APPLY...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosStifle diag.t
2013-07-13 Father Chrysostomosdiag.t: Handle ckWARN2reg_d properly
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-23 Father Chrysostomosperldiag: Correct ‘Unknown Unicode option value’
2013-06-23 Father Chrysostomosperldiag: Document ‘SWASHNEW didn't return an HV ref’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Repeated format line...’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Perl %s required’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Pattern subroutine nesting...’
2013-06-23 Father Chrysostomosdiag.t: Tolerate trailing spaces in C code
2013-06-23 Father Chrysostomosperldiag: Document mprotect errors
2013-06-23 Father Chrysostomosperldiag: Correct ‘length() used on %s’
2013-06-23 Father Chrysostomosperldiag: Document ‘internal %<num>p might conflict’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Infinite recursion in regex’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Don't know how to handle magic’
2013-06-23 Father ChrysostomosRemove ‘Can't coerce readonly %s’ error
2013-06-21 Father Chrysostomosperldiag: Document ‘Can't call mro_method_changed_in()’
2013-06-18 Father ChrysostomosUTF8f
2013-06-10 Father Chrysostomosperldiag: Document ‘Can't call mro_isa_changed_in’
2013-06-10 Father Chrysostomosdiag.t: Remove more nonexistent exceptions
2013-06-10 Father Chrysostomosdiag.t: Remove nonexistent exception
2013-06-10 Father ChrysostomosRemove ‘bad top format’ error
2013-06-09 Father Chrysostomosperldiag: Tweak ‘'%c' allowed only after types’
2013-06-06 Father Chrysostomosperldiag: Document ‘Expecting '(?flags:(?[...'’
2013-06-06 Father Chrysostomosdiag.t: Don’t confuse the two exception listse
2013-06-06 Father Chrysostomosdiag.t: Remove commented obsoleted by 62f5f54dc2d
2013-05-28 Father Chrysostomosdiag.t, perldiag.pod: Make sure S is used for Perl_warn
2013-05-27 Father Chrysostomosperldiag: miscellaneous clean-up
2013-05-23 Nicholas Clarkt/porting/diag.t now uses regen/embed_lib.pl to parse...
2013-05-23 Nicholas ClarkIn t/porting/diag.t, use TestInit to chdir and set...
2013-05-23 Nicholas ClarkRefactor the "check categories and severity" logic...
2013-05-22 Karl Williamsonregcomp.c: Actually emit proper warning
2013-05-20 Nicholas ClarkAs DO_BO_(UN)?PACK are now implemented with my_swabn...
2013-03-24 Yves OrtonAdd a commented out warning and a way for diag.t to...
2013-03-18 Karl Williamsonpod/perldiag: Document some regex messages
2013-03-18 Karl Williamsonpod/perldiag: Document new messages for qr/(?[ ])/
2013-02-15 Nicholas ClarkExtend t/porting/diag.t to cover code in DynaLoader.
2013-02-15 Nicholas ClarkExtend t/porting/diag.t to cover various other C-like...
2013-02-15 Nicholas Clarkt/porting/diag.t now reads files from MANIFEST, instead...
2013-02-10 Father Chrysostomosdiag.t: Validate severity of ck warn routines better
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-01-19 Karl WilliamsonExtend strictness for qr/(?[ \N{} ])/
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])
2013-01-11 Karl Williamsonregcomp.c: Add capability for regclass() to return...
2013-01-11 Karl Williamsonregcomp.c: Add capability for stricter parsing of []
2013-01-11 Karl Williamsonregcomp.c: Add capability for strict [:posix:]
2013-01-11 Karl WilliamsonAdd optional strict mode to grok_bslash_[xo]
2013-01-03 Matthew Horsfall... Fix period at the end of perldiag.pod and remove entry...
2012-12-31 Karl Williamsonregcomp.c: Refactor out a switch statement
2012-12-27 Matthew Horsfall... Add regcomp.c warning checks to t/porting/diag.t.
2012-12-23 Matthew Horsfall... RT-89642 - Don't treat ,; as special end-of-line charac...
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-09-16 Father Chrysostomos‘Subroutine "&x" is not available’ during compilation
2012-06-27 Father Chrysostomosdiag.t: Skip, rather than, TODO for cat tests
2012-06-27 Father Chrysostomosdiag.t: Don’t emit erroneous passing to-do tests
2012-06-27 Father Chrysostomosdiag.t: Check categories and severity
2012-06-27 Father Chrysostomosdiag.t: Use correct variable
2012-06-27 Father Chrysostomosdiag.t: Load test.pl in BEGIN
2012-06-26 Father Chrysostomosdiag.t: Two to-done entries I missed
2012-06-26 Father Chrysostomosdiag.t: Tolerate trailing space
2012-06-26 Father Chrysostomosperldiag: Correct various regexp msgs
2012-06-26 Father Chrysostomosdiag.t: Support regcomp’s FAIL macros
2012-06-24 Father Chrysostomosperldiag: Document ‘Integer overflow in srand’
2012-06-24 Father Chrysostomosdiag.t: Cull exceptions
2012-06-24 Father Chrysostomosdiag.t: Don’t skip lines starting with spaces
2012-06-24 Father Chrysostomosperldiag: document ‘Invalid negative number’ in chr
2012-06-24 Father ChrysostomosUnbreak diag.t
2012-06-24 Father Chrysostomosperldiag: Help splain find version overflow msg
2012-06-07 Father ChrysostomosUse the same top format error for ""
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2011-12-29 Craig A. BerryAllow diag.t to pass tests for multi-line warnings.
next