This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The docs for SvRX and SvRXOK still refered to magic and the code snippet
[perl5.git] / t /
2010-12-06 Zeframstopgap hack for $@ as unwinding reason indicator
2010-12-05 Father ChrysostomosTo-do tests for abnormal exiting from (?{})
2010-12-05 Father ChrysostomosHideous to-do tests for (?{}) scoping issues
2010-12-04 Father ChrysostomosUn-TODO and un-SKIP the [perl #22354] tests
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-12-03 Father ChrysostomosFix up tests to work around tie $handle
2010-12-03 Father ChrysostomosRevert "[perl #77496] tied gets scalars and globs confused"
2010-12-03 Father ChrysostomosRevert "[perl #77688] tie $scalar can tie a handle"
2010-12-03 Father ChrysostomosRevert "Make untie check the FAKE flag on globs"
2010-12-02 Father Chrysostomos[perl #80098] Bleadperl breaks Attribute::Lexical
2010-12-02 Karl Williamsonre/fold_grind.t: Add tests for NREFFU, REFFU
2010-12-02 Karl Williamsonre/fold_grind.t: Refactor to test utf8 patterns.
2010-12-02 Karl Williamsonregcomp.c: utf8 pattern defaults to Unicode semantics
2010-12-02 Karl Williamsonre/reg_fold.t: use array size for test counts
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-12-01 Father ChrysostomosMake next_edgecases.t easier to deal with
2010-12-01 Jerry D. HeddenSkip t/io/eintr.t on Cygwin, too - hangs
2010-11-30 Father ChrysostomosSuppress warning from t/op/attrs.t
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-30 Father ChrysostomosUse ' to avoid interpolation
2010-11-30 Nick Cleaton[perl #79152] super-linear cache can prevent a valid...
2010-11-30 Father Chrysostomos[perl #68560] calling closure prototype SEGVs
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-11-29 Father Chrysostomos[perl #63540] bizarre closure lossage
2010-11-29 David Mitchelldocument why eintr.t needs to be skipped on Win32
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-28 David Mitchelldisable t/io/eintr.t on windows
2010-11-28 Craig A. BerrySkip eintr.t on VMS.
2010-11-28 Karl Williamsonreg_fold.t: Add tests for simple Latin1 folds
2010-11-28 Karl Williamsonreg_fold.t: Disable single char fold testing
2010-11-28 Karl Williamsonfold_grind.t: Enable EXACTish tests
2010-11-28 Karl Williamsontest.pl: Add native to uni ord fcns
2010-11-28 Karl Williamsonfold_grind.t: Make unicode semantics pattern differently
2010-11-27 Father ChrysostomosSuppress test warning added by 04698ff6
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-11-27 Craig A. BerrySkip t/porting/FindExt.t on VMS.
2010-11-26 Father Chrysostomos[perl #78634] Conflict in defining constant INIT
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-26 Jan DuboisCan't spawn fresh Perl interpreter with an empty PATH
2010-11-25 Jan DuboisPass STATIC_EXT to t/porting/FindExt.t
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-22 Karl Williamsonfold_grind.t: Only test [char classes]
2010-11-22 Karl Williamsonreg_fold.t: Don't duplicate fold_grind.t
2010-11-22 Karl WilliamsonAdd fold_grind.t
2010-11-22 Karl Williamsonre/pat.t: Skip tests on EBCDIC
2010-11-22 Father ChrysostomosNewly-created stashes may need effective names added
2010-11-22 Father Chrysostomosmro_package_moved must act on all effective names
2010-11-21 Nicholas ClarkMove the test for Win32's FindExt.pm to t/porting,...
2010-11-21 Father Chrysostomos[perl #77926] Glob reification during localisation
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
2010-11-19 Karl WilliamsonAdd Unicode's minor 6.0 correction
2010-11-18 Nicholas ClarkTest that the stash and file of a sub's definition...
2010-11-18 Nicholas ClarkTest that lack of prototype on a sub's definition overr...
2010-11-17 Jerry D. HeddenCreate proper Cygwin $ENV{PATH} in test.pl
2010-11-17 Father ChrysostomosDon’t skip mro_package_moved if the parent stash is...
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
2010-11-16 Father ChrysostomosKeep MRO caches around during hv_clear
2010-11-15 Father Chrysostomosstash.t: The [perl #58530] test should not be skipped
2010-11-15 Father ChrysostomosCorrect an anonymisation test in stash.t
2010-11-15 Father ChrysostomosCorrect skip count in stash.t
2010-11-15 Father Chrysostomos[perl #79208] %stash:: = () anonymises CVs
2010-11-15 Niko TyniImplement $^A tainting
2010-11-15 Niko TyniTODO tests for $^A tainting
2010-11-15 Father ChrysostomosMake the new formline test fail more reliably
2010-11-15 Niko TyniFix a crash with a tainted formline() picture
2010-11-14 Father ChrysostomosMake changes to aliased *ISA work
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-11-14 Father ChrysostomosOops. I need to learn how to use git add.
2010-11-13 Father ChrysostomosFix undef %Foo:: to update subclasses
2010-11-13 Father ChrysostomosMake delete $package::{ISA} work
2010-11-13 Father ChrysostomosUpdate isarev when clobbered class has subsubclasses
2010-11-12 H.Merijn BrandGuard write test against miniperl
2010-11-12 H.Merijn BrandAdd a test to use duplicated frormat through glob
2010-11-12 Father ChrysostomosFix package assignment with nested aliased packages
2010-11-11 Father Chrysostomos[perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait...
2010-11-11 Karl WilliamsonPATCH: [perl #78994]: optimizer loses folding
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-11 Nicholas ClarkAdd tests for cmp, eq, ne for UTF-8 vs octet representa...
2010-11-11 Nicholas ClarkFix errors in the diagnostic output of t/op/cmp.t
2010-11-11 Nicholas ClarkAdjust t/run/switchd-78586.t to work under t/TEST and...
2010-11-11 Tim BunceTest for [perl #78586]
2010-11-11 Father Chrysostomosundef *glob should update isa(rev)
2010-11-09 Florian RagwitzMove ExtUtils-Command from cpan/ to dist/
2010-11-09 Florian RagwitzMove ExtUtils-Manifest from cpan/ to dist/
2010-11-09 Father Chrysostomos[perl #75176] Symbol::delete_package does not free...
2010-11-08 Jerry D. HeddenExcluding tests in sub-dirs
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-11-06 David Goldenlocalize $@ during binmode (RT#78844)
2010-11-06 David GoldenAdded test for RT#78844
2010-11-05 Nicholas ClarkA hack for t/harness to restore the ability to run...
2010-11-05 Niko TyniDocument that the -Ci, -Co, and -CD options have file...
2010-11-04 Marty Pauleyfix for #23790.
2010-11-03 Yves Ortonfix 68564: /g failure with zero-width patterns
2010-11-03 Yves Ortonfix the trie part of rt-78356
2010-11-03 Father Chrysostomosy///r
next