libs-base/Headers
2020-11-06 09:36:42 +00:00
..
Foundation Merge branch 'master' into nsurl-additions 2020-11-06 09:36:42 +00:00
GNUstepBase Change the behavior of ENTER_POOL/LEAVE_POOL so that it no longer wraps the enclosed section of code in a loop (this was causing errors when people used the macros inside loops which contained pre-existing break./continue/return statements). You should not break, continue, or return from such a block of code (to do so could leak an autorelease pool and give objects a longer lifetime than they ought to have. If you wish to leave the block of code early, you should ensure that doing so causes the autorelease pool outside the block to be released promptly (since that will implicitly release the pool created at the start of the block too). 2020-10-13 14:22:12 +01:00
ObjectiveC2/objc Update blocks_runtime.h 2017-11-19 00:16:20 +08:00