summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: Questions about Tie::Array and perl modulesNick Ing-Simmons2000-10-061-1/+14
* Re: [ID 20000912.008] substr replacement of tainted data (bug) Radu Greab2000-10-021-1/+8
* Fix aliasing of tied filehandlesDaniel Chetlin2000-10-021-1/+17
* Re: unicode support and perl [ID 20000901.097]Spider Boardman2000-09-301-1/+9
* Re: perl@7078Simon Cozens2000-09-141-3/+3
* Test for the #7049.Andreas König2000-09-121-1/+8
* [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINST...Yitzchak Scott-Thoennes2000-09-121-3/+3
* C<@a = @b = split(...)> optimization coredumps under ithreadsGurusamy Sarathy2000-09-111-3/+7
* Re-allow vec() for characters > 255.Spider Boardman2000-09-081-3/+4
* Guard against bad string->int conversion for quads.Jarkko Hietaniemi2000-09-071-2/+17
* Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)Mike Guy2000-09-011-1/+30
* Change the internal implementation of sort() to be mergesortJarkko Hietaniemi2000-08-301-3/+3