summaryrefslogtreecommitdiff
path: root/Zend/zend_generators.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix bug #65764Nikita Popov2013-12-011-0/+2
* Cleanup generator closing code a bitNikita Popov2013-11-301-68/+73
* Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-2/+11
* Fix bug #64979: Wrong behavior of static variables in closure generatorsNikita Popov2013-09-291-1/+27
* typos (orig)Veres Lajos2013-07-151-1/+1
* Don't try to clean up generator stack on unclean shutdownNikita Popov2013-06-291-0/+6
* Remove support for cloning generatorsNikita Popov2013-03-291-170/+1
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-19/+5
* Fix bug #63830: Segfault on undefined function call in nested generatorNikita Popov2013-02-011-4/+10
* Fix segfault when cloning generator with propertiesNikita Popov2013-02-011-7/+19
* Fix potential segfault when finally in a generator is run during shutdownNikita Popov2013-01-301-36/+41
* Happy New YearXinchen Hui2013-01-011-1/+1
* Implement Generator::throw() methodNikita Popov2012-12-241-5/+44
* Fix crash when last yielded value is a closureNikita Popov2012-12-211-10/+10
* Do not add a ref to EX(object) on generator cloneNikita Popov2012-12-201-5/+1
* Fix leak when generator ignores sent valueNikita Popov2012-12-181-8/+3
* Fix warning of no return in non-void functionXinchen Hui2012-12-141-0/+1
* Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-121-2/+36
* - generators API exported for extensionsDmitry Stogov2012-12-111-3/+3
* Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-17/+15
* - Fixed ZTS buildFelipe Pena2012-11-301-1/+1
* . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-206/+98
* Fix bug #63596: finally in generators segfaultsNikita Popov2012-11-241-0/+1
* Improved "finally" im[plementationDmitry Stogov2012-11-221-1/+0
* Fixed bug #63428 (The behavior of execute() changed)Xinchen Hui2012-11-041-0/+4
* Fixed bug #63132Nikita Popov2012-09-221-0/+57
* Fix two op_array -> function cast warningsNikita Popov2012-09-161-1/+1
* - fix build, declarations must be 1st in a contextgit checkout -f masterPierre Joye2012-09-051-3/+6
* Fixed bug #62991 (Segfault with generator and closure)Dmitry Stogov2012-09-051-0/+14
* Fix typosNikita Popov2012-08-291-3/+3
* Fix segfault when traversing a by-ref generator twiceNikita Popov2012-08-291-1/+7
* Make sure that exception is thrown on rewind() after closing tooNikita Popov2012-08-291-1/+1
* Fix several issues and allow rewind only at/before first yieldNikita Popov2012-08-251-10/+39
* Run finally if generator is closed before finishingNikita Popov2012-08-241-1/+34
* Disallow serialization and unserializationNikita Popov2012-08-201-6/+26
* Drop Generator::close() methodNikita Popov2012-08-201-30/+0
* Fix implementation of Iterator interfaceNikita Popov2012-07-261-1/+3
* Fix throwing of exceptions within a generatorNikita Popov2012-07-221-3/+9
* Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-3/+50
* Add support by yielding by-referenceNikita Popov2012-07-171-4/+4
* Disallow closing a generator during its executionNikita Popov2012-06-231-0/+13
* Pass zend_generator directly to Zend VMNikita Popov2012-06-231-49/+44
* Implement get_iteratorNikita Popov2012-06-231-0/+109
* Fix thread safe buildNikita Popov2012-06-201-2/+2
* Add sceleton for yield* expressionNikita Popov2012-06-191-2/+1
* Fix backtraces and func_get_args()Nikita Popov2012-06-091-3/+41
* Fix cloning of generator methodsNikita Popov2012-06-051-0/+4
* Properly handle yield during method callsNikita Popov2012-06-031-0/+8
* Improve backtraces from generatorsNikita Popov2012-06-031-0/+4