| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #128508] Fix line numbers with perl -x | Father Chrysostomos | 2017-07-28 | 2 | -5/+6 |
* | (perl #127380) default PERLIO_DEBUG/-Di to use STDERR | Tony Cook | 2016-06-08 | 1 | -3/+14 |
* | (perl #127380) add tests for -Di | Tony Cook | 2016-06-08 | 1 | -0/+39 |
* | TODO or skip certain failing locale tests on cygwin | Karl Williamson | 2016-03-03 | 1 | -1/+7 |
* | simplify two conditions in pp_iter: | David Mitchell | 2016-02-03 | 1 | -3/+4 |
* | [perl #123991] report an error if we can't parse the number after -C | Tony Cook | 2015-12-07 | 1 | -1/+7 |
* | Various tests: use centralized locale detection | Karl Williamson | 2015-11-20 | 1 | -4/+2 |
* | amigaos4: no FD_CLOEXEC, no test | Andy Broad | 2015-09-05 | 1 | -1/+1 |
* | [perl #125381] fix -Cnn parsing | Hugo van der Sanden | 2015-06-11 | 1 | -1/+6 |
* | Make t/run/locale.t survive missing locales masked by LC_ALL | Niko Tyni | 2015-06-03 | 1 | -8/+3 |
* | Grammatical correction in inline comment. | James E Keenan | 2015-04-17 | 1 | -1/+1 |
* | Update comment in test to note possibly neccessary prerequisite. | Matthew Horsfall | 2015-03-09 | 1 | -0/+3 |
* | Fix quoting in new switchd.t test. | Craig A. Berry | 2015-02-06 | 1 | -1/+1 |
* | t/run/locale.t: Remove obsolete comments | Karl Williamson | 2015-02-06 | 1 | -2/+0 |
* | [perl #123748] - Add test case for possible getenv/putenv/setenv stomping in ... | Matthew Horsfall (alh) | 2015-02-05 | 1 | -1/+23 |
* | t/run/locale.t: Fix typos | Karl Williamson | 2015-01-16 | 1 | -2/+2 |
* | minitest: miniperl on win32 always displays the x86 arch, so skip testing it | Tony Cook | 2015-01-06 | 1 | -7/+11 |
* | t/run/locale.t: Don't operate on iffy locales | Karl Williamson | 2014-12-11 | 1 | -1/+4 |
* | t/run/locale.t: Nit in comment | Karl Williamson | 2014-12-11 | 1 | -1/+1 |
* | t/run/locale.t: Rmv duplicate closing of STDERR | Karl Williamson | 2014-12-11 | 1 | -2/+4 |
* | allow PERL_DISABLE_PMC to be defined from anywhere | Daniel Dragan | 2014-11-27 | 1 | -1/+9 |
* | Using bignum needs skip_if_miniperl(). | Jarkko Hietaniemi | 2014-11-08 | 1 | -2/+4 |
* | [perl #122445] use magic on $DB::single etc to avoid overload issues | Tony Cook | 2014-10-09 | 1 | -3/+0 |
* | [perl #122445] test for overload assigned to $DB::single | Tony Cook | 2014-10-09 | 1 | -1/+19 |
* | Test preamble: explicit @INC, instead of unshift. | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | Test preamble: unify to dot slash test dot pl | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | Test preamble: unify chdir 't' if -d 't'; | Jarkko Hietaniemi | 2014-10-08 | 4 | -4/+4 |
* | [perl #122771] Fix assertion failure with -d and sort | Father Chrysostomos | 2014-10-05 | 1 | -1/+11 |
* | [perl #121638] Make ‘Global symbol’ message more newbie-friendly | Father Chrysostomos | 2014-09-18 | 2 | -4/+6 |
* | Get t/run/switches.t working under minitest | Father Chrysostomos | 2014-09-02 | 1 | -2/+5 |
* | Get t/run/fresh_perl.t working under minitest | Father Chrysostomos | 2014-09-02 | 1 | -0/+2 |
* | t/run/locale.t: Improve skip message | Karl Williamson | 2014-08-11 | 1 | -1/+1 |
* | t/run/locale.t: Skip environment test on Win32 | Karl Williamson | 2014-08-05 | 1 | -1/+3 |
* | Avoid pack/unpack to produce the binary form of a utf8 string | Rafael Garcia-Suarez | 2014-07-30 | 1 | -1/+1 |
* | t/run/locale.t: setting to POSIX may be same as C | Karl Williamson | 2014-07-09 | 1 | -7/+16 |
* | POSIX::setlocale(LC_NUMERIC) returns proper locale | Karl Williamson | 2014-07-09 | 1 | -1/+11 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -46/+0 |
* | t/run/locale.t: Remove unnecessary setlocales() | Karl Williamson | 2014-06-05 | 1 | -4/+0 |
* | Add parameters to "use locale" | Karl Williamson | 2014-06-05 | 1 | -4/+45 |
* | 'use locale' no longer ever fails.to compile | Karl Williamson | 2014-06-05 | 1 | -11/+3 |
* | Set utf8 flag properly in localeconv | Karl Williamson | 2014-06-05 | 1 | -6/+27 |
* | Localeconv() should be independent of 'use locale' | Karl Williamson | 2014-06-05 | 1 | -1/+11 |
* | run/locale.t: Add explanation for when tests fail | Karl Williamson | 2014-05-31 | 1 | -4/+10 |
* | run/locale.t: Remove redundant block | Karl Williamson | 2014-05-31 | 1 | -18/+16 |
* | t/run/locale.t: Skip some tests for some shells | Karl Williamson | 2014-05-29 | 1 | -6/+15 |
* | t/run/locale.t: Rmv obsolete complicated idiom | Karl Williamson | 2014-05-29 | 1 | -12/+12 |
* | [perl #121662] use a more stringent check for -DPERL_DISABLE_PMC | Tony Cook | 2014-04-23 | 1 | -1/+1 |
* | Make the test suite pass with -DPERL_DISABLE_PMC | Tom Hukins | 2014-04-23 | 1 | -6/+15 |
* | Avoid double quotes in switchM.t runperl args. | Craig A. Berry | 2014-04-23 | 1 | -2/+2 |
* | run/locale.t: reindent block | David Mitchell | 2014-04-14 | 1 | -31/+32 |