ObjFW  Diff

Differences From Artifact [86f10ebc8c]:

To Artifact [c7b973ddeb]:


20
21
22
23
24
25
26


27
28
29
30
31
32
33
 + OFLHAArchive now supports header level 3
 + OFLHAArchive now supports extracting -lhx-, -lz4- and -pm0- files
 * OFLHAArchive no longer defaults to ISO 8859-1
 + New class OFZooArchive for extracting and creating Zoo files
 * The schemes for archive IRI handlers have been renamed
 * The schemes for archive IRI handlers now look for the rightmost `!`,
   which allows for chaining with less quoting


 * Fixes getting non-existent xattrs in OFFileManager
 * Objects on Windows, MS-DOS and 32 bit Solaris now get properly aligned so
   that SIMD can be used on ivars
 * Fixes parsing of signed numbers in MessagePack
 * Fixes a memory leak in OFTarArchive
 + Adds support for typed extended file attributes (only on Haiku)
 + Adds support for extended file attributes on Haiku, NetBSD and FreeBSD







>
>







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 + OFLHAArchive now supports header level 3
 + OFLHAArchive now supports extracting -lhx-, -lz4- and -pm0- files
 * OFLHAArchive no longer defaults to ISO 8859-1
 + New class OFZooArchive for extracting and creating Zoo files
 * The schemes for archive IRI handlers have been renamed
 * The schemes for archive IRI handlers now look for the rightmost `!`,
   which allows for chaining with less quoting
 * Fixes -[OFMutableArray replaceObjectIdenticalTo:withObject:] being
   inconsistent with -[OFMutableArray replaceObject:withObject:].
 * Fixes getting non-existent xattrs in OFFileManager
 * Objects on Windows, MS-DOS and 32 bit Solaris now get properly aligned so
   that SIMD can be used on ivars
 * Fixes parsing of signed numbers in MessagePack
 * Fixes a memory leak in OFTarArchive
 + Adds support for typed extended file attributes (only on Haiku)
 + Adds support for extended file attributes on Haiku, NetBSD and FreeBSD