This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
time64.[ch]: Inline only use of another macro
[perl5.git] / t /
2020-03-18 David Mitchellfixup to "avoid identical stack traces" - try 2
2020-03-13 Nicolas RFetch git history to run tests like t/porting/cmp-version.t
2020-03-13 Dan BookIPC::Open2 and IPC::Open3 documentation updates
2020-03-13 Zeframchained comparisons
2020-03-12 Nicolas RRevert "fixup to "avoid identical stack traces""
2020-03-12 David Mitchellfixup to "avoid identical stack traces"
2020-03-11 John LightseyImprove handling missing data in t/porting/authors...
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-02-20 Karl WilliamsonRestrict features in wildcards
2020-02-20 Karl Williamsont/re/reg_mesg.t: Emit diagnostics on some more failing...
2020-02-20 Karl WilliamsonImprove handling of nested qr/(?[...])/
2020-02-16 Dagfinn Ilmari Man... Storable: linkify alternatives references
2020-02-16 Dagfinn Ilmari Man... Add 'indirect' feature that can be turned off to disabl... 17477/head
2020-02-12 Karl WilliamsonAdd qr/\p{Name=...}/
2020-02-10 Yves Ortont/porting/manifest.t: ignore .mailmap
2020-02-10 Yves Ortontoke.c - handle ${10} properly - Issue #12948
2020-02-09 Hugo van der Sandenskip op/signame_canonical test under miniperl
2020-02-07 Yves Ortonregcomp.c: make \K+ and \K* illegal.
2020-02-04 Todd RinaldoPass the canonical signal name to the signal handler...
2020-02-04 James E KeenanProhibit usage of Test::Simple under 't/'
2020-02-04 David Mitchellmulticoncat: keep assign for 'local $foo = "..."'
2020-02-02 Yves Ortontoke.c: fix Multidimensional array heuristic to ignore...
2020-01-31 Yves Ortonpp_sort.c: fix fencepost error in call to av_extend()
2020-01-27 Tony Cookrun/switches.t: allocate the in-place edit test directo...
2020-01-27 Hugo van der Sandenregexec: don't increment recursion counter for non...
2020-01-26 Tony Cookalways treat undef in %INC as a failed require
2020-01-26 Tony Cooktest case for GH #17428, an interaction between undef...
2020-01-23 Karl Williamsonregcomp.c: Use grok_hex in expanding \N{U+...}
2020-01-23 Karl Williamsontoke.c: Don't accept illegal code points
2020-01-23 Karl Williamsonregcomp.c: Use uc to print hex A-F in err msg
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl Williamsonregcomp.c: Code points above 255 are portable
2020-01-23 Karl WilliamsonRevise \o{ missing '}' error message
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonRestructure grok_bslash_c
2020-01-23 Karl WilliamsonHoist code point portability warnings
2020-01-23 Karl WilliamsonTest that a leading '_' is ok in \x{}, \o{}
2020-01-21 Dan BookChange various search.cpan.org references to metacpan...
2020-01-19 Karl Williamsonre/pat.t: Fix failure on some systems
2020-01-19 Karl Williamsont/test.pl: Add comments about runperl vs fresh_perl
2020-01-19 Karl Williamsont/test.pl: fresh_perl has only 2 args
2020-01-17 Nicolas RSkip t/porting/authors.t when failing guessing common...
2020-01-09 Yves OrtonFix Issue #17372 - Deal with NOTHING regops in trie...
2020-01-09 Chris 'BinGOs' Wil... Update autodie to CPAN version 2.31
2020-01-08 Dan BookDocument suggestion to use libffi for simple library...
2019-12-30 Karl WilliamsonPATCH: GH #17391 tr/// regression
2019-12-27 Karl WilliamsonPATCH: GH #17384 out of bounds read in qr//
2019-12-26 Karl Williamsont/test.pl: Fix to display properly on EBCDIC
2019-12-22 Dan BookUpdate documentation, readmes, comments, and utilities...
2019-12-19 Karl Williamsont/charset_tools.pl: Avoid some work on ASCII platforms
2019-12-19 Karl Williamsont/re/regexp.t: Speed up many regex tests on ASCII platform
2019-12-18 Karl WilliamsonPATCH: GH #17371
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-18 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.42
2019-12-17 Karl WilliamsonPATCH: GH #17370, read beyond buffer in grok_inf_nan
2019-12-17 Karl WilliamsonPATCH: GH #17367 read 1 beyond end of buffer
2019-12-16 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.40
2019-12-14 Karl Williamsont/re/pat.t: White-space only
2019-12-14 Karl Williamsont/re/pat.t: Fix skip count for limited mem platforms
2019-12-14 Karl Williamsont/re/pat.t: Skip tests that don't work on EBCDIC
2019-12-13 David Mitchellavoid identical stack traces
2019-12-12 Tony Cookun-TODO pl_check.t and remove io/handle.t
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-12-11 Karl WilliamsonOnly allow punct delimiter for regex subpattern
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-12-09 Karl Williamsonre/regexp_unicode_prop.t: Add comment
2019-12-09 Karl WilliamsonPATCH GH #17025 \p{user-defined} overrides official...
2019-12-07 Karl Williamsont/op/die.t: 'use utf8'
2019-12-04 Tony Cookupdates to $^H{feature_validname} now update cop_features
2019-12-04 Tony Cooktests for the faster features problem sprout pointed out
2019-12-04 Tony Cookskip code that requires dynamic loading and minitest...
2019-12-04 Tony Cookfix skip for loop over locales
2019-12-04 Tony CookPOSIX isn't loadable in miniperl
2019-12-04 Tony Cookmove the implementation of %-, %+ into core
2019-11-30 Max MaischeinWe don't need to switch branches in git at all
2019-11-28 Karl Williamsont/loc_tools.pl: Silence 'undef' warning
2019-11-27 Dan BookConvert issue links from rt.perl.org to GitHub
2019-11-26 Vitali PeilPATCH: gh #16045: add test descriptions for some basic...
2019-11-26 Tony CookRevert "cygwin 2.1.0 can test -r just fine, incl. under...
2019-11-22 Karl WilliamsonPATCH: gh #17319 Segfault
2019-11-21 Karl WilliamsonProperly handle filled /il regnodes and multi-char...
2019-11-21 Max MaischeinTry to find the appropriate SHAs
2019-11-20 Karl WilliamsonAdd ANYOFHs regnode
2019-11-19 Max MaischeinFix the author email address on Github Actions pull...
2019-11-18 Karl WilliamsonAdd ANYOFRb regnode
2019-11-18 Karl WilliamsonAdd ANYOFR regnode
2019-11-18 Karl Williamsont/re/anyof.t: Add a test
2019-11-18 Karl WilliamsonPrefer EXACTish regnodes to ANYOFH nodes
2019-11-17 Karl Williamsont/re/anyof.t: Fix highest range tests
2019-11-17 Karl Williamsont/re/anyof.t: Remove duplicate test
2019-11-17 Karl Williamsont/re/anyof.t: Remove invalid test
2019-11-17 Karl Williamsonre/anyof.t: Clarify failing message
2019-11-16 Karl WilliamsonRevamp finding splittable places in /i full node
2019-11-16 Karl Williamsonpat_advanced.t: Update test
2019-11-15 Dagfinn Ilmari Man... Add missing wchar.h include to Win32API::File
2019-11-12 Karl WilliamsonPATCH: [gh #17185] Improper 'unescaped lbrace' msg
2019-11-12 Karl Williamsont/re/regexp.t: Only convert to EBCDIC once
2019-11-12 Karl Williamsonre/regexp.t: Change variable name to be more meaningful
2019-11-11 Tony Cookhandle s being updated without len being updated
next