summaryrefslogtreecommitdiff
path: root/Zend/zend_generators.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Remove unused single.leaf memberNikita Popov2020-10-221-4/+1
* Simplify and fix generator tree managementNikita Popov2020-10-221-11/+13
* Remove generator iterator memberNikita Popov2020-06-301-2/+0
* Add helper APIs for get_gc implementationsNikita Popov2020-04-271-3/+0
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Simplify non-linear generator yield from treeNikita Popov2018-01-121-4/+4
* Trailing whitespaces on ZendGabriel Caruso2018-01-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* fix exports which are now referenced by phpdbgAnatol Belski2016-09-281-2/+2
* Add phpdbg generator commandBob Weinand2016-09-281-0/+3
* Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-1/+0
* Use main VM stack for generators. Only single call frame for generator itself...Dmitry Stogov2016-05-121-2/+2
* Fix bug #69989Nikita Popov2016-02-121-0/+1
* Support partial GC for unfinished generatorsNikita Popov2016-02-111-1/+3
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Unused varXinchen Hui2015-09-191-1/+1
* Set expectations in generator handlingBob Weinand2015-09-201-1/+22
* "This" is C++ keywordXinchen Hui2015-07-301-1/+1
* Add NEWS/UPGRADING and some implementation notesBob Weinand2015-04-141-1/+9
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-2/+41
|\
| * Added yield from operatorBob Weinand2015-03-071-10/+35
| * WIPNikita Popov2015-02-281-0/+15
| * Implement Generator::getReturn()Nikita Popov2015-02-191-0/+2
* | Implement Generator::getReturn()Nikita Popov2015-03-171-0/+2
|/
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
* master renames phase 1Anatol Belski2014-08-251-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-1/+1
* Simplify call-frame handlingDmitry Stogov2014-07-071-1/+1
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-1/+1
* Refactoring zend_iterator (incompleted)Xinchen Hui2014-02-271-9/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+4
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-1/+1
* Fixed linkage with C++Dmitry Stogov2013-04-221-1/+3
* Happy New YearXinchen Hui2013-01-011-1/+1
* - generators API exported for extensionsDmitry Stogov2012-12-111-3/+3
* . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-13/+12
* Fixed bug #63132Nikita Popov2012-09-221-0/+5
* Fix several issues and allow rewind only at/before first yieldNikita Popov2012-08-251-3/+8
* Run finally if generator is closed before finishingNikita Popov2012-08-241-0/+1
* Fix zts build (typo)Nikita Popov2012-08-201-1/+1
* Drop Generator::close() methodNikita Popov2012-08-201-4/+0
* Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-0/+1
* Disallow closing a generator during its executionNikita Popov2012-06-231-0/+4