This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / t / op /
2000-12-06 Jarkko HietaniemiTest \x{...} with ord().
2000-12-05 Jarkko HietaniemiAvaunt, you foul UTF-8 tests.
2000-12-05 Jarkko HietaniemiContinue utf8 dispersal.
2000-12-05 Jarkko HietaniemiTest for Unicode (UTF-8) hash keys.
2000-12-05 Jarkko HietaniemiSplit off the UTF-8 decoder tests, make them to check...
2000-12-05 Jarkko HietaniemiStart migrating bits of pragma/utf8 to elsewhere
2000-12-05 Ilya ZakharevichRe: [PATCH] The largest hoax of all times?
2000-12-05 Jarkko HietaniemiIntegrate the "skip" messages to explain().
2000-12-04 Nick Ing-SimmonsPERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-01 Jarkko HietaniemiRetract #7941. Forbidding subs m/s/etc is too cruel...
2000-12-01 Jarkko Hietaniemi(Retracted by #7943.)
2000-12-01 Jarkko HietaniemiGet the three different space character classes right...
2000-12-01 Jarkko HietaniemiTwo more tests that make no sense in UTF-8 since the...
2000-12-01 Jarkko Hietaniemi\x{} doesn't any more require 'use utf8' outside regexe...
2000-11-29 Robert Spier$^O win32 -> MSWin32
2000-11-29 Jarkko HietaniemiDocument the known sprintf test failures, exact standard
2000-11-28 Robin BarkerRe: 5.6 bug: split /^/ implies /m modifier (from CLPM)
2000-11-26 Jarkko HietaniemiTest line numbers are different with utf8.
2000-11-26 Benjamin HolzmanRe: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign...
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-22 Ilya ZakharevichOvereager visited-positions optimizations
2000-11-20 Jarkko Hietaniemilexicals not recognized in a run-time (?{})
2000-11-20 Jarkko HietaniemiMiraculous typo.
2000-11-20 Ilya ZakharevichThe first step in removing recursion from the REx engine
2000-11-18 Ilya Zakharevichrestore match data on backtracing
2000-11-15 Peter PrymmerEBCDIC tweaks.
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-11-13 Jarkko HietaniemiCouple of tests from #7660 salvaged.
2000-11-12 Jarkko Hietaniemi(Subsumed by #7664)
2000-11-10 Lupe ChristophExplain better why certain regex tests are skipped.
2000-11-05 Jarkko HietaniemiFix for bug id 19990615.008, pos() unset during s/...
2000-11-05 Andrew PimlottFix for
2000-11-04 Nick Ing-SimmonsIntegrate mainline again
2000-11-04 Andrew PimlottFix for
2000-11-04 Jarkko HietaniemiDying is too strict here, better just skip.
2000-11-04 Jarkko HietaniemiLocale tweakery. Add test case for bug id 20000809...
2000-10-27 Yitzchak Scott-Tho... [ID 20001026.006] C<use integer; $x += 1> gives uniniti...
2000-10-25 John PeacockZero-padded Numerics in Perl Format
2000-10-25 Jarkko HietaniemiTemporary stopgap for the self-tying issue: for now...
2000-10-23 Hugo van der SandenRe: [ID 20001021.005] SEGV with regex match
2000-10-22 Jarkko HietaniemiSupport s?printf parameter reordering.
2000-10-20 Charles BaileySYN SYN
2000-10-19 Jarkko HietaniemiTypo noted by Mark Lutz.
2000-10-18 Hugo van der SandenRe: [ID 20001018.008] flip-flop bug when there's no...
2000-10-16 Nicholas ClarkDetect early whether the std streams have gone bad.
2000-10-16 Jarkko HietaniemiOne more ~utf8 tweak.
2000-10-16 Jarkko HietaniemiTweak the test of #7235.
2000-10-15 Simon CozensMake ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-10-14 Jarkko HietaniemiAdd test for bug id 20000427.003 (which seems to have
2000-10-13 Jarkko HietaniemiMake the test acknowledge that self-ties are disabled...
2000-10-13 Peter PrymmerTweak #7225.
2000-10-13 Dominic Dunlopop/sprintf.t patch for OS/390 (and any other host with...
2000-10-13 Peter Prymmerwas: Re: off to a bad start on fixing regression tests
2000-10-12 Peter PrymmerAn updated EBCDIC tr patch.
2000-10-10 Peter Prymmerver.t v string tests for os/390
2000-10-10 Peter Prymmerop/tr tests on OS/390
2000-10-06 Nick Ing-SimmonsRe: Questions about Tie::Array and perl modules
2000-10-02 Radu GreabRe: [ID 20000912.008] substr replacement of tainted...
2000-10-02 Daniel ChetlinFix aliasing of tied filehandles
2000-09-30 Spider BoardmanRe: unicode support and perl [ID 20000901.097]
2000-09-14 Simon CozensRe: perl@7078
2000-09-12 Andreas KönigTest for the #7049.
2000-09-12 Yitzchak Scott-Tho... [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on...
2000-09-11 Gurusamy SarathyC<@a = @b = split(...)> optimization coredumps under...
2000-09-08 Spider BoardmanRe-allow vec() for characters > 255.
2000-09-07 Jarkko HietaniemiGuard against bad string->int conversion for quads.
2000-09-01 Mike GuyFix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-30 Jarkko HietaniemiChange the internal implementation of sort() to be...
2000-08-30 Nick Ing-SimmonsRe: UNTIE method
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-23 Mike GuyRe: [ID 20000821.008] Negitive numbers with vec dumps...
2000-08-21 Jarkko HietaniemiAlso under djgpp the timestamps are funky.
2000-08-20 Hugo van der SandenUTF8 concat fixes.
2000-08-18 Jeffrey FriedlAdd [[:blank:]] as suggested in
2000-08-18 Jarkko HietaniemiThe new tests were missing from #6415.
2000-08-18 Yitzchak Scott-Tho... Unbuffer the output.
2000-08-17 Jarkko HietaniemiTweak the regex compilation errors once more.
2000-08-17 Gurusamy Sarathytrailing new %ENV entries weren't being pushed into...
2000-08-17 Jarkko HietaniemiRetract #6645.
2000-08-16 Gurusamy Sarathyon windows, the return values from wait() and waitpid...
2000-08-16 Lupe ChristophChange the regx compilation error markers to use =...
2000-08-15 Dominic Dunlop(Retracted by #6660)
2000-08-15 Dominic DunlopDon't blow limited stacks, a lower number is enough to
2000-08-14 Mike Guy@+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-13 Mike Guyt/op/regmesg.t fails if REG_INFTY set
2000-08-11 Hugo van der SandenRe: [ID 20000809.005] trouble with long string and...
2000-08-11 Hugo van der Sandensleep(1) does not necessarily return 1.
2000-08-11 Mike GuyFixes to looking-like-number to keep behaviour as it...
2000-08-10 Jarkko HietaniemiGet back into sync with Jeffrey on the enhanced regex...
2000-08-10 Gurusamy Sarathywarn is a macro, avoid using at a variable to avoid...
2000-08-09 Jeffrey FriedlRe: enhanced(?) regex error messages
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-08 Mike GuyRe: [ID 20000807.008] Double reads considered evil...
2000-08-08 Hugo van der SandenRe: enhanced(?) regex error messages
2000-08-08 Hugo van der SandenAugment #6539 a bit: don't croak if there's magic in...
2000-08-07 Jarkko HietaniemiMake the test -w clean.
2000-08-07 Jarkko Hietaniemiuse warnings instead of $^W.
2000-08-07 Jarkko HietaniemiDisable a portability warning Because We Know What...
2000-08-07 Hugo van der SandenMake bless(REF, REF) a fatal error, add bless tests.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
next