summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Split off the UTF-8 decoder tests, make them to check alsoJarkko Hietaniemi2000-12-051-0/+181
* Start migrating bits of pragma/utf8 to elsewhereJarkko Hietaniemi2000-12-051-0/+85
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-4/+24
* Integrate the "skip" messages to explain().Jarkko Hietaniemi2000-12-051-16/+22
* PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-1/+3
* Retract #7941. Forbidding subs m/s/etc is too cruel becauseJarkko Hietaniemi2000-12-011-4/+0
* (Retracted by #7943.)Jarkko Hietaniemi2000-12-011-0/+4
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-3/+3
* Two more tests that make no sense in UTF-8 since the testJarkko Hietaniemi2000-12-011-1/+1
* \x{} doesn't any more require 'use utf8' outside regexen so whyJarkko Hietaniemi2000-12-011-2/+0
* $^O win32 -> MSWin32Robert Spier2000-11-291-3/+3
* Document the known sprintf test failures, exact standardJarkko Hietaniemi2000-11-291-2/+2
* Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)Robin Barker2000-11-281-1/+6
* Test line numbers are different with utf8.Jarkko Hietaniemi2000-11-261-21/+21
* Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havocBenjamin Holzman2000-11-261-1/+6
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+22
* Overeager visited-positions optimizationsIlya Zakharevich2000-11-221-0/+2
* lexicals not recognized in a run-time (?{})Jarkko Hietaniemi2000-11-201-1/+34
* Miraculous typo.Jarkko Hietaniemi2000-11-201-1/+2
* The first step in removing recursion from the REx engineIlya Zakharevich2000-11-201-2/+2
* restore match data on backtracingIlya Zakharevich2000-11-181-0/+4
* EBCDIC tweaks.Peter Prymmer2000-11-151-2/+11
* Tweak the definition of the bit complement on UTF-8 data:Yitzchak Scott-Thoennes2000-11-131-4/+32
* Couple of tests from #7660 salvaged.Jarkko Hietaniemi2000-11-131-53/+0
* (Subsumed by #7664)Jarkko Hietaniemi2000-11-121-0/+53
* Explain better why certain regex tests are skipped.Lupe Christoph2000-11-101-3/+8
* Fix for bug id 19990615.008, pos() unset during s///ge.Jarkko Hietaniemi2000-11-051-1/+8
* Fix forAndrew Pimlott2000-11-051-1/+30
* Fix forAndrew Pimlott2000-11-041-1/+11
* Dying is too strict here, better just skip.Jarkko Hietaniemi2000-11-041-1/+1
* Locale tweakery. Add test case for bug id 20000809.003 to op/misc,Jarkko Hietaniemi2000-11-041-0/+33
* [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warningYitzchak Scott-Thoennes2000-10-271-2/+14
* Zero-padded Numerics in Perl FormatJohn Peacock2000-10-251-6/+51
* Temporary stopgap for the self-tying issue: for now onlyJarkko Hietaniemi2000-10-251-9/+18
* Re: [ID 20001021.005] SEGV with regex match Hugo van der Sanden2000-10-231-1/+5
* Support s?printf parameter reordering.Jarkko Hietaniemi2000-10-221-0/+13
* Typo noted by Mark Lutz.Jarkko Hietaniemi2000-10-191-1/+1
* Re: [ID 20001018.008] flip-flop bug when there's no <FH> Hugo van der Sanden2000-10-181-1/+8
* Detect early whether the std streams have gone bad.Nicholas Clark2000-10-161-2/+2
* One more ~utf8 tweak.Jarkko Hietaniemi2000-10-161-2/+5
* Tweak the test of #7235.Jarkko Hietaniemi2000-10-161-5/+22
* Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.Simon Cozens2000-10-151-4/+21
* Add test for bug id 20000427.003 (which seems to haveJarkko Hietaniemi2000-10-141-9/+1
* Make the test acknowledge that self-ties are disabled as #7213 said.Jarkko Hietaniemi2000-10-131-1/+3
* Tweak #7225.Peter Prymmer2000-10-131-3/+3
* op/sprintf.t patch for OS/390 (and any other host with limitedDominic Dunlop2000-10-131-1/+10
* was: Re: off to a bad start on fixing regression testsPeter Prymmer2000-10-131-2/+14
* An updated EBCDIC tr patch.Peter Prymmer2000-10-121-35/+46
* ver.t v string tests for os/390Peter Prymmer2000-10-101-16/+72
* op/tr tests on OS/390Peter Prymmer2000-10-101-2/+9