summaryrefslogtreecommitdiff
path: root/t/op/split.t
Commit message (Expand)AuthorAgeFilesLines
* t/op/split.t: EBCDIC fixesKarl Williamson2015-03-051-3/+5
* make re_intuit_string() return correct stringRostislav Skudnov2015-01-131-1/+16
* split.t: More tests for perl #123057Father Chrysostomos2014-10-281-2/+9
* [perl #123057] Allow split-to-array in lvalue contextFather Chrysostomos2014-10-261-1/+4
* Fix ()=@a=splitFather Chrysostomos2014-10-111-1/+4
* Make split temporarily refcnt its argumentFather Chrysostomos2014-10-111-1/+8
* Perl RT #122761 - split /\A/ should not behave like split /^/mYves Orton2014-09-171-2/+5
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get split.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Stop split from mangling constantsFather Chrysostomos2013-06-221-1/+5
* rework split() special case interaction with regex engineYves Orton2013-03-271-10/+25
* Added descriptions to tests lacking them.Andrew Tam2013-03-031-7/+7
* Add regression tests for split on string of single wordspace or hex20.James E Keenan2012-12-151-2/+53
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-221-1/+6
* Move the tests for split /\s/ and Unicode from split.t to split_unicode.tNicholas Clark2011-03-061-57/+1
* add test for split without a patternGerard Goossen2011-01-081-1/+6
* Slow down split in scalar context :-)Father Chrysostomos2009-11-021-1/+1
* [perl #69875] Slow down split in scalar context :-)Father Chrysostomos2009-10-311-1/+9
* split: Improve performance in scalar contextBo Borgerson2009-09-131-1/+97
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK checkAlex Vandiver2009-05-281-1/+7
* Re: split smoke for threaded -DDEBUGGING buildsReini Urban2008-06-251-11/+2
* Skip one test that was failing with DEBUGGING and threads,Rafael Garcia-Suarez2008-06-251-2/+11
* split by " \0" (const string staring with a SPACE followed by NULL)SADAHIRO Tomoyuki2007-01-251-1/+12
* Re: [PATCH] fix unicode split /\s+/SADAHIRO Tomoyuki2007-01-191-8/+23
* fix unicode split /\s+/Yves Orton2007-01-191-2/+36
* t/op/split.t #11 nit on VMSCraig A. Berry2005-01-101-6/+2
* [perl #28938] split could leave an array without &PL_sv_undefDave Mitchell2004-05-031-1/+14
* remove a split test's dependence on -Dx outputDave Mitchell2004-02-201-6/+6
* Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $nYitzchak Scott-Thoennes2003-04-021-2/+9
* Integrate (by hand) change #18386 from maint-5.8Rafael Garcia-Suarez2003-03-101-9/+8
* Re: [perl #20912] UTF8 related glitch + fixAdrian M. Enache2003-02-151-1/+8
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-101-93/+82
* Re: [perl #17064] illegal legal unicode characterHugo van der Sanden2002-11-041-1/+14
* [ID 20011126.149] t/op/split fails step 37David Dyck2001-11-271-1/+2
* Portability and skippage tweaks.Jarkko Hietaniemi2001-11-271-11/+19
* split()'s unused captures should be undef, not ''Jeff Pinyan2001-07-291-1/+12
* Re: Bug report: split splits on wrong patternRadu Greab2001-06-291-1/+11
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+1
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-0/+1
* More UTF-8 test tweaks.Jarkko Hietaniemi2001-03-071-0/+5
* Major utf8 test reorganisation and rewrite.Jarkko Hietaniemi2001-03-071-3/+87
* Test for bug id 20010105.016 (fixed by #8378).Jarkko Hietaniemi2001-01-101-1/+22
* Add a test for Unicode split //. The #8267 was the cure.Jarkko Hietaniemi2000-12-301-1/+6
* Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)Robin Barker2000-11-281-1/+6
* C<@a = @b = split(...)> optimization coredumps under ithreadsGurusamy Sarathy2000-09-111-3/+7
* More split() doc and test patches from Mike Guy.Jarkko Hietaniemi2000-07-261-1/+1
* split /^/M. J. T. Guy2000-07-261-1/+6
* Test cases for #6431.M. J. T. Guy2000-07-241-1/+5
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-011-1/+1