summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #90160] U* gives ‘U0 mode on an empty string’Father Chrysostomos2011-09-081-1/+5
* Avoid overflow warning in chop.t.Craig A. Berry2011-09-031-0/+1
* Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.Nicholas Clark2011-09-021-1/+10
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-311-1/+12
* RT #75812: apply get magic before checking flags, PVXTony Cook2011-08-171-1/+8
* handle perl extended utf8 start bytesTony Cook2011-08-171-1/+20
* [perl #81750] Perl 5.12: undef-as-hashref bugFather Chrysostomos2011-05-241-1/+21
* [perl #87336] lc/uc(first) fail to taint the returned stringFather Chrysostomos2011-05-071-1/+13
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-172-15/+21
* [perl #75656] lvalue subs don't copy on writeFather Chrysostomos2011-01-031-1/+6
* fix rt75680 - when working with utf8 strings one must always use s+=UTF8SKIP(...Yves Orton2010-08-251-1/+21
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-221-1/+16
* Close the tempfile in caller.tCraig A. Berry2010-08-221-0/+1
* Fix groups.t test on AIXRainer Tammer2010-08-221-1/+2
* In pp_require and code refs in @INC, avoid using memory after free().Nicholas Clark2010-08-011-1/+13
* RT#73814 - unpack() didn't handle scalar context correctly for %32H and %32uTony Cook2010-07-311-1/+9
* Revert "move the fresh_perl() tests above the environment tests"Vincent Pit2010-07-301-13/+0
* move the fresh_perl() tests above the environment testsTony Cook2010-07-301-0/+13
* Skip two Japhs that use the fact that split in void context splittedAbigail2010-07-291-0/+2
* [perl #70075] no 6; brokenFather Chrysostomos2010-07-291-0/+4
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-251-1/+42
* glob crashes when %File::Glob:: is emptyFather Chrysostomos2010-07-031-2/+10
* PATCH [perl #74978] dot after } breaks \N{}Karl Williamson2010-05-091-1/+7
* Fix RT #74290 - regression for labels immediately before string evals.Nicholas Clark2010-05-081-1/+10
* PATCH: [perl #72998] regex loopingKarl Williamson2010-05-081-1/+9
* Don't use Test::More in t/op/* testsRafael Garcia-Suarez2010-05-061-4/+10
* Fix utf8::is_utf8 to respect GMAGIC (e.g. $1)gfx2010-05-061-0/+19
* time() resolution is full secondsJan Dubois2010-05-051-2/+4
* Add fudge to timing checks on WindowsJan Dubois2010-05-051-2/+7
* [perl #74168] Assertion failure when emitting a stricture error messageRafael Garcia-Suarez2010-04-091-0/+6
* untodo the no-longer-failing todo test for rgs' patchJesse Vincent2010-04-021-3/+1
* Add a TODO test for block evals segfaulting on syntax errors.Florian Ragwitz2010-04-021-1/+11
* More tests for in-place reverse (empty tied array)Rafael Garcia-Suarez2010-03-311-1/+5
* Add a test for reversing in-place an empty arrayRafael Garcia-Suarez2010-03-311-1/+5
* [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-271-1/+5
* Attached are two TODO patches for the remaining test failures on VMS.Craig A. Berry2010-03-172-4/+12
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-1/+23
* Support cygwin-1.7 mountReini Urban2010-03-081-3/+3
* Revert "Forbid labels with keyword names"Jan Dubois2010-03-021-3/+3
* Setup @INC at compile time because commit ec34a119 needs to load utf8.pmJan Dubois2010-03-021-1/+3
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-2/+17
* Don't scrub DCL$PATH unless it's there.Craig A. Berry2010-03-011-1/+1
* fix for [perl #72604] @DB::args and win32 forkDavid Mitchell2010-02-281-0/+18
* Regression test for 34394ecd - SVs that were only on the tmps stack leaked.Nicholas Clark2010-02-231-1/+13
* stop op/groups.t skipping on LinuxDavid Mitchell2010-02-211-2/+13
* unTODO some passing TODO tests in reg_fold.tDavid Mitchell2010-02-201-1/+6
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-1/+15
* Improve handling of qq(\N{...}); and /xKarl Williamson2010-02-201-1/+30
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-195-8/+96
* rt #72866 - add magic to arrayrefs assigned to *Foo::ISATony Cook2010-02-181-1/+23