This website requires JavaScript.
Explore
Help
Sign in
gnustep
/
libs-base
Watch
0
Star
0
Fork
You've already forked libs-base
0
mirror of
https://github.com/gnustep/libs-base.git
synced
2025-05-29 16:01:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5dbd0a7da5
libs-base
/
Headers
History
Download ZIP
Download TAR.GZ
rfm
17af685b1a
Merge branch 'master' into nsurl-additions
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