ObjFW  Diff

Differences From Artifact [6c4213fbc6]:

  • File PLATFORMS.md — part of check-in [5171307598] at 2013-07-15 00:10:31 on branch trunk — OFConstantString: _cStringLength -> unsigned int.

    This field is actually only an unsigned int and not a size_t.

    It never caused trouble on 64-bit little endian machines as padding was
    added and so the most significant 32 bits were just 0. However, on 64-bit
    big endian machines like SPARC64, the most significant 32 bit come
    first, and thus the 32 bit size would treated as the 32 bit most
    significant bits of a 64 bit value.

    This also adds OpenBSD 5.3/SPARC64 to PLATFORMS.md. (user: js, size: 2095) [annotate] [blame] [check-ins using]

To Artifact [c914b7a3a9]:


39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  * Compilers: GCC 4.2.1
  * Runtimes: Apple


Linux
-----

  * Architectures: ARM, m68k, PPC, x86, x86_64
  * Compilers: Clang 3.0-3.2, GCC 4.6.3, GCC 4.7.0 (prerelease), GCC 4.7.1
  * Runtimes: ObjFW


MacOS X
-------








|







39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  * Compilers: GCC 4.2.1
  * Runtimes: Apple


Linux
-----

  * Architectures: ARM, m68k, MIPS32, PPC, x86, x86_64
  * Compilers: Clang 3.0-3.2, GCC 4.6.3, GCC 4.7.0 (prerelease), GCC 4.7.1
  * Runtimes: ObjFW


MacOS X
-------