This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Recognize "0odddd" octal literals.
[perl5.git] / t / op /
2020-12-05 Tom HukinsUse a more suitable test method
2020-12-05 Tom HukinsAvoid unnecessarily skipping a test to set $0
2020-12-05 Tom HukinsTest setting $0 on Dragonfly BSD
2020-12-01 Tony Cookt/op/taint.t: handle symlink requiring anything unavailable
2020-12-01 Tony CookWin32: implement symlink() and readlink()
2020-12-01 Tony CookWin32: add lstat(), fetch st_dev and st_ino and fetch...
2020-11-15 Richard Leachpp_split: add TonyC's stack-not-refcounted-suggestion...
2020-11-15 Richard Leachpp_split: no SWITCHSTACK in @ary = split(...) optimisation
2020-11-11 Tony Cookfetch magic on the first stacked filetest, not the...
2020-11-09 TAKAI Kousuket/op/inc.t, t/op/hexfp.t, t/op/sprintf2.t: Add missing...
2020-11-05 Tony Cookdragonfly doesn't touch ctime as documented, at least...
2020-10-12 TAKAI Kousuket/op/inc.t: Test incrementing UV with and without upgra...
2020-10-04 Christian Waldeignore cygwin files that cannot be stat()ed in t/op...
2020-10-03 Richard LeachTest split on empty pattern with varying field counts
2020-10-03 Hugo van der SandenIn tests, fix @INC before loading more stuff
2020-10-03 Samanta NavarroFix typos
2020-10-02 Hugo van der SandenTest split on empty pattern with field count
2020-09-16 James E KeenanRevise per feedback
2020-09-16 James E Keenant/op/taint.t: Avert uninitialized value warning
2020-08-25 David Mitchellsort { return foo() } ...
2020-08-21 Nicolas Rdie_unwind(): global destruction
2020-08-11 David Mitchelllist assign in list context: honour LHS undef
2020-08-11 David Mitchelllist assign in list context was over-optimising
2020-08-10 Dagfinn Ilmari Man... t/op/args.t: remove obsolete 5005threads comment
2020-07-31 James E KeenanReposition tests for formats
2020-07-31 James E Keenant/op/while.t: Correct two typos
2020-07-30 Tony Cook(perl #17844) don't update SvCUR until after we've...
2020-07-30 Nicolas RFix format issue in t/op/taint.t and add strict/warnings
2020-07-29 James E Keenanlex_assign.t: Correct typo in test description
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-18 Karl Williamsonop/pack.t: Skip ASCII-centric test on EBCDIC
2020-07-18 Karl Williamsonop/infnan.t: Todo tests are now passing on EBCDIC
2020-07-17 James E Keenangroups.t: Correct one syntax error which was warning
2020-06-20 Tony Cookskip the failing hexfloat test if it fails on NetBSD
2020-05-27 Karl Williamsonop/exec.t: ENOTDIR is a legit errno
2020-05-27 Karl Williamsonop/sub.t: Skip APItest test if that not built
2020-05-27 Tony Cookset magic on $lex for $lex = (index(...) == -1) and...
2020-05-27 Tony Cookfix utf8 length magic handling for scalar reverse
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-27 David MitchellRevert "avoid identical stack traces"
2020-04-27 David MitchellRevert "fixup to "avoid identical stack traces" - try 2"
2020-04-02 Karl Williamsontr/abc/de/: Properly handle longer lhs in in-place...
2020-03-18 David Mitchellfixup to "avoid identical stack traces" - try 2
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-02-09 Hugo van der Sandenskip op/signame_canonical test under miniperl
2020-02-04 Todd RinaldoPass the canonical signal name to the signal handler...
2020-02-04 David Mitchellmulticoncat: keep assign for 'local $foo = "..."'
2020-01-31 Yves Ortonpp_sort.c: fix fencepost error in call to av_extend()
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...
2019-12-30 Karl WilliamsonPATCH: GH #17391 tr/// regression
2019-12-22 Dan BookUpdate documentation, readmes, comments, and utilities...
2019-12-13 David Mitchellavoid identical stack traces
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-12-07 Karl Williamsont/op/die.t: 'use utf8'
2019-12-04 Tony Cookmove the implementation of %-, %+ into core
2019-11-27 Dan BookConvert issue links from rt.perl.org to GitHub
2019-11-26 Tony CookRevert "cygwin 2.1.0 can test -r just fine, incl. under...
2019-11-10 Tomasz Konojackit/op/fork.t: fix skip condition
2019-11-08 Karl WilliamsonPATCH: gh#17227 heap-buffer-overflow
2019-11-07 Karl WilliamsonRemove lib/unicore/Heavy.pl
2019-11-07 Karl Williamsondoop.c: Refactor do_trans_complex()
2019-11-07 Karl Williamsont/op/tr.t: Add tests, incl. a TODO
2019-11-03 Karl Williamsontoke.c: Fix bug tr/// upgrading to UTF-8 in middle
2019-10-31 Tony Cookfix panic caused by printf with %n with utf8 length...
2019-10-24 Paul "LeoNerd" EvansMove keywords from a regexp to a qw() list
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-10-11 Max MaischeinMailling list archaeology, restoring old content
2019-10-09 Karl Williamsont/op/tr_latin1.t: Skip ASCII-centric tests on EBCDIC
2019-10-09 Karl Williamsont/op/qr.t: Don't use fancy apostrophe
2019-10-09 Karl Williamsont/op/threads-dirh.t: Add ability to skip on memory...
2019-10-02 James E KeenanEliminate modifiable variables in constants
2019-09-23 David Mitchellsub foo($_) {...} - change error message
2019-09-23 David Mitchellsignatures: add tests for multiline sig
2019-09-23 David Mitchellsignatures: add taint tests
2019-09-23 David Mitchellsi_cxsubix not restored on goto &XS_sub
2019-09-16 Tony Cook(perl #125557) correctly handle overload for bin/oct...
2019-09-14 David MitchellAvoid panic when last s///g is tainted and utf8
2019-09-02 Tony Cooktest for desired magic fetches/stores for vec()
2019-08-25 Tony Cook(perl #134230) don't interpret 0x, 0b when numifying...
2019-08-08 Hauke D(perl #133695) "0".."-1" should act like 0..-1
2019-08-07 Tony CookRevert "Revert "postpone perl_parse() exit(0) bugfix""
2019-07-23 Tony CookWin32: set FOO lists values for all variables starting...
2019-07-22 Tony Cook(perl #134291) propagate non-PVs in $@ in bare die()
2019-07-09 Tony CookRevert "postpone perl_parse() exit(0) bugfix"
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-24 David Mitchellmake Perl_scalar() mostly non-recursive
2019-06-24 David Mitchellmake Perl_list() mostly non-recursive
2019-06-19 Manuel MauszAdd test for perl #134169
2019-06-12 Tony Cook(perl #134072) allow \&foo = \&bar to work in main::
2019-06-11 Tony Cook(perl #134125) accept only complete hex and binary...
2019-06-11 Tony Cook(perl #133850) allow attributes in sub-parses
2019-06-03 Tony Cook(perl #133913) limit numeric format results to INT_MAX
2019-06-03 Tony Cook(perl #134048) prevent an erroneous assertion on OP_SCALAR
2019-06-03 Tony Cook(perl #134008) an alternative test
2019-06-03 Hugo van der Sanden[#134008] More carefully ignore negative precision...
2019-05-31 James E KeenanUse of code points over 0xFF in string bitwise operators
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
next