summaryrefslogtreecommitdiff
path: root/Zend/zend_dynamic_array.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-2/+2
| | | | | named macro.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-1/+1
| | | | | | | | | 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.
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* - Preliminary support for dynamic arrays. I need it on order to try out aAndi Gutmans2000-02-181-0/+38
new hash implementation. It isn't used anywhere.