ObjFW  Diff

Differences From Artifact [84a97ee402]:

To 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]


65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  * Compilers: Clang 3.0, GCC 4.1.3 & 4.5.3
  * Runtimes: ObjFW


OpenBSD
-------

  * OS versions: 5.2
  * Architectures: PPC
  * Compilers: GCC 4.2.1
  * Runtimes: ObjFW


PlayStation Portable
--------------------








|
|







65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  * Compilers: Clang 3.0, GCC 4.1.3 & 4.5.3
  * Runtimes: ObjFW


OpenBSD
-------

  * OS versions: 5.2, 5.3
  * Architectures: PPC, SPARC64
  * Compilers: GCC 4.2.1
  * Runtimes: ObjFW


PlayStation Portable
--------------------