All releases tagged bugfix


Release Notes: The blocks runtime is now working correctly. Documentation fixes. -framework works with objfw-compile now. Support for QNX. Various small fixes.


Release Notes: Lots of bugs were fixed.


Release Notes: A workaround was made for a wrong warning produced by Apple GCC 4.0.1. This warning would cause the build to fail due to -Werror. objc_thread_{add,remove} is called when using the GNU runtime to make sure the runtime knows about the thread. A thread is detached before restarting if it was never joined. The old return value is released when restarting a thread.


Release Notes: A typographical error in OFMutableDictionary that prevented termination in case the last bucket is already used when the dictionary is resized was fixed. The mutations pointer is now correctly initialized in enumerators for immutable collections. The objc_sync test was still using the old threads API and was updated to use the new one now. PLATFORMS has been updated to be more specific.


Release Notes: A bug in OFNumber was fixed. The documentation was improved a lot.


Release Notes: This release fixes a bug in OFMutableArray's -[removeObject:] and -[removeObjectIdenticalTo:] that could lead to not removing all occurrences of the object from the array and to out-of-bounds reads. It changes the URL in the framework plist to the homepage.
A command line tool to output your database schema and data in diff-able form.