ObjFW  Check-in [94ea6848a8]

Overview
Comment:Always use #include "config.h" instead of #import "config.h".
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 94ea6848a815dac44f6419b839eaf83f436aae87706b46a770190e7798770d20
User & Date: js on 2009-05-24 18:04:09
Other Links: manifest | tags
Context
2009-05-24
19:31
Implement objc_sync_enter and objc_sync_exit if they're missing. check-in: de63989ad8 user: js tags: trunk
18:04
Always use #include "config.h" instead of #import "config.h". check-in: 94ea6848a8 user: js tags: trunk
10:51
Get rid of one @try-block in OFString. check-in: 64450cd780 user: js tags: trunk
Changes

Modified src/OFArray.m from [c29a774dc8] to [7d64d3ae66].    [diff]

Modified src/OFAutoreleasePool.m from [bd25c897fc] to [8e1c79e9ad].    [diff]

Modified src/OFConstString.m from [0526475295] to [3c89cd8ab2].    [diff]

Modified src/OFDataArray.m from [2a4bfcc919] to [6943671a33].    [diff]

Modified src/OFDictionary.m from [232cbc945d] to [84358f6373].    [diff]

Modified src/OFExceptions.m from [20bafd7554] to [f7281a04f1].    [diff]

Modified src/OFFile.m from [c917d0f228] to [2ae784c3e4].    [diff]

Modified src/OFHashes.m from [2b757a1f65] to [e2ceddf0a6].    [diff]

Modified src/OFIterator.m from [229d642bf2] to [d4a26c57c8].    [diff]

Modified src/OFList.m from [a7621f2b8f] to [d9bae66e58].    [diff]

Modified src/OFMutableArray.m from [b43784b0eb] to [a53f1d9b2e].    [diff]

Modified src/OFMutableDictionary.m from [da30bcc8d4] to [b1c46110e9].    [diff]

Modified src/OFMutableString.m from [0d6ff799d4] to [7aa9b82d5b].    [diff]

Modified src/OFNumber.m from [d4f0e2b26d] to [0c2ce3eafa].    [diff]

Modified src/OFObject.m from [8454e38c50] to [b3df5176b4].    [diff]

Modified src/OFPlugin.m from [6ef03d99d0] to [78e8296fc9].    [diff]

Modified src/OFSocket.m from [ae3a81111f] to [17814ea548].    [diff]

Modified src/OFStream.m from [86513faaa0] to [1ada4c447c].    [diff]

Modified src/OFString.m from [af05f4b76b] to [27bf821a65].    [diff]

Modified src/OFTCPSocket.m from [0f5f259ee4] to [aef6c3578a].    [diff]

Modified src/OFThread.m from [28fabc1d44] to [acf9e5847a].    [diff]

Modified src/OFURLEncoding.m from [b328b08de7] to [6ffc687158].    [diff]

Modified src/OFXMLFactory.m from [47b9222801] to [17553b85c5].    [diff]

Modified tests/OFArray/OFArray.m from [26a02ce961] to [0b105e4c04].    [diff]

Modified tests/OFAutoreleasePool/OFAutoreleasePool.m from [0efd8e9184] to [84adeb2e2f].    [diff]

Modified tests/OFDataArray/OFDataArray.m from [ec34977a16] to [1d94987f01].    [diff]

Modified tests/OFDictionary/OFDictionary.m from [1070e23922] to [a32035138d].    [diff]

Modified tests/OFHashes/OFHashes.m from [4ae6911129] to [39ae9d5ac9].    [diff]

Modified tests/OFList/OFList.m from [7639c23356] to [0660a22302].    [diff]

Modified tests/OFObject/OFObject.m from [80756659a6] to [68866f4346].    [diff]

Modified tests/OFPlugin/OFPlugin.m from [dfdf5ba72e] to [3eae049364].    [diff]

Modified tests/OFPlugin/TestPlugin/Makefile from [d31b78c0af] to [c1526b4efb].    [diff]

Modified tests/OFPlugin/TestPlugin/TestPlugin.m from [d0407bc1f1] to [be892b1df1].    [diff]

Modified tests/OFString/OFString.m from [41d0f6db68] to [3c5eadaa9e].    [diff]

Modified tests/OFTCPSocket/OFTCPSocket.m from [6730a65c28] to [7176d08840].    [diff]

Modified tests/OFThread/OFThread.m from [970ee61a34] to [ba2cf4a280].    [diff]

Modified tests/OFXMLFactory/OFXMLFactory.m from [e9037d3428] to [41ee224475].    [diff]