This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix pod formatting in perldelta.pod
[perl5.git] / t /
2010-10-27 Father ChrysostomosRenaming of stashes should not be visible from Perl
2010-10-27 Niko TyniDon't fold constants in sprintf() if locales are used
2010-10-27 Niko TyniLC_NUMERIC documentation updates + tests
2010-10-27 Niko TyniRefactor LC_NUMERIC test out of t/run/fresh_perl.t
2010-10-26 Jerry D. HeddenCleanup output from t/io/defout.t RT#78572
2010-10-26 Father ChrysostomosRevert "[PATCH] Cleanup output from t/io/defout.t RT...
2010-10-26 Jerry D. Hedden[PATCH] Cleanup output from t/io/defout.t RT#78572
2010-10-26 Tony Cookdetect the failure introduced in 304474c3 and fixed...
2010-10-26 Father Chrysostomos-$zero should not modify $zero
2010-10-26 Father ChrysostomosCorrect spelling
2010-10-26 Father ChrysostomosRemove the to-do mark from test 4 in threads-dirh.t
2010-10-25 Jan DuboisImplement DIR* cloning on Windows
2010-10-25 Father Chrysostomos[perl #77812] Globs in tied scalars can be reified...
2010-10-25 Father ChrysostomosMake untie check the FAKE flag on globs
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-25 Father Chrysostomos[perl #77688] tie $scalar can tie a handle
2010-10-25 Father ChrysostomosTests for [perl #77508] List assignment to fake globs...
2010-10-25 Father Chrysostomos[perl #77498] Assignment ignores magick when the RHS...
2010-10-25 Nicholas ClarkMove some GV tests to gv.t from glob.t - the latter...
2010-10-25 Nicholas ClarkStop sysio.t changing into t/op, and hence creating...
2010-10-25 Father Chrysostomos[perl #77496] tied gets scalars and globs confused
2010-10-24 Father Chrysostomos[perl #77810] Scalars vs globs
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-21 Karl Williamsonregcomp.c: /d not overriding /u
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Father ChrysostomosFix the test count in t/re/pat.t
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Father ChrysostomosFix a nested package deletion bug
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-21 Nicholas ClarkChange goto_xs.t to use Fcntl::S_IMODE() for testing.
2010-10-18 Chris 'BinGOs' Wil... Fix issues with the podlators update
2010-10-18 Nicholas ClarkTweak t/porting/dual-life.t for the file renames in...
2010-10-15 Florian RagwitzMake splice invoke set magic
2010-10-13 Nicholas ClarkAdd tests for the usage messages for Tie::Hash::NamedCa...
2010-10-13 Nicholas ClarkIn reg_nc_tie.t, use like() to get better diagnostics...
2010-10-13 Father Chrysostomos[perl #78362] Make mro_package_moved check for recursion
2010-10-12 Father ChrysostomosReset isa caches on nonexistent substashes when stash...
2010-10-10 Father ChrysostomosAdd an inheritance diagram to package_aliases.t
2010-10-10 Father ChrysostomosMake more ways to move packages around reset isa caches
2010-10-10 Father ChrysostomosOops. Remove a duplicate require.
2010-10-10 Father ChrysostomosReset isa on stash manipulation
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove pod2man.PL, pod2text.PL, podselect.PL into cpan...
2010-10-05 Nicholas ClarkMove pod2usage.PL, podchecker.PL, podselect.PL into...
2010-10-04 Father Chrysostomos[perl #45133] -0.0 has variable Boolean value
2010-10-04 Father Chrysostomos[perl #20661] Constant strings representing a number...
2010-10-04 Father ChrysostomosCorrect test names in negate.t
2010-10-04 Renée Bäcker[perl #57706] Unary minus on 'numeric' inputs like...
2010-10-04 David Mitchellstop map,grep leaking temps [perl #48004]
2010-10-03 George GreerTest for RT#3363: lexical lvalue under recursion
2010-10-03 Father ChrysostomosAdd a refgen+PADTMP test
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-29 Karl Williamsonre.t: Suppress warning
2010-09-29 Andrew RodlandAdd test against re-eval corrupting regexp state
2010-09-29 Father ChrysostomosRevert "[perl #77928] Glob slot assignment and set...
2010-09-28 Karl Williamsonregcomp.c [perl #78058] qr/\18/ loops
2010-09-28 Father Chrysostomos[perl #77928] Glob slot assignment and set-magic
2010-09-28 Nicholas ClarkA test to check that regen.pl doesn't need running.
2010-09-28 Father Chrysostomos[perl #75174] Clone dir handles
2010-09-27 Father ChrysostomosMake gv.t pass on systems that do not support -T $glob...
2010-09-27 Tye McQueen[perl #73754] Better error message for PerlIO layer...
2010-09-27 Father Chrysostomos#!perl -C -w dies
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-25 Karl WilliamsonFix spelling
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - y
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - m and s
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-09-24 Nicholas ClarkAdd a warning to test.pl if quotes are used in one...
2010-09-24 Nicholas ClarkAvoid using double quotes in a one-liner runperl.
2010-09-23 Father Chrysostomos[perl #71806] perldb does not setup %dbline with the...
2010-09-23 Father Chrysostomos[perl #70614] Seg. fault with eval/use/UNITCHECK/DESTRO...
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-22 Father ChrysostomosAdd lib to @INC in t/base/rs.t
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-21 Father Chrysostomos[perl #19078] wrong match order inside replacement
2010-09-20 Father ChrysostomosAdd missing bug numbers
2010-09-20 Father Chrysostomos[perl #77930] cx_stack reallocation during sort
2010-09-20 David Mitchellporting/manifest.t fail gracefully under !git
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-20 Florian RagwitzUpgade NEXT from version 0.64 to 0.65
2010-09-17 Tony CookExplicitly disable unicode for non-unicode tests in...
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-16 Father ChrysostomosFix "Wide character in warn" warning
2010-09-16 Father ChrysostomosFix warn to respect utf8-encoded scalars [perl #45549]
2010-09-16 Father Chrysostomoschange warn.t to use test.pl
2010-09-15 Michael G. SchwernAdd new_ok() to create and test objects. From Test...
2010-09-15 Michael G. SchwernAdd note() to put informational notes into the TAP...
2010-09-15 Michael G. SchwernAdd done_testing from Test::More
2010-09-15 Michael G. SchwernShut up "used only once" warnings.
2010-09-15 Florian RagwitzUpgrade Math::BigRat from version 0.25 to 0.26
2010-09-13 BramExtra tests for a regex followed by an operator or...
2010-09-13 BramAdd tests for 72922.
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-09-11 David Mitchelllist cxt hash assign with dups gives garbage
2010-09-11 Ævar Arnfjörð Bjar... segfault on &Internals::* due to missing SvROK()
2010-09-10 Ricardo Signesimprove registration of warning categories
2010-09-10 Nicholas ClarkRemove obsolete core test directory boilerplate from...
2010-09-10 Nicholas ClarkRemove obsolete core test directory boilerplate from...
next