This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove full stop in the 'try' feature heading
[perl5.git] / t / op / split.t
2021-02-09 Hugo van der Sandengh18515: tests for special-cased patterns
2020-11-15 Richard Leachpp_split: add TonyC's stack-not-refcounted-suggestion...
2020-11-15 Richard Leachpp_split: no SWITCHSTACK in @ary = split(...) optimisation
2020-10-03 Richard LeachTest split on empty pattern with varying field counts
2020-10-03 Hugo van der SandenIn tests, fix @INC before loading more stuff
2020-10-02 Hugo van der SandenTest split on empty pattern with field count
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2017-10-29 Harald JörgShow that '/o' modifier no longer has adverse effects...
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-01-16 Tony Cook(perl #130262) split scalar context stack overflow fix
2016-12-26 David Mitchellsplit ' ', $foo: don't check end byte
2016-11-30 David Mitchellsplit was leaving PL_sv_undef in unused ary slots
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2015-08-25 Karl Williamsont/op/split.t: Generalize for EBCDIC
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-03-06 Karl Williamsont/op/split.t: EBCDIC fixes
2015-01-13 Rostislav Skudnovmake re_intuit_string() return correct string
2014-10-29 Father Chrysostomossplit.t: More tests for perl #123057
2014-10-27 Father Chrysostomos[perl #123057] Allow split-to-array in lvalue context
2014-10-12 Father ChrysostomosFix ()=@a=split
2014-10-11 Father ChrysostomosMake split temporarily refcnt its argument
2014-09-17 Yves OrtonPerl RT #122761 - split /\A/ should not behave like...
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet split.t working under minitest
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-03 Andrew TamAdded descriptions to tests lacking them.
2012-12-15 James E KeenanAdd regression tests for split on string of single...
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2011-03-06 Nicholas ClarkMove the tests for split /\s/ and Unicode from split...
2011-01-08 Gerard Goossenadd test for split without a pattern
2009-11-02 Father ChrysostomosSlow down split in scalar context :-)
2009-10-31 Father Chrysostomos[perl #69875] Slow down split in scalar context :-)
2009-09-13 Bo Borgersonsplit: Improve performance in scalar context
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-05-28 Alex VandiverFix [RT#66098] -- stricter checking on SvIVX exposed...
2008-06-25 Reini UrbanRe: split smoke for threaded -DDEBUGGING builds
2008-06-25 Rafael Garcia-SuarezSkip one test that was failing with DEBUGGING and threads,
2007-01-25 SADAHIRO Tomoyukisplit by " \0" (const string staring with a SPACE follo...
2007-01-19 SADAHIRO TomoyukiRe: [PATCH] fix unicode split /\s+/
2007-01-19 Yves Ortonfix unicode split /\s+/
2005-01-10 Craig A. Berryt/op/split.t #11 nit on VMS
2004-05-03 Dave Mitchell [perl #28938] split could leave an array without ...
2004-02-20 Dave Mitchellremove a split test's dependence on -Dx output
2003-04-02 Yitzchak Scott-Tho... Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s...
2003-03-10 Rafael Garcia-SuarezIntegrate (by hand) change #18386 from maint-5.8
2003-02-15 Adrian M. EnacheRe: [perl #20912] UTF8 related glitch + fix
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-11-04 Hugo van der SandenRe: [perl #17064] illegal legal unicode character
2001-11-27 David Dyck[ID 20011126.149] t/op/split fails step 37
2001-11-27 Jarkko HietaniemiPortability and skippage tweaks.
2001-07-29 Jeff Pinyansplit()'s unused captures should be undef, not ''
2001-06-29 Radu GreabRe: Bug report: split splits on wrong pattern
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-11 Chris Nandor[MacPerl-Porters] [PATCH] Mac OS Compatability for...
2001-03-07 Jarkko HietaniemiMore UTF-8 test tweaks.
2001-03-07 Jarkko HietaniemiMajor utf8 test reorganisation and rewrite.
2001-01-24 Charles BaileySYN SYN
2001-01-10 Jarkko HietaniemiTest for bug id 20010105.016 (fixed by #8378).
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Jarkko HietaniemiAdd a test for Unicode split //. The #8267 was the...
2000-11-28 Robin BarkerRe: 5.6 bug: split /^/ implies /m modifier (from CLPM)
2000-10-20 Charles BaileySYN SYN
2000-09-11 Gurusamy SarathyC<@a = @b = split(...)> optimization coredumps under...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-26 Jarkko HietaniemiMore split() doc and test patches from Mike Guy.
2000-07-26 M. J. T. Guysplit /^/
2000-07-24 M. J. T. GuyTest cases for #6431.
2000-03-01 Gurusamy Sarathyconsolidated VMS patches (from Craig A. Berry
2000-02-28 Charles BaileyMinor test updates to accomodate new subprocess invocation
2000-02-17 Gurusamy Sarathyfix test that depends on op_dump() output
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-06-11 Hugo van der SandenRe: Using undef to ignore values returned from split
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1996-08-25 Perl 5 Portersperl 5.003_03: t/op/split.t
1994-10-17 Larry Wallperl 5.000 perl-5.000
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2
1991-03-21 Larry Wallperl 4.0.00: (no release announcement available) perl-4.0.00