This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/readline.t: skip error handling checks on solaris with PERLIO=stdio
[perl5.git] / t /
2022-11-23 Tony Cookt/op/readline.t: skip error handling checks on solaris...
2022-11-18 James E KeenanSkip one test under miniperl
2022-11-16 Felipe GasperFix & test useless-anonymous-subroutine warnings.
2022-11-16 Felipe GasperFail attempts to pass anonsub to \$ prototype.
2022-11-11 Tony Cookskip testing .github/README.md if doesn't appear to...
2022-11-06 Yves Ortonallow porting/corelist.t to be run from root
2022-11-02 Yves Ortonre/fold_grind.pl - rework so we don't double compile...
2022-11-01 Tony CookWin32 stat() didn't handle AF_UNIX socket files
2022-11-01 Tony Cookduplicate -F switches would overwrite PL_splitstr witho...
2022-11-01 Tony CookWe freed PL_splitstr in each thread, allocate it in...
2022-11-01 Yves Ortont/comp/require.t - add tests for module_true being off
2022-11-01 Yves Ortont/comp/require.t - add a way to disable the sleep 20
2022-11-01 Yves Ortont/comp/require.t - test module_true with requiring...
2022-11-01 Yves Ortonpp_ctl.c - teach module_true how to deal with blocked...
2022-11-01 Yves Ortonregen/scope_types.pl - add tool to manage the scope...
2022-11-01 chromaticEnable `use feature 'module_true'`
2022-10-26 Yves Ortontoke.c - rework "Perl_no_op" warnings so we call Perl_w...
2022-10-26 Yves Ortont/op/lex.t - allow it to be run from the root of the...
2022-10-26 Yves Ortonporting/diag.t - allow it to be run from the root directory
2022-10-25 Karl Williamsont/op/require_errors.t: Fix Windows miniperl warning
2022-10-25 Karl Williamsont/test.pl: Fix threads signalling watchdog cancellation
2022-10-25 Paul "LeoNerd" EvansBetter handling of builtin CV attributes
2022-10-24 Richard LeachOP_EMPTYAVHV - optimized empty ANONLIST/ANONHASH
2022-10-24 Yves Ortonpp_ctl.c - in try_run_unitcheck() guard against leaking...
2022-10-24 Yves Ortonpp_ctl.c - in try_yyparse do not leak PL_restartop...
2022-10-24 Tony Cookonly negative cache a method lookup if we look at UNIVERSAL
2022-10-22 Richard LeachAELEMFASTLEX_STORE - support negative keys, skip unnece...
2022-10-18 Karl Williamsont/run/locale.t: Move init stmt
2022-10-18 Karl Williamsonrun/locale.t: Add debug info.
2022-10-18 Karl Williamsont/test.pl: Outdent a wrongly indented line
2022-10-18 Karl Williamsonpat_advanced.t: Cancel a watchdog timer
2022-10-18 Karl Williamsont/test.pl: Add ability to cancel an watchdog timer
2022-10-17 Tony Cookhandle intermediate pads not including the name in...
2022-10-01 Karl WilliamsonMove Math-Complex from cpan/ to dist/
2022-09-23 Craig A. BerrySO_SNDBUF requires elevated privileges on VMS
2022-09-23 Richard Leachpp_undef w/ TARGMY: push sv, not &PL_sv_undef, onto...
2022-09-20 Karl Williamsonlocale.c: Workaround for attributes.pm breakage
2022-09-20 Karl WilliamsonFix links in perldelta
2022-09-13 James E KeenanNet-Ping: No longer need to TODO some tests when on...
2022-09-12 James E Keenanperlfilter.pod: Retain entry in customized database
2022-09-11 Bramre/pat_advanced.t: remove `todo_skip` from test
2022-09-09 Yves Ortonop.c - Ignore attributes and prototypes on BEGIN blocks
2022-09-09 Yves OrtonStop parsing on first syntax error.
2022-09-08 Yves Ortont/op/eval.t - Test for eval string inside of sort
2022-09-08 Yves Ortonperldiag.pod - Document "Filehandle .. reopened for...
2022-09-08 Yves Ortondiag.t - show what needs to be removed to un-TODO a...
2022-09-08 Yves Ortonporting/diag.t - improved parsing a bit
2022-09-07 Richard LeachOP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lex
2022-09-05 Bramio/socket.t: Use SO_SNDBUF instead of SO_RCVBUF
2022-09-05 James E KeenanBlock lacked 'skip' condition; de-SKIP it
2022-09-05 Yves Ortonpp_ctl.c - handle UNITCHECK better
2022-09-05 Yves Ortont/comp/retainedlines.t - test eval "UNITCHECK{die}...
2022-09-05 Yves Ortonpp_ctl.c - use try_yyparse() for eval
2022-09-03 BramAdd a .github/README.md
2022-09-03 Yves OrtonRevert "Revert "set PERL_EXIT_DESTRUCT_END in all embed...
2022-09-03 Yves OrtonRevert "postpone perl_parse() exit(0) bugfix"
2022-09-03 Yves Ortonop.c - work around Module::Install::DSL issue
2022-09-02 Yves Ortonop.c - Restrict nested eval/BEGIN blocks to a user...
2022-08-31 Tony Cooktest that <> doesn't clear the stream error state
2022-08-31 Tony Cookonly clear the stream error state in readline() for...
2022-08-28 Karl Williamsondiag.t: subDivide exception list
2022-08-28 Yves Ortonretainedlines.t - deterministic results and fixup tests...
2022-08-27 Kenneth OlwingCustom timeout in watchdog in -T tests fails
2022-08-26 James E KeenanChange variable names in test
2022-08-25 Richard LeachAdd OPpTARGET_MY optimization to OP_UNDEF
2022-08-25 Karl Williamsonrun/locale.t: skip illegal locale test when all are...
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-24 Karl WilliamsonConsolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()
2022-08-23 Karl WilliamsonUse Windows system default locale
2022-08-23 Richard Leachrpeep: don't apply padsv_store and padrange together
2022-08-22 BramSkip t/porting/authors.t on shallow clones
2022-08-22 Karl Williamsonrun/locale.t: Use langinfo not localeconv
2022-08-22 Karl Williamsonrun/locale.t white space
2022-08-21 Bramt/io/eintr.t: only show diag message on failure
2022-08-21 Bramt/io/eintr.t: Add `diag` when F_GETPIPE_SZ failed
2022-08-21 Bramt/io/eintr.t: Fix sporadic test failure
2022-08-21 Bramt/io/eintr.t: Whitespace fixes
2022-08-21 Bramt/io/eintr.t: Rename variable to `$pipe_buf_size`
2022-08-21 Yves OrtoncheckAUTHORS.pl - delete and replace with updateAUTHORS.pl
2022-08-21 Yves OrtonupdateAUTHORS.p[lm] - add support for reports like...
2022-08-21 Yves Ortont/porting/update_authors.t - initial tests for Porting...
2022-08-21 Yves Ortont/porting/podcheck.t - ignore .bak files
2022-08-18 Graham Knopfix t/porting/authors.t detection of merge commits
2022-08-18 Karl Williamsondiag.t: Rmv obsolete don't cares
2022-08-18 Karl Williamsondiag.t: Collapse "Function not implemented" entries
2022-08-18 Karl Williamsondiag.t: Collapse all Usage: entries
2022-08-18 Karl Williamsonlocale.c: Make sure LC_ALL gets changed when necessary
2022-08-18 Karl Williamsont/loc_tools.pl: Turn off warnings in a timely manner
2022-08-18 Karl Williamsont/loc_tools.pl: White-space only
2022-08-18 Karl Williamsont/loc_tools.pl: Check for unsupported locales
2022-08-18 Karl Williamsont/loc_tools.pl: Don't allow commas in locale names
2022-08-18 Karl Williamsont/loc_tools.pl: Add checks
2022-08-18 Karl Williamsont/loc_tools.pl: Fail earlier
2022-08-18 Karl Williamsont/loc_tools.pl: Refactor _trylocale()
2022-08-18 Karl Williamsont/loc_tools.pl: Print better failing test numbers
2022-08-18 Karl Williamsonloc_tools.pl: Move code in file
2022-08-18 Karl Williamsonloc_tools: Create function, refactor
2022-08-18 Karl Williamsonrun/locale.t: Skip collation test if no LC_COLLATION
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-08-16 Yves Ortont/porting/authors.t - respect .mailmap in test
next