ObjFW  Artifact Description [20796294ad]

Artifact 20796294ad4aa4901272616541969940e2e3754f458c6f8695c120d72e4da683:

  • File src/OFObject.h
    • 2008-10-08 23:15:26 — part of check-in [b597d49f43] on branch trunk — Multiple changes, see details.

      * OFObject getMem: renamd to getMemWithSize:.
      * OFString compare: renamed to compareTo:.
      * Exceptions don't throw itself anymore.
      * Exceptions include an error string now.
      * Exceptions now got raise and string.
      * New methods for OFFile:
      * changeModeOfFile:toMode:
      * changeOwnerOfFile:toOwner:andGroup:
      * delete:
      * link:to:
      * symlink:to:
      * OFFile isEndOfFile renamd to atEndOfFile
      * OFNotImplementedExeception newWithObject:andMethod renamed to
      newWithObject:andSelector:.
      * Tests updated accordingly.
      * TODO list added. (user: js, size: 671) [annotate] [blame] [check-ins using]

    • 2008-10-25 22:28:16 — part of check-in [061e654036] on branch trunk — Decided we don't want @"" anyway. Thus remove our own alloc.

      We don't need it anymore as there is no reason left to have our memory
      pool before the instance variables left. (user: js, size: 671) [annotate] [blame] [check-ins using]