Make the perl interpreter more tolerant of UTF-16-encoded script
[p5sagit/p5-mst-13.2.git] / t / op /
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 *...
2004-03-27 Dave Mitchell [perl #24200] string corruption with lvalue sub
2004-03-26 Andy Lester Re: [perl #27906] stat documentation correction
2004-03-26 Dave Mitchell [perl #27268] Blessed reference to anonymous glob
2004-03-24 Nicholas Clark mintest will pass if I skip the correct number of tests...
2004-03-23 Hugo van der Sanden Fix bug [perl #27839] returning @+ out of scope loses...
2004-03-22 Nicholas Clark Don't assume that the chmod will always work.
2004-03-21 Andy Lester Finally, this "Negative repeat count" warning wasn...
2004-03-18 Marcus Holland-Moritz range operator warnings / 64-bit fix
2004-03-14 Dave Mitchell [perl #27638] scope exit could expose freed local...
2004-03-11 Dave Mitchell make op/write.t work better under stdio by running...
2004-03-09 Marcus Holland-Moritz Revert change #22472, but keep the new tests.
2004-03-09 Marcus Holland-Moritz Re: undef and the range operator
2004-03-09 Nicholas Clark Make a temporary copy of the input buffer in pp_send...
2004-03-07 Nicholas Clark Add a readonly check to Perl_sv_utf8_upgrade_flags...
2004-03-07 Marcus Holland-Moritz undef and the range operator
2004-03-07 Craig A. Berry line-end tweak for VMS
2004-03-06 Nicholas Clark Make threads tests pass make minitest (by skipping)
2004-03-05 Marcus Holland-Moritz Re: Strange segfault
2004-03-04 Dave Mitchell [perl #27206] Memory leak in continue loop
2004-03-03 Dave Mitchell stop t/op/write.t failures under stdio by always closin...
2004-03-02 Nicholas Clark Work on eliminating systematic failures on make minitest:
2004-03-02 Dave Mitchell Remove machine-dependent rounding dependency from write...
2004-03-01 Dave Mitchell add tests for change 22414 (lvalue substr jollity)
2004-02-23 SADAHIRO Tomoyuki Re: [perl #26905] "use bytes" doesn't apply byte semant...
2004-02-20 Dave Mitchell remove a split test's dependence on -Dx output
2004-02-20 Dave Mitchell optimise the sorting inplace of plain arrays: @a =...
2004-02-18 Dave Mitchell fix write test: -small_number may be displayed as 00...
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-09 Hugo van der Sanden Re: [perl #26073] sprintf miscounts padding when format...
2004-02-08 Rafael Garcia-Suarez map and grep weren't working correctly with lexical...
2004-02-04 Rafael Garcia-Suarez The "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-Suarez More docs and tests for "my $_".
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-29 Hugo van der Sanden Re: [perl #25269] panic: pp_match start/end pointers...
2004-01-25 Dave Mitchell add test for change 22209 (Remove small memory leak...
2004-01-23 Dave Mitchell make some t/op/write.t failures more verbose
2004-01-23 Nicholas Clark Test return values of all chomps
2004-01-23 SADAHIRO Tomoyuki Re: [perl #24888] chomp ignores utf8
2004-01-21 Nicholas Clark Convert the older parts of op/bop.t over to test.pl
2004-01-21 Dave Mitchell remove the platform dependencies of the write.t tests...
2004-01-20 Stas Bekman Add a new test file for situations where threads may...
2004-01-20 Dave Mitchell second attempt to fix [perl #24914] freeing a CV refere...
2004-01-19 Gisle Aas Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
2004-01-17 Dave Mitchell back out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-16 Dave Mitchell [perl #8698] format bug with undefined _TOP
2004-01-16 LAUN Wolfgang format/write (version 2)
2004-01-15 Nicholas Clark Make chomp heed the utf8 flags on the target string...
2004-01-12 SADAHIRO Tomoyuki Re: [perl #24846] [PATCH] Apparent utf8 bug in join...
2004-01-06 Rafael Garcia-Suarez The TODO tag should be included also when a TODO test...
next