summaryrefslogtreecommitdiff
path: root/ext/spl/spl_dllist.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
* - MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in offse...Felipe Pena2008-09-231-0/+2
* MFH: First part of count/handlers related fixesEtienne Kneuss2008-07-061-2/+22
* MFH: Implements C arrays wrapperEtienne Kneuss2008-06-061-24/+9
* MFH: Add debug_info handler to SplDoublyLinkedList/Stack/Queue to make them v...Etienne Kneuss2008-02-191-1/+47
* MFH: Provide ctod/dtor with TSRMEtienne Kneuss2008-02-111-31/+30
* MFH: cosmeticsEtienne Kneuss2008-02-111-26/+26
* MFH: -Pointer doesn't move if we're moving forward and shifting at the same timeEtienne Kneuss2008-01-271-1/+2
* MFH: Iterator implementation in SplDoublyLinkedList, SplStack, SplQueueEtienne Kneuss2008-01-261-36/+110
* MFH: Typos (Dan Scott)Etienne Kneuss2008-01-221-25/+76
* MFH: Fix mem errorsEtienne Kneuss2008-01-201-25/+35
* MFH: fix win buildRob Richards2008-01-151-10/+24
* Fix ZTS build, fix testsEtienne Kneuss2008-01-151-4/+4
* MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPLEtienne Kneuss2008-01-151-0/+1010