This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add PERL_UNUSED_RESULT() and use that instead of the V_Gconvert().
[perl5.git] / t /
2014-05-28 Tony Cookfix the I32 bug for index() and rindex()
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-05-27 Nicholas ClarkPackage::Constants is a legitimate module name, not...
2014-05-27 Ricardo Signesremove Module-Build from core perl distribution
2014-05-27 Ricardo Signesremove CGI.pm from core perl distribution
2014-05-14 Gisle Aasuse skip_all; test.pl plan does not support skip_all
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-05-13 Ricardo Signesthere are no longer any problems in perldelta for now
2014-05-13 Ricardo Signesadd known modules from perl520delta
2014-05-12 Tony Cookensure qw//, q'' and '' report line on a missing terminator
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2014-05-08 David MitchellFix Encode 2.60 with g++
2014-05-08 Steve Hayre-apply: Upgrade to Encode-2.60
2014-05-07 Karl WilliamsonFix remaining too-long verbatim lines in perlxstut.pod
2014-05-07 kafkaBring a few lines in perlxstut.pod under 80 cols
2014-05-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-05-07 Karl WilliamsonRevert "Upgrade to Encode-2.60"
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-05-06 Steve HayUpgrade to Encode-2.60
2014-05-02 David Mitchellvec(): downgrade before accessing string buffer
2014-04-29 David Mitchellmore Fix Windows build (of Encode) with VC++ 6.0
2014-04-28 Steve HayFix Windows build (of Encode) with VC++ 6.0
2014-04-28 David MitchellPseudo-fork dups arg array on argless calls
2014-04-23 Tony Cook[perl #121662] use a more stringent check for -DPERL_DI...
2014-04-23 Tom HukinsMake the test suite pass with -DPERL_DISABLE_PMC
2014-04-23 Craig A. BerryAvoid double quotes in switchM.t runperl args.
2014-04-14 David Mitchellrun/locale.t: reindent block
2014-04-14 David Mitchellrun/locale.t: silence shell warnings
2014-04-13 Tony Cook[perl #120998] avoid caller() crashing on eval '' stack...
2014-04-09 Tony Cook[perl #21442] skip link() tests where the filesystem...
2014-04-09 Tony Cook[perl #21442] only check link() error codes where link...
2014-04-09 bulk88[perl #21442] fix fs.t failures on Win32 FAT drive
2014-04-07 Matthew Horsfall... RT-121512 - Allow -I/dir/ with trailing slash to find...
2014-03-26 Karl WilliamsonRevert "Add support for test.valgrind parallel testing"
2014-03-24 David Mitchell[perl #121484] /m causing false negative
2014-03-24 bulk88#121395 fix, on Win32 test.pl watchdog always blocks...
2014-03-19 David Mitchellre_intuit_start(): use better limit on anch float
2014-03-19 David Mitchellre_intuit_start(): reduce scope of /^...$/m test
2014-03-19 David Mitchellre_intuit_start(): don't set ml_anch on BOL
2014-03-19 Nicholas ClarkTests that warnings are emitted if in-place edit fails...
2014-03-18 Matthew Horsfall... Add support for test.valgrind parallel testing
2014-03-18 Ricardo Signesdo not podcheck regen/warnings.pl
2014-03-18 Ricardo Signesregen/warnings.pl no longer touches perllexwarn
2014-03-17 David Mitchelltidy up kill0.t and kill0_child
2014-03-17 Daniel DraganRT #121230, tests for process group kill on Win32
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchelladd test for a code path in intuit_start()
2014-03-06 Steve HayUpdate META files and remove blead customizations follo...
2014-03-05 Steve HayTemporary fixes for test failures after (Parse::)CPAN...
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-25 Chris 'BinGOs' Wil... Update CPAN-Meta-YAML to CPAN version 0.012
2014-02-25 Yves OrtonFix RT #121321 - Fencepost error causes infinite loop...
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-24 Craig A. Berrytest nit in CPAN-Meta-YAML/t/31_local_tml.t
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-19 Karl Williamsonrun/locale.t: White-space only
2014-02-19 Karl Williamsonlocale.c: Another POSIX emulation fix on Windows
2014-02-19 David Goldenperlootut: replace Object::Tiny with Class::Tiny
2014-02-18 Karl WilliamsonFix pod errors
2014-02-18 Tony Cook[perl #120936] op/taint.t handling of no ipcsysv on...
2014-02-18 Tony Cooktest.pl uses skip_all(...), not plan(skip_all => ...)
2014-02-17 Karl WilliamsonPATCH [perl #121257] blead fails at run/locale.t
2014-02-17 Karl Williamsont/run/locale.t: Fix skip count
2014-02-16 Father Chrysostomos[perl #121255] Call set-magic when setting $DB::sub
2014-02-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-15 Karl Williamsont/test.pl: Don't read uninitialized variable
2014-02-15 Karl Williamsont/run/locale.t: Fix SKIP end position
2014-02-15 Karl WilliamsonImprove fallback during locale initialization
2014-02-15 Karl Williamsont/test.pl: Add option to runperl to suppress STDERR
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-14 David Mitchellre_intuit_start(): fix SEGV in /^../m code
2014-02-13 Karl Williamsonperldelta.pod: Fix broken links
2014-02-13 Brad GilbertMake sure that tempfile() in t/test.pl removes the...
2014-02-13 Brad GilbertAdd register_tempfile() to t/test.pl
2014-02-13 Brad GilbertTest that tempfile() in t/test.pl skips files that...
2014-02-13 Brad GilbertImprove error diagnostics in t/test_pl/tempfile.t
2014-02-09 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4205
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-09 Father Chrysostomos[perl #120374] Stop for($h{k}||'') from vivifying
2014-02-08 David Mitchellre_intuit_start(): don't decrease other_last
2014-02-08 David Mitchellre_intuit_start(): don't decrease rx_origin
2014-02-07 David Mitchellre_intuit_start(): fix another utf8 slowdown
2014-02-07 David Mitchelltest for single-line ^ within /m
2014-02-07 David MitchellRT#120692 slow intuit with long utf8 strings
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-06 Karl Williamsont/run/locale.t: Rmv test that isn't generally valid
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-06 Karl WilliamsonAdd tests
2014-02-06 Brian FraserFix more tests to work on systems that don't define...
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-05 Brian Frasert/uni/fold.t: use &LC_ALL with & to avoid strict errors
2014-02-04 Tom Hukinsperldelta for IO::Socket::IP version 0.27
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-04 Steve HayAdd note of blead customizations for previous commit
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
next