This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
[perl5.git] / t / op /
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-27 Nicholas Clarkis() is better than ok()
2005-05-24 Rafael Garcia-SuarezThe tokenizer should expect an operator after qw().
2005-05-21 Dave Mitchell[perl #35878] goto &xsub that croaks corrupts memory
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-05-20 Andy LesterAttribute configuration
2005-05-16 Rafael Garcia-Suarez$! might contain "unknown" if strerror(3) says so
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-05-04 Rafael Garcia-SuarezDocument the unportability of atan2() edge cases
2005-05-04 Dave Mitchelladd test for [perl #34682] leaving eval via last in...
2005-05-04 Rafael Garcia-SuarezFix test numerotation
2005-05-04 Dave Mitchellmake goto.t use test.pl, strict and warnings
2005-05-04 Dave Mitchell[perl #35214] SEGV when next is followed by a goto
2005-05-03 Rafael Garcia-SuarezFix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Rafael Garcia-Suarezmkdir without arguments now defaults to $_
2005-05-03 Nicholas Clarkok($a == $b) better written as cmp_ok($a, '==', $b)
2005-05-03 Rafael Garcia-SuarezConvert to test.pl
2005-05-03 Steve PetersIEEE math for the masses
2005-05-03 Rafael Garcia-SuarezConvert to test.pl
2005-04-22 Nicholas ClarkConvert to test.pl
2005-04-21 Dave Mitchell[perl #34976] substr uses utf8 length cache incorrectly
2005-04-21 Andy Lesterextra code in pp_concat, Take 2
2005-04-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
2005-04-19 Nicholas ClarkAvoid generating thousands of UTF-8 warnings when testi...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-03-30 Ton HospelRe: PATCH: byte count feature request for unpack
2005-03-27 Hugo van der SandenRe: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-SuarezRevert change #24055, which was producing a segfault...
2005-03-21 Ton HospelRe: unpack A strip patch
2005-03-21 Rafael Garcia-SuarezResubmit change #24053.
2005-03-21 Ton Hospelpack / for general types
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2005-03-12 Ton HospelRe: Encoding neutral unpack
2005-03-08 Ton HospelEncoding neutral unpack
2005-02-18 Nikolai EipelPatch for Perlbug #4253
2005-02-15 Steve PetersAdditional tests for t/op/not.t
2005-02-14 Ton HospelRe: encoding neutral unpack
2005-02-10 Marcus Holland-Moritz[perl #34101] not() || 1 produces segmentation fault
2005-02-08 perl-5.8.0@ton.igu... [perl #34062] pack Z0 destroys the character before
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-02-02 Ton HospelRe: encoding neutral unpack
2005-01-31 Ton HospelRe: encoding neutral unpack
2005-01-31 Steve HayFix test suite hang on Win32 caused by change #23898
2005-01-29 Dave Mitchell[perl #33928] chomp() fails after alarm(), `sleep`
2005-01-27 Nicholas ClarkOops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas ClarkCheck that the warning behaviour on the modifiers ...
2005-01-27 Nicholas ClarkMake the tests for the endianness modifiers < and ...
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas ClarkName another pack test
2005-01-21 Todd Vierling[perl #33892] Add Interix support
2005-01-21 Yitzchak Scott-Tho... Re: [PATCH] File::Find dies on find({follow=>1, .....
2005-01-19 Nicholas ClarkMake "assertion" attribute code and test conditional
2005-01-19 Yitzchak Scott-Tho... op/stat.t test 9 failing on recent cygwin snapshots
2005-01-14 Nicholas ClarkBetter test diagnostics for the numbers tests.
2005-01-13 Nicholas ClarkNot a good idea to use unpack "H*" to peek at a scalar...
2005-01-11 Nicholas ClarkFix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-10 Craig A. Berryt/op/split.t #11 nit on VMS
2005-01-10 Steve HayNeed to close files before unlinking them on Win32
2005-01-06 Nicholas ClarkAdd TODO tests for UTF8 encoded soft references
2005-01-06 Nicholas ClarkTurn barewords into strings to run under strict subs.
2005-01-06 Nicholas ClarkAll tests now use test.pl
2005-01-06 Nicholas ClarkStart converting t/op/ref.t to use test.pl
2005-01-05 Nicholas ClarkRafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas ClarkCheck all attributes in modify_SV_attributes are recogn...
2004-12-29 Nicholas ClarkSkip tests that binmode :utf8 if there is no perlio
2004-12-29 Nicholas ClarkOops. Forgot to uncomment the last set of Unicode value...
2004-12-29 Nicholas Clarkread (and presuambly sysread) would expose the UTF8...
2004-12-29 Nicholas ClarkAdd a lot of tests for combinations of values, offsets...
2004-12-29 Nicholas ClarkConvert op/read.t to use test.pl and make it stricture...
2004-12-21 Nicholas Clark$#a>>=1 relies on malloc wrap to avoid the segfault...
2004-12-16 Craig A. Berrybop.t follow-up to #23645
2004-12-14 Rafael Garcia-SuarezFix test added in change 23645 with an eval()
2004-12-14 Rafael Garcia-SuarezTest patch for already-solved bug #33003,
2004-12-13 Craig A. Berryt/op/taint.t follow-up to #23635
2004-12-10 Michael G. SchwernTest rt.perl.org 5900
2004-12-10 Michael G. Schwern[PATCH] cleanup t/op/taint.t
2004-12-03 Rafael Garcia-Suarez$foo::_ was wrongly forced as $main::_.
2004-12-01 Ingo Weinhold[perl #32717] BeOS specific Updates
2004-11-19 Rafael Garcia-SuarezMake "err" a weak keyword;
2004-11-17 Andy DoughertyAllow more tries for t/op/time.t test 2.
2004-11-04 Rick Delaney[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
2004-10-23 Dave Mitchell[perl #32039] Chained goto &sub drops data too early.
2004-09-01 Andy LesterPATCH: Taintedness and ternary conditional
2004-08-20 Dave Mitchella regex in STDOUT destructor coredumped because regex...
2004-08-14 Dave Mitchellmake pp_goto() cope potential stack reallocation in...
2004-08-10 Jim CromieRe: 2 patches: goto.t, B.pm/xs
2004-08-09 Andy LesterPatch for t/op/sleep.t
2004-08-04 John PeacockFinal version object core patch?
2004-07-28 david nicolRe: more 5.9 sort tests (second draft)
2004-07-23 Dave Mitchell[perl #30733] memory leak in array delete
2004-07-21 Rick DelaneyRe: [perl #30688] Empty slice arg with ($;$) prototype
2004-07-13 Nicholas Clarkcheck that reverse (sort (@a), @b) etc work.
2004-07-13 Nicholas ClarkCheck that non-optimimisable sort comparisons work...
2004-07-13 Nicholas ClarkTest reverse sort as the return from a function in...
2004-07-13 Nicholas ClarkAlso test reverse sort in scalar context
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-07-13 LAUN WolfgangRe: [perl #30568] splice generates undef? [PATCH]
2004-06-25 Jeff Pinyanregcomp.c, t/op/regmesg.t -- False range with \p and \P
2004-06-25 Rafael Garcia-SuarezMore @INC test fixes
next