summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Fcntl constants speedupNicholas Clark2000-12-171-10/+10
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-0/+2
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-152-17/+183
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-152-183/+17
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-142-17/+183
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-1/+12
* Test case for #8066.Jarkko Hietaniemi2000-12-101-0/+5
* Re: Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-1/+14
* Add test for reverse().Jarkko Hietaniemi2000-12-081-0/+33
* Introduce macros for UTF8 decoding.Jarkko Hietaniemi2000-12-081-7/+7
* Test \x{...} with ord().Jarkko Hietaniemi2000-12-061-4/+15
* Avaunt, you foul UTF-8 tests.Jarkko Hietaniemi2000-12-051-1/+25
* Continue utf8 dispersal.Jarkko Hietaniemi2000-12-051-0/+100
* Test for Unicode (UTF-8) hash keys.Jarkko Hietaniemi2000-12-051-1/+13
* 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