summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Expand)AuthorAgeFilesLines
* Fix quoting in new switchd.t test.Craig A. Berry2015-08-101-1/+1
* [perl #123748] - Add test case for possible getenv/putenv/setenv stomping in ...Matthew Horsfall (alh)2015-08-101-1/+23
* [perl #122771] Fix assertion failure with -d and sortFather Chrysostomos2014-12-271-1/+11
* t/run/locale.t: Improve skip messageKarl Williamson2014-08-141-1/+1
* t/run/locale.t: Skip environment test on Win32Karl Williamson2014-08-111-1/+3
* [perl #121662] use a more stringent check for -DPERL_DISABLE_PMCTony Cook2014-04-231-1/+1
* Make the test suite pass with -DPERL_DISABLE_PMCTom Hukins2014-04-231-6/+15
* Avoid double quotes in switchM.t runperl args.Craig A. Berry2014-04-231-2/+2
* run/locale.t: reindent blockDavid Mitchell2014-04-141-31/+32
* run/locale.t: silence shell warningsDavid Mitchell2014-04-141-0/+12
* RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files.Matthew Horsfall (alh)2014-04-073-1/+19
* run/locale.t: White-space onlyKarl Williamson2014-02-191-1/+1
* locale.c: Another POSIX emulation fix on WindowsKarl Williamson2014-02-191-1/+15
* PATCH [perl #121257] blead fails at run/locale.tKarl Williamson2014-02-161-1/+2
* t/run/locale.t: Fix skip countKarl Williamson2014-02-161-2/+2
* [perl #121255] Call set-magic when setting $DB::subFather Chrysostomos2014-02-161-1/+23
* t/run/locale.t: Fix SKIP end positionKarl Williamson2014-02-151-3/+1
* Improve fallback during locale initializationKarl Williamson2014-02-151-2/+41
* t/run/locale.t: Rmv test that isn't generally validKarl Williamson2014-02-061-13/+1
* Fix more tests to work on systems that don't define LC_ALL and friendsBrian Fraser2014-02-051-1/+1
* Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-1/+1
* regcomp.c: Process all POSIXes in [...] under /lKarl Williamson2014-01-291-1/+13
* Moved a glob test from t/run/fresh_perl.t to t/op/glob.tBrian Fraser2014-01-221-26/+0
* Move more common locale finding code into t/loc_tools.plKarl Williamson2014-01-221-6/+0
* t/run/locale.t: Use common code for finding localesKarl Williamson2014-01-221-8/+2
* t/run/switches.t: Skip setlocale tests if !d_setlocaleJess Robinson2014-01-181-0/+2
* regexec.c: Don't skip trying POSIX class if [] has individ charKarl Williamson2014-01-091-1/+13
* t/run/locale.t: White-space onlyKarl Williamson2014-01-041-8/+8
* PATCH: [perl #120723] Setting LC_NUMERIC breaks parsing of constantsKarl Williamson2014-01-041-3/+33
* POSIX:strtod() should restore the locale it changedKarl Williamson2014-01-041-1/+16
* perl.h: Revise another locale setting macroKarl Williamson2014-01-041-1/+13
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-18/+1
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-1/+18
* run/locale.t: Fix bareword errorKarl Williamson2013-12-161-1/+1
* Get switches.t to pass under miniperlFather Chrysostomos2013-12-061-2/+4
* [perl #119799] Set breakpoints without *DB::dblineFather Chrysostomos2013-10-281-1/+22
* [perl #119811] Remove %DB::lsubFather Chrysostomos2013-10-281-1/+12
* Make PL_DBgv and other db interp vars refcountedFather Chrysostomos2013-10-261-1/+11
* Add newline to new switchd test for VMS.Craig A. Berry2013-09-191-2/+2
* test and briefly document DB::gotoTony Cook2013-09-161-1/+12
* Fix line numbers with #! -d:foo and PERL5DB=$'\n'Father Chrysostomos2013-09-081-5/+17
* Test line breaks in PERL5DBFather Chrysostomos2013-09-081-1/+15
* fresh_perl.t: Make the test for #3066 more explicitFather Chrysostomos2013-07-251-2/+3
* [perl #116190] -F and -a now imply -nTony Cook2013-07-231-1/+11
* [perl #116190] use the true and trusted fresh_perl_is()Tony Cook2013-07-231-6/+7
* Make the -F switch imply -aAristotle Pagaltzis2013-07-231-0/+15
* Move some tests from cpan/version to t/runKarl Williamson2013-07-191-4/+35
* switchd.t: correct bug numberFather Chrysostomos2013-07-111-1/+1
* [perl #118627] Don’t do COW when creating ${"_<-e"}[0]Father Chrysostomos2013-07-111-1/+12
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-011-1/+1