This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A few more places where we know the length for sv_setpv() or sv_catpv()
[perl5.git] / t /
2007-02-02 Nicholas ClarkTesting every pattern by also upgrading to UTF-8 would...
2007-02-01 Nicholas ClarkAllow regexp.t to take a command line argument for...
2007-02-01 Nicholas ClarkMake t/op/regexp.t warnings clean.
2007-02-01 Nicholas ClarkMake t/op/regexp.t run under use strict; including...
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-30 Marcus Holland-MoritzRe: run/cloexec.t is failing
2007-01-29 Gisle AasAvoid test failure with for a -Dusesitecustomize perl.
2007-01-27 Nicholas ClarkA test to exercise the smallbuf overflow code in S_incl...
2007-01-25 SADAHIRO Tomoyukisplit by " \0" (const string staring with a SPACE follo...
2007-01-23 Nicholas ClarkAdd lib to @INC so that ./perl t/op/local.t works.
2007-01-22 Yves OrtonDisable positive lookaround optimisations
2007-01-20 Nicholas Clarkdefined @$foo and defined %$bar should be subject to...
2007-01-19 SADAHIRO TomoyukiRe: [PATCH] fix unicode split /\s+/
2007-01-19 Yves Ortonfix unicode split /\s+/
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Rafael Garcia-SuarezUse the $Is_MacOS variable
2007-01-15 Rafael Garcia-SuarezSimplify the ok/not ok logic
2007-01-15 Rafael Garcia-SuarezVarious cleanup and factorization by Schwern
2007-01-15 Nicholas ClarkTest that names with embedded NULs work for symbolic...
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-09 Nicholas ClarkRe: Change 29723 breaks t/op/inccode-tie.t on Win32
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2007-01-08 Yitzchak Scott-Tho... help cygwin find its dlls even on taint tests with...
2007-01-08 Dave Mitchellfix occasional op/time.t failure
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-02 Nicholas ClarkAssignment to a tainted variable was causing confusion...
2006-12-31 Nicholas ClarkPL_linestr needs to survive until the end of scope...
2006-12-30 Paul MarquessUpdate Compress Modules to version 2.002
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-26 SADAHIRO TomoyukiRe: Named-capture regex syntax
2006-12-25 Yves OrtonRe: Named-capture regex syntax
2006-12-23 Rafael Garcia-SuarezFix #6006 for taint mode too.
2006-12-23 Rafael Garcia-SuarezRemove -T from op/subst.t, and add a new test file...
2006-12-23 Rafael Garcia-SuarezFix RT #6006: Regexp replaces using large replacement...
2006-12-23 Rafael Garcia-Suarezsyswrite() wasn't reporting a warning when writing...
2006-12-18 Rick DelaneyRe: [perl #41071] require stringifies code references...
2006-12-18 Ilya ZakharevichFixes for the test suite on OS/2
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-13 Ilya ZakharevichText mode wrongly set on pipe file descriptors
2006-12-13 Anton Berezint/op/groups.t: prevent failure on modern FreeBSDs
2006-12-12 Nicholas ClarkOops. As of some point one stopped being able to assign...
2006-12-11 Jan DuboisFirst patch from:
2006-12-11 Dave Mitchellfix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Nicholas ClarkDowngrading a fixed or floating substring of a pattern...
2006-12-10 Dave Mitchell#28315 could crash when freeing ops with different...
2006-12-07 Steve HayMake use of $Config{d_pseudofork} in a couple of core...
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-12-03 Yves OrtonRe: [perl #41010] (?(COND)) in pattern matching not...
2006-11-29 Yves OrtonRe: Fix \k<foo> preceded by literal
2006-11-29 Yves OrtonChange in handling of \RNNN inside nested patterns
2006-11-24 Rafael Garcia-SuarezUn-TODO one test in pat.t ($1 kept safe after a /g...
2006-11-23 Rafael Garcia-SuarezFix for bug #38631: tied variables don't work with...
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-21 Rafael Garcia-SuarezInvalidate the method lookup cache when assigning to...
2006-11-21 Rafael Garcia-SuarezRemove the test counter checker at the end of t/op...
2006-11-20 Nicholas ClarkCorrect typo in test description.
2006-11-20 Rafael Garcia-SuarezUnify the two warnings "Can't declare %s in %s", in...
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-20 Rafael Garcia-SuarezUn-TODO tests for bug #32840, plus some new tests,
2006-11-18 Craig A. BerryUpdate skip count for VMS.
2006-11-17 yves orton[perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton[perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton[perl #22395] regexp /(.*)[bc]/ 10000 times slower...
2006-11-17 yves orton[perl #17542] regex confusion
2006-11-17 yves orton[perl #36909] $^R undefined on matches involving backre...
2006-11-17 Nicholas ClarkChange 29297 omitted a semicolon.
2006-11-17 Yves OrtonStudy SUSPEND (and recursion) properly
2006-11-17 Steve PetersChange #27951 added tests to t/op/taint.t involving...
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Rafael Garcia-SuarezFix bug #39037: rcatline doesn't stringify references
2006-11-14 Yves OrtonAllow negative indexing in recursive patterns
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-13 Rafael Garcia-SuarezParsing fix: it wasn't possible to call a function...
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-08 Robin Barkerfails under minitest
2006-11-08 Michael G SchwernSupress df warning in stat.t on OS X
2006-11-07 Rafael Garcia-SuarezForbid using tainted formats in printf and sprintf
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-06 SADAHIRO TomoyukiRe: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-06 Andrew SavigeRe: the new t/run/cloexec.t failing in Solaris and...
2006-11-06 Benjamin HolzmanRE: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-04 SADAHIRO TomoyukiRe: [perl #40641] crash with unicode characters in...
2006-11-04 Andrew SavigeNew test for close-on-exec ($^F): t/run/cloexec.t
2006-11-03 SADAHIRO Tomoyukireplace S_sv_pos_b2u_forwards with utf8_length (was...
2006-11-03 Rafael Garcia-SuarezWhen code is loaded through an @INC-hook, and when...
2006-11-02 H.Merijn BrandChange #29193 makes this addition unneeded
2006-11-02 Dave Mitchelladd test that eval undef clears $@
2006-11-02 Dave Mitchelleval $undef should emit one warning, not three.
2006-11-02 Rafael Garcia-Suarezsay() has the same syntax than print(), so forbid to...
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-02 Gisle AasRe: $, and say
2006-11-02 Rafael Garcia-SuarezMore regression tests for the _ prototype
2006-11-02 Rafael Garcia-SuarezMore heuristics to make warnings.t pass under different
2006-11-01 Yves OrtonAdd a commit verb to regex engine to allow fine tuning...
2006-11-01 H.Merijn BrandFix the failures in warnings tests when PERL_UNICODE...
2006-11-01 Rafael Garcia-SuarezRegression test by Yves Orton for : [perl #36046] Speci...
next