This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: For plugins, don’t set PL_expect if PL_nexttoke
[perl5.git] / t / op /
2014-08-23 Jarkko HietaniemiTest 9**9**9 for Inf and sin(9**9**9) for NaN.
2014-08-23 Jarkko HietaniemiRevert "Test 9**9**9 for Inf and sin(9**9**9) for NaN."
2014-08-23 Jarkko HietaniemiTest 9**9**9 for Inf and sin(9**9**9) for NaN.
2014-08-22 Jarkko HietaniemiAdd some basic math tests.
2014-08-22 Jarkko HietaniemiAdd inf/nan tests.
2014-08-21 Jarkko HietaniemiDo not anchor the matches, because of sprintf padding.
2014-08-20 Alexandre (Midnite... magic.t: android: bypass two $0 tests and add one
2014-08-20 Jarkko HietaniemiTry addressing perl #122578, low-order fp diffs.
2014-08-20 Jarkko HietaniemiQuadruple float BE test triggering had a typo.
2014-08-20 Jarkko HietaniemiReduce double-double %a to single-double for now.
2014-08-17 Jarkko HietaniemiAdd quadruple precision tests, verified by Craig Berry.
2014-08-15 Jarkko HietaniemiLimit testing with 80-bit doubles.
2014-08-14 Jarkko HietaniemiHexadecimal float literals, for perl #122219
2014-08-14 Jarkko HietaniemiHexadecimal float sprintf, for perl #122219
2014-08-12 David Mitchellfix fix for stat.t on win32
2014-08-12 David Mitchellop/.stat.t: fix race condition
2014-08-10 Tony Cook[perl #122107] ensure that BEGIN blocks with errors...
2014-08-10 Tony Cook[perl #122107] test that BEGIN blocks with errors don...
2014-08-10 Father ChrysostomosMake ‘require $tied_undef’ behave consistently
2014-08-01 Aaron CraneFix bug in inlining some CORE::* subs
2014-08-01 Aaron Cranet/op/coresubs.t: factor out an internal routine
2014-07-30 Yves Ortonmake "require" handle no argument more gracefully,...
2014-07-25 Brian Frasert/op/taint.t: Accommodate for systems without an inbuil...
2014-07-21 Dagfinn Ilmari Man... Disallow importing functions from UNIVERSAL
2014-07-08 David Mitchellavoid adding two OP_HINTSEVAL ops
2014-07-03 David MitchellDeprecate /\C/
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-07-02 David Mitchells///e on tainted utf8 strings got pos() messed up
2014-06-21 Ævar Arnfjörð Bjar... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b...
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-21 Ævar Arnfjörð Bjar... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b...
2014-06-21 Ævar Arnfjörð Bjar... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
2014-06-18 Karl WilliamsonRevert the removal of 'use encoding'
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-16 Dagfinn Ilmari Man... [perl #122110] [PATCH] Remove left-over mad cruft
2014-06-13 Karl WilliamsonExperimentally cause 'use encoding' to fail.
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-10 Reini Urban[perl #121733] fix t/op/stat.t 96 for windows
2014-06-10 Reini Urban[perl #121732] fix t/op/filetest.t for windows
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-31 Norman KochClarify "require <>"-message.
2014-05-29 Jarkko HietaniemiUninitialized tmbuf.
2014-05-29 Jarkko HietaniemiFixes for running a clean minitest (at least in OS...
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-05-02 David Mitchellvec(): downgrade before accessing string buffer
2014-04-28 David MitchellPseudo-fork dups arg array on argless calls
2014-04-13 Tony Cook[perl #120998] avoid caller() crashing on eval '' stack...
2014-04-09 Tony Cook[perl #21442] skip link() tests where the filesystem...
2014-03-17 David Mitchelltidy up kill0.t and kill0_child
2014-03-17 Daniel DraganRT #121230, tests for process group kill on Win32
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2014-02-18 Tony Cook[perl #120936] op/taint.t handling of no ipcsysv on...
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-09 Father Chrysostomos[perl #120374] Stop for($h{k}||'') from vivifying
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-02 Matthew HorsfallTest state vars following padranges [Perl #121134]
2014-02-02 Zeframmore tests for signatures
2014-02-01 Zeframmore torture tests for signatures
2014-02-01 Zeframsubroutine signatures
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-26 Brian Frasert/op/sigdispatch.t: SKIP, not TODO
2014-01-26 Brian Frasert/op/filetest.t: On Android, don't try checking if...
2014-01-26 Brian Frasert/op/sigdispatch.t: Increase timeout to avoid issues...
2014-01-26 Brian Frasert/op/stat.t: use 'ls -l' on android, even if d_readlink...
2014-01-26 Brian Frasert/op/fork.t: Up the sleep time in a test to avoid timin...
2014-01-26 Brian Frasert/op/fork.t: Work around android only having an inbuilt...
2014-01-26 Brian Frasert/op/magic.t: Skip tests that use env on Android
2014-01-26 Brian Frasert/op/magic.t: Work around android only having an inbuil...
2014-01-26 Brian Frasert/op/incfilter.t: Work around android only having an...
2014-01-26 Jess Robinsont/op/sigdispatch.t: TODO tests that don't work on some...
2014-01-26 Jess Robinsont/op/magic.t: TODO tests that don't work on some cross...
2014-01-26 Jess Robinsont/op/sprintf.t: Add Android to the list of skips for...
2014-01-22 Brian Frasert/op/magic.t: Use three-arg open to avooid creating...
2014-01-22 Brian FraserMoved a glob test from t/run/fresh_perl.t to t/op/glob.t
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2014-01-20 Tony Cook[perl #121031] pass a valid value for $runperl_args...
2014-01-19 Tobias Leichfix splice+isa test that got mangled when making splice...
2014-01-19 Father Chrysostomos[perl #119949] Stop undef *_, goto &sub from crashing
2014-01-19 Father Chrysostomos[perl #119973] Treat initial { in format args as block
2014-01-18 Brian Frasert/op/threads-dirh.t: Only test telldir and seekdir...
2014-01-18 Brian Frasert/op/getpid.t: Silence undef warnings if getconf doesn...
2014-01-18 Jess Robinsont/op/magic.t: Comment for an unlink test
2014-01-18 Jess Robinsont/op/taint.t: Skip crypt tests if !d_crypt
2014-01-17 Father Chrysostomosthreads.t: Increase watchdog timeout
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMore test tweaks
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-11 Father ChrysostomosFix require’s get-magic handling for @INC elements
2014-01-04 Father Chrysostomos[perl #120657] Fix require PADTMP when @INC=(sub{}...
2014-01-01 Father ChrysostomosReënable in-place lc/uc
next