summaryrefslogtreecommitdiff
path: root/t/op/split.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor test updates to accomodate new subprocess invocationCharles Bailey2000-02-281-3/+1
* fix test that depends on op_dump() outputGurusamy Sarathy2000-02-171-1/+1
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-1/+22
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-1/+15
* Re: Using undef to ignore values returned from splitHugo van der Sanden1997-06-111-1/+11
* [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-1/+2
* perl 5.003_03: t/op/split.tPerl 5 Porters1996-08-251-1/+8
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+3
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-2/+2
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-0/+57