This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Make sure things are initialized
[perl5.git] / t / run /
2017-01-27 Steve HayFix wrong skippage when using -DPERL_DEBUGGING_MSTATS...
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2016-11-11 Dagfinn Ilmari Man... Test for correct state of . in @INC
2016-11-11 Aaron CraneFix list parenthesisation
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-10-26 Karl Williamsont/loc_tools.pl: Make find_locales accept string input
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-09-02 Craig A. BerryDelete localized %ENV entries in t/run/locale.t.
2016-09-02 Craig A. BerryMore stderr suppression in t/run/locale.t.
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-28 Craig A. BerryMake switchDx.t more forgiving about newlines.
2016-07-02 Father Chrysostomos[perl #128508] Fix line numbers with perl -x
2016-06-08 Tony Cook(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
2016-06-08 Tony Cook(perl #127380) add tests for -Di
2016-03-04 Karl WilliamsonTODO or skip certain failing locale tests on cygwin
2016-02-03 David Mitchellsimplify two conditions in pp_iter:
2015-12-07 Tony Cook[perl #123991] report an error if we can't parse the...
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-09-05 Andy Broadamigaos4: no FD_CLOEXEC, no test
2015-06-11 Hugo van der Sanden[perl #125381] fix -Cnn parsing
2015-06-03 Niko TyniMake t/run/locale.t survive missing locales masked...
2015-04-17 James E KeenanGrammatical correction in inline comment.
2015-03-09 Matthew HorsfallUpdate comment in test to note possibly neccessary...
2015-02-06 Craig A. BerryFix quoting in new switchd.t test.
2015-02-06 Karl Williamsont/run/locale.t: Remove obsolete comments
2015-02-06 Matthew Horsfall... [perl #123748] - Add test case for possible getenv...
2015-01-16 Karl Williamsont/run/locale.t: Fix typos
2015-01-05 Tony Cookminitest: miniperl on win32 always displays the x86...
2014-12-11 Karl Williamsont/run/locale.t: Don't operate on iffy locales
2014-12-11 Karl Williamsont/run/locale.t: Nit in comment
2014-12-11 Karl Williamsont/run/locale.t: Rmv duplicate closing of STDERR
2014-11-27 Daniel Draganallow PERL_DISABLE_PMC to be defined from anywhere
2014-11-08 Jarkko HietaniemiUsing bignum needs skip_if_miniperl().
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-09 Tony Cook[perl #122445] test for overload assigned to $DB::single
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-05 Father Chrysostomos[perl #122771] Fix assertion failure with -d and sort
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-03 Father ChrysostomosGet t/run/switches.t working under minitest
2014-09-03 Father ChrysostomosGet t/run/fresh_perl.t working under minitest
2014-08-11 Karl Williamsont/run/locale.t: Improve skip message
2014-08-05 Karl Williamsont/run/locale.t: Skip environment test on Win32
2014-07-30 Rafael Garcia-SuarezAvoid pack/unpack to produce the binary form of a utf8...
2014-07-09 Karl Williamsont/run/locale.t: setting to POSIX may be same as C
2014-07-09 Karl WilliamsonPOSIX::setlocale(LC_NUMERIC) returns proper locale
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-05 Karl Williamsont/run/locale.t: Remove unnecessary setlocales()
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
2014-06-05 Karl WilliamsonLocaleconv() should be independent of 'use locale'
2014-06-01 Karl Williamsonrun/locale.t: Add explanation for when tests fail
2014-06-01 Karl Williamsonrun/locale.t: Remove redundant block
2014-05-30 Karl Williamsont/run/locale.t: Skip some tests for some shells
2014-05-30 Karl Williamsont/run/locale.t: Rmv obsolete complicated idiom
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-07 Matthew Horsfall... RT-121512 - Allow -I/dir/ with trailing slash to find...
2014-02-19 Karl Williamsonrun/locale.t: White-space only
2014-02-19 Karl Williamsonlocale.c: Another POSIX emulation fix on Windows
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-15 Karl Williamsont/run/locale.t: Fix SKIP end position
2014-02-15 Karl WilliamsonImprove fallback during locale initialization
2014-02-06 Karl Williamsont/run/locale.t: Rmv test that isn't generally valid
2014-02-06 Brian FraserFix more tests to work on systems that don't define...
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-01-29 Karl Williamsonregcomp.c: Process all POSIXes in [...] under /l
2014-01-22 Brian FraserMoved a glob test from t/run/fresh_perl.t to t/op/glob.t
2014-01-22 Karl WilliamsonMove more common locale finding code into t/loc_tools.pl
2014-01-22 Karl Williamsont/run/locale.t: Use common code for finding locales
2014-01-18 Jess Robinsont/run/switches.t: Skip setlocale tests if !d_setlocale
2014-01-10 Karl Williamsonregexec.c: Don't skip trying POSIX class if [] has...
2014-01-04 Karl Williamsont/run/locale.t: White-space only
2014-01-04 Karl WilliamsonPATCH: [perl #120723] Setting LC_NUMERIC breaks parsing...
2014-01-04 Karl WilliamsonPOSIX:strtod() should restore the locale it changed
2014-01-04 Karl Williamsonperl.h: Revise another locale setting macro
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-12-17 Karl Williamsonrun/locale.t: Fix bareword error
2013-12-07 Father ChrysostomosGet switches.t to pass under miniperl
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-28 Father Chrysostomos[perl #119811] Remove %DB::lsub
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-09-19 Craig A. BerryAdd newline to new switchd test for VMS.
2013-09-16 Tony Cooktest and briefly document DB::goto
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father ChrysostomosTest line breaks in PERL5DB
2013-07-26 Father Chrysostomosfresh_perl.t: Make the test for #3066 more explicit
2013-07-23 Tony Cook[perl #116190] -F and -a now imply -n
2013-07-23 Tony Cook[perl #116190] use the true and trusted fresh_perl_is()
2013-07-23 Aristotle PagaltzisMake the -F switch imply -a
2013-07-19 Karl WilliamsonMove some tests from cpan/version to t/run
2013-07-12 Father Chrysostomosswitchd.t: correct bug number
next