ObjFW  Check-in [7d7b89d775]

Overview
Comment:Remove spaces and tabs at end of line.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7d7b89d7752b3766871f40b903a88006e5088991b5811df81792992b6904d5a0
User & Date: js on 2008-12-23 03:59:27
Other Links: manifest | tags
Context
2008-12-23
13:42
Make it possible to build only a static library.
This way, it works on Windows.
check-in: d8736e1aa3 user: js tags: trunk
03:59
Remove spaces and tabs at end of line. check-in: 7d7b89d775 user: js tags: trunk
02:10
Check for sys/mman.h before trying to use madvise. check-in: 14ebaa7ca1 user: js tags: trunk
Changes

Modified src/OFArray.h from [2a9748db76] to [0520fcd930].

whitespace changes only

Modified src/OFExceptions.h from [e908641783] to [f3d6211985].

308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
 * \return An error message for the exception as a C string.
 */
- (const char*)cString;
@end

/**
 * An OFException indicating an attempt to connect or bind an already connected
 * or bound socket 
 */
@interface OFAlreadyConnectedException: OFException {}
/**
 * \return An error message for the exception as a C string.
 */
- (const char*)cString;
@end







|







308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
 * \return An error message for the exception as a C string.
 */
- (const char*)cString;
@end

/**
 * An OFException indicating an attempt to connect or bind an already connected
 * or bound socket.
 */
@interface OFAlreadyConnectedException: OFException {}
/**
 * \return An error message for the exception as a C string.
 */
- (const char*)cString;
@end

Modified src/OFExceptions.m from [7e98f0feae] to [8d853c6d4e].

whitespace changes only

Modified src/OFFile.m from [ade2f827ca] to [d2aa51b6f7].

whitespace changes only

Modified src/OFHashes.h from [e8ac1f901b] to [3a54f34787].

whitespace changes only

Modified src/OFObject.m from [6f88f8ea70] to [59a115d6f5].

whitespace changes only

Modified src/OFString.h from [e46bf07ec6] to [eb7e2198d6].

whitespace changes only

Modified src/OFString.m from [845a3454e0] to [37b9bc8f4c].

whitespace changes only

Modified src/OFTCPSocket.m from [7656e7376a] to [03aa5d92f4].

whitespace changes only

Modified src/OFXMLFactory.m from [c933d562df] to [95cdbcf61d].

whitespace changes only

Modified tests/OFList/OFList.m from [f9365c3c47] to [c9c2390a0d].

whitespace changes only

Modified tests/OFObject/OFObject.m from [63219e8b9b] to [080970b224].

whitespace changes only

Modified tests/OFTCPSocket/OFTCPSocket.m from [2ff21729c6] to [f183df46e9].

whitespace changes only