ObjFW  Artifact Description [7a27c4516e]

Artifact 7a27c4516efc1a3f8bedd08bcb213814b2720638cacf38925ee7c503a7693146:

  • File utils/OFZIP.m
    • 2013-11-23 02:07:15 — part of check-in [6e61a3dc0e] on branch trunk — OFZIP: Fix type mismatch. (user: js, size: 7634) [annotate] [blame] [check-ins using]
    • 2013-11-24 17:28:31 — part of check-in [4b56450a24] on branch trunk — of_asprintf: Change %k to %C and %K to %S.

      This reverts 2943b43. It turned out that using %C and %S is possible,
      even when mixing code with Cocoa code, as it is possible to introduce
      __attribute__((format(__OFString__, ...))) to Clang which just handles
      %C and %S as being of_unichar_t instead of unichar like they are handled
      for __attribute__((format(__NSString__, ...))).

      The Clang patch for __attribute__((format(__OFString__, ...))) has been
      submitted, but is not upstream yet, thus the changes for that are not
      being committed yet. (user: js, size: 7634) [annotate] [blame] [check-ins using]