summaryrefslogtreecommitdiff
path: root/Zend/zend_llist.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFZE1Andrei Zmievski2002-11-141-1/+1
|
* make win32 debug output more verboseHarald Radi2002-08-071-2/+0
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* MFZE1Sebastian Bergmann2001-09-191-2/+2
|
* spaces->tabsSterling Hughes2001-08-311-2/+2
|
* MFZE1Sterling Hughes2001-08-311-1/+2
|
* - Merge Sterling's patches from ZE1Andi Gutmans2001-08-181-1/+1
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-6/+6
|
* - Add typedef for function pointer of llist dtorAndi Gutmans2001-04-211-7/+8
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* - Try #2. Wasn't allowed to delete in the previous manner because we wereAndi Gutmans2000-10-181-0/+1
| | | | | in the middle of an llist_apply()
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Add llist_apply_func_t and make prototypes use the typedefs.Sascha Schumann2000-06-131-2/+3
|
* - Add zend_llist_apply_with_arguments()Zeev Suraski2000-04-291-1/+5
| | | | | - Add a message handler to the extensions
* Implemented external list traversing.Andrei Zmievski2000-03-141-4/+11
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Get rid of second declaration of compare_func_t. Either put in a commonSascha Schumann2000-02-181-1/+0
| | | | | header file or prefix it with i.e. zend_llist_
* - Quick and dirty hack for supporting sorts. Improve later on when I wake up.Andi Gutmans2000-02-181-0/+4
|
* - Modify zend_llist_del() to receive a comparison functionZeev Suraski1999-11-261-1/+1
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-1/+1
| | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
* Avoid leaking fd's in case of failuresZeev Suraski1999-05-221-0/+2
|
* Added prepend to llistZeev Suraski1999-05-121-0/+1
|
* llist improvementsAndi Gutmans1999-05-051-0/+1
|
* Zend LibraryAndi Gutmans1999-04-071-0/+53