summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Fixed bug #46088 (RegexIterator::accept - segfault)Felipe Pena2008-09-221-0/+4
* MFH: Fixed bug #46031 (Segfault in AppendIterator::next)Arnaud Le Blanc2008-09-091-0/+3
* Fix bug #41828 (Fix crash on wrong instantiation)Etienne Kneuss2008-03-121-2/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MF53 Fix for #41692, #42703Marcus Boerger2007-10-181-3/+5
* - MFH Add invert option to RegexIteratorMarcus Boerger2007-05-111-0/+4
* - Fix copy'n'paste issuesMarcus Boerger2007-03-041-3/+3
* - MFH simplify, synch docu/implementationMarcus Boerger2007-03-041-40/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* - MFH CachingIterator implements CountableMarcus Boerger2007-02-191-0/+19
* - MFH Rearrange code: mode Countable from spl_array.c to spl_iterator.cMarcus Boerger2007-02-081-0/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFH: Add new testMarcus Boerger2006-11-201-5/+20
* - MFH: No C++ comments (fix #39414)Johannes Schlüter2006-11-071-1/+1
* MFH: arginfo fixesHannes Magnusson2006-11-061-10/+11
* MFH: fix crash on invalid regexHannes Magnusson2006-11-031-1/+6
* - MFH Match code with docuMarcus Boerger2006-07-211-0/+3
* - MFH Update RegexIterator, Docu & TestsMarcus Boerger2006-07-211-2/+102
* - Synch RegexIterator with HEADMarcus Boerger2006-07-201-19/+36
* Fixed memory leakIlia Alshanetsky2006-07-181-2/+0
* - MFH Fix #38125 undefined reference to spl_dual_it_free_storageMarcus Boerger2006-07-171-1/+1
* - MFH:Marcus Boerger2006-07-161-19/+65
* - MFH iterator_apply()Marcus Boerger2006-06-071-3/+51
* plug a leak in ext/spl/tests/iterator_047.phptAntony Dovgal2006-06-061-0/+1
* - MFHMarcus Boerger2006-05-211-26/+152
* - MFH Sync with head fixes part of an issue with iterator_(to_array|count)Marcus Boerger2006-05-201-63/+78
* - You shall not use %v in 5.*Marcus Boerger2006-05-181-8/+8
* - MFH Fixed CachingIterator issues with string conversion/__toString()Marcus Boerger2006-05-181-51/+46
* - MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method ...Marcus Boerger2006-05-161-3/+8
* MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)Antony Dovgal2006-05-121-0/+27
* Rename RegExIterator -> RegexIterator.Andrei Zmievski2006-05-101-26/+26
* - Fix iterators part and add testsMarcus Boerger2006-05-101-2/+1
* - Update after api changesMarcus Boerger2006-05-101-18/+363
* AIX #define's accept as nacceptAntony Dovgal2006-04-131-0/+4
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-10/+4
* - MFH: Make IteratorIterator base of most SPL iteratorsMarcus Boerger2006-03-261-22/+11
* - MFH Missed 'proto'Marcus Boerger2006-03-061-2/+2
* - Fix last %v, tooMarcus Boerger2006-03-061-1/+1
* - There is no %v in 5.1 (found by Tony)Marcus Boerger2006-03-061-2/+2
* - MFH Proto fixesMarcus Boerger2006-03-061-37/+37
* - Fix issues with not/double calling of constructors of SPL iteratorsMarcus Boerger2006-03-051-21/+38
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-1/+1
* - MFH Fix error messageMarcus Boerger2006-01-231-1/+1
* - Just another place where rewind() might not be setMarcus Boerger2006-01-011-1/+3
* - key() might be optionalMarcus Boerger2006-01-011-9/+13
* - Fix SEGV when rewind() not setMarcus Boerger2006-01-011-1/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFHfoobar2005-12-251-20/+18
* - WSMarcus Boerger2005-12-221-9/+9
* - Fix memleakMarcus Boerger2005-12-221-0/+3