Re: [perl #34493] h2ph `extern inline' problems
[p5sagit/p5-mst-13.2.git] / t / op /
2005-03-21 Ton Hospel pack / for general types
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-03-12 Ton Hospel Re: Encoding neutral unpack
2005-03-08 Ton Hospel Encoding neutral unpack
2005-02-18 Nikolai Eipel Patch for Perlbug #4253
2005-02-15 Steve Peters Additional tests for t/op/not.t
2005-02-14 Ton Hospel Re: 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 Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-02-02 Ton Hospel Re: encoding neutral unpack
2005-01-31 Ton Hospel Re: encoding neutral unpack
2005-01-31 Steve Hay Fix 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 Clark Oops. Was forgetting to test n! N! v! V! in pack
2005-01-27 Nicholas Clark Check that the warning behaviour on the modifiers ...
2005-01-27 Nicholas Clark Make the tests for the endianness modifiers < and ...
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-21 Nicholas Clark Name 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 Clark Make "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 Clark Better test diagnostics for the numbers tests.
2005-01-13 Nicholas Clark Not a good idea to use unpack "H*" to peek at a scalar...
2005-01-11 Nicholas Clark Fix bug 32294 - index()/rindex() ignore UTF8 flag
2005-01-10 Craig A. Berry t/op/split.t #11 nit on VMS
2005-01-10 Steve Hay Need to close files before unlinking them on Win32
2005-01-06 Nicholas Clark Add TODO tests for UTF8 encoded soft references
2005-01-06 Nicholas Clark Turn barewords into strings to run under strict subs.
2005-01-06 Nicholas Clark All tests now use test.pl
2005-01-06 Nicholas Clark Start converting t/op/ref.t to use test.pl
2005-01-05 Nicholas Clark Rafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas Clark Check all attributes in modify_SV_attributes are recogn...
2004-12-29 Nicholas Clark Skip tests that binmode :utf8 if there is no perlio
2004-12-29 Nicholas Clark Oops. Forgot to uncomment the last set of Unicode value...
2004-12-29 Nicholas Clark read (and presuambly sysread) would expose the UTF8...
2004-12-29 Nicholas Clark Add a lot of tests for combinations of values, offsets...
2004-12-29 Nicholas Clark Convert 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. Berry bop.t follow-up to #23645
2004-12-14 Rafael Garcia-Suarez Fix test added in change 23645 with an eval()
2004-12-14 Rafael Garcia-Suarez Test patch for already-solved bug #33003,
2004-12-13 Craig A. Berry t/op/taint.t follow-up to #23635
2004-12-10 Michael G. Schwern Test 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-Suarez Make "err" a weak keyword;
2004-11-17 Andy Dougherty Allow 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 Lester PATCH: Taintedness and ternary conditional
2004-08-20 Dave Mitchell a regex in STDOUT destructor coredumped because regex...
2004-08-14 Dave Mitchell make pp_goto() cope potential stack reallocation in...
2004-08-10 Jim Cromie Re: 2 patches: goto.t, B.pm/xs
2004-08-09 Andy Lester Patch for t/op/sleep.t
2004-08-04 John Peacock Final version object core patch?
2004-07-28 david nicol Re: more 5.9 sort tests (second draft)
2004-07-23 Dave Mitchell [perl #30733] memory leak in array delete
2004-07-21 Rick Delaney Re: [perl #30688] Empty slice arg with ($;$) prototype
2004-07-13 Nicholas Clark check that reverse (sort (@a), @b) etc work.
2004-07-13 Nicholas Clark Check that non-optimimisable sort comparisons work...
2004-07-13 Nicholas Clark Test reverse sort as the return from a function in...
2004-07-13 Nicholas Clark Also test reverse sort in scalar context
2004-07-13 Nicholas Clark The current optimisation for sort {$b cmp $a} is bogus...
2004-07-13 LAUN Wolfgang Re: [perl #30568] splice generates undef? [PATCH]
2004-06-25 Jeff Pinyan regcomp.c, t/op/regmesg.t -- False range with \p and \P
2004-06-25 Rafael Garcia-Suarez More @INC test fixes
2004-06-23 Nicholas Clark Test that [] // 0 is []
2004-06-23 Rafael Garcia-Suarez Add a regression test for bug #23765 (by Jarkko)
2004-06-22 Nicholas Clark Abolish the "Tied variable freed while still in use...
2004-06-18 Nicholas Clark When expecting an error, it's best to check the text...
2004-06-09 Rafael Garcia-Suarez Remove the "malloc wrappage" tests, due to their unport...
2004-06-08 Jarkko Hietaniemi Re: [PATCH] Re: Lack of error for large string on Solaris
2004-06-06 SADAHIRO Tomoyuki Re: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-06-02 Rafael Garcia-Suarez Make the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-30 Shinya Hayakawa Re: my $x->{foo} doesn't work
2004-05-30 Dave Mitchell [perl #29708] Problem with autouse (causing Perl to...
2004-05-24 Rafael Garcia-Suarez Tests for change #22842, by SADAHIRO Tomoyuki
2004-05-22 Dave Mitchell [perl #29790] Optimization busted: '@a = "b", sort...
2004-05-04 Dave Mitchell [perl #29340] Bizarre copy of ARRAY
2004-05-04 Marcus Holland-Moritz Add byte-order group modifiers to (un)pack templates.
2004-05-03 Dave Mitchell [perl #29127] scalar delete of empty slice returned...
2004-05-03 Dave Mitchell [perl #28938] split could leave an array without ...
2004-04-29 SADAHIRO Tomoyuki Fix 29149 - another UTF8 cache bug hit by substr.
2004-04-27 Jeff Pinyan candidate for TR18 compliance
2004-04-23 Marcus Holland-Moritz byte-order modifiers for (un)pack templates
2004-04-19 Hugo van der Sanden Re: [perl #28532] optional match of an anchor gets...
2004-04-07 John Peacock Bleadperl to version 0.37
2004-04-07 Rafael Garcia-Suarez The optree builder was looping when constructing the ops
2004-04-06 Marcus Holland-Moritz Make the ! suffix handle n/N/v/V as signed integers
2004-04-05 Rafael Garcia-Suarez [perl #28171] wantarray docs should mention effect...
2004-04-02 Rafael Garcia-Suarez Fix bug #27940 : \cX escapes weren't working correctly...
2004-04-01 Marcus Holland-Moritz Fix and tests for [perl #28123] Perl optimizes // away...
2004-03-31 Dave Mitchell [perl #28032] delete $_[0] + (\$) prototype = bad...
2004-03-31 Nicholas Clark Upgrade to Unicode 4.0.1
2004-03-29 Dave Mitchell backout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchell make gv_fullname() etc include a literal '^' for *...
next