ObjFW  Check-in [a3cc34b139]

Overview
Comment:Rename libobjfw to ObjFW.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a3cc34b139c00fbe230b09228f6e0d08a41d6e71b48d73042c324359e0410214
User & Date: js on 2009-11-09 22:45:13
Other Links: manifest | tags
Context
2009-11-09
22:53
Remove tests from .xcodeproj as they don't make much sense there. check-in: 82d43735d7 user: js tags: trunk
22:45
Rename libobjfw to ObjFW. check-in: a3cc34b139 user: js tags: trunk
22:29
Rename all .c files to .m so we only need an OBJC and no CC. check-in: 04ef18b640 user: js tags: trunk
Changes

Modified ObjFW.xcodeproj/project.pbxproj from [65303f30bc] to [8af9b81914].    [diff]

Modified PLATFORMS from [8ed29d73ef] to [f740e9a650].    [diff]

Modified generators/TableGenerator.h from [e697d6dce6] to [28782a1119].    [diff]

Modified generators/TableGenerator.m from [55267c683a] to [a5d3d0949f].    [diff]

Modified generators/copyright.h from [bcace0fd16] to [99948bfa61].    [diff]

Modified generators/main.m from [6d44cafe2e] to [b95881268d].    [diff]

Modified src/OFArray.h from [d038bfa67f] to [85afc7a10e].    [diff]

Modified src/OFArray.m from [cf7588aa90] to [70a48a8714].    [diff]

Modified src/OFAutoreleasePool.h from [33de3af070] to [07ca47b0fe].    [diff]

Modified src/OFAutoreleasePool.m from [5130372aa2] to [c0583ef178].    [diff]

Modified src/OFConstString.h from [1e291d5edd] to [7c0af79c83].    [diff]

Modified src/OFConstString.m from [635f4f5681] to [3572d5dacd].    [diff]

Modified src/OFDataArray.h from [8f9b91e500] to [2b9722b935].    [diff]

Modified src/OFDataArray.m from [b0d6ba6983] to [7648ed9d0c].    [diff]

Modified src/OFDictionary.h from [27b0d8980d] to [5518d5ed5f].    [diff]

Modified src/OFDictionary.m from [bf06454e8f] to [331787d6d4].    [diff]

Modified src/OFExceptions.h from [ba9ff74cd7] to [06d4aa94e1].    [diff]

Modified src/OFExceptions.m from [e820bae759] to [a73fec2e41].    [diff]

Modified src/OFFile.h from [c01ec34601] to [bbac3bc2d4].    [diff]

Modified src/OFFile.m from [12d8e10088] to [9f7f9d7344].    [diff]

Modified src/OFHashes.h from [5648aee5dd] to [3d0d4ea8c8].    [diff]

Modified src/OFHashes.m from [322293e92b] to [09c2333d11].    [diff]

Modified src/OFIterator.h from [86392c7533] to [5f1cbb4f52].    [diff]

Modified src/OFIterator.m from [d7091488bd] to [fcb2573c11].    [diff]

Modified src/OFList.h from [677855ce18] to [4d2ba9daa2].    [diff]

Modified src/OFList.m from [4ef2950507] to [264d5fceca].    [diff]

Modified src/OFMacros.h from [266458e29f] to [bbd07aebab].    [diff]

Modified src/OFMutableArray.h from [f2b0483cd1] to [04909fe688].    [diff]

Modified src/OFMutableArray.m from [770ad5f2bb] to [1f2d4fefb4].    [diff]

Modified src/OFMutableDictionary.h from [21cc3f3819] to [f4d21099de].    [diff]

Modified src/OFMutableDictionary.m from [436bcef63e] to [5bfedf083e].    [diff]

Modified src/OFMutableString.h from [f2ca005cbe] to [cbc1131fbc].    [diff]

Modified src/OFMutableString.m from [858fa47b24] to [be87eedb20].    [diff]

Modified src/OFNumber.h from [63d31ab23c] to [2ef00800e8].    [diff]

Modified src/OFNumber.m from [1760655c76] to [d440c31735].    [diff]

Modified src/OFObject.h from [27f44708ae] to [916163ab90].    [diff]

Modified src/OFObject.m from [3718c4ff22] to [4c1f43e6bd].    [diff]

Modified src/OFPlugin.h from [707d5300db] to [b7d0983f2a].    [diff]

Modified src/OFPlugin.m from [7086c924a4] to [403317ec50].    [diff]

Modified src/OFSocket.h from [69355d01ce] to [3590220a29].    [diff]

Modified src/OFSocket.m from [ee6abc7e26] to [d65c17ca33].    [diff]

Modified src/OFStream.h from [a724d38486] to [f0bc557550].    [diff]

Modified src/OFStream.m from [d18abfb3eb] to [da1c9ea74b].    [diff]

Modified src/OFString.h from [72b442269e] to [d44d424d71].    [diff]

Modified src/OFString.m from [07267760cd] to [d81f7e695a].    [diff]

Modified src/OFTCPSocket.h from [cd27a12d0a] to [553ceb6fb7].    [diff]

Modified src/OFTCPSocket.m from [5c57ec1e56] to [37839d79ab].    [diff]

Modified src/OFThread.h from [a3c7f4a17c] to [6639eedccb].    [diff]

Modified src/OFThread.m from [6b5ac95014] to [a317ee9371].    [diff]

Modified src/OFURLEncoding.h from [860a731715] to [b6b6ff7f8a].    [diff]

Modified src/OFURLEncoding.m from [00bfbc007f] to [747bb8cf04].    [diff]

Modified src/OFXMLElement.h from [22e93175b7] to [4746e2975b].    [diff]

Modified src/OFXMLElement.m from [d918183a6a] to [a7741937ca].    [diff]

Modified src/OFXMLParser.h from [b1406f4155] to [d0bdc5b545].    [diff]

Modified src/OFXMLParser.m from [48540ae306] to [a671740547].    [diff]

Modified src/ObjFW.h from [115ac2d43e] to [02c23721b3].    [diff]

Modified src/asprintf.h from [ba698f9700] to [ded1b7d5c2].    [diff]

Modified src/asprintf.m from [163772d3d6] to [0749226706].    [diff]

Modified src/iso_8859_15.m from [2b889570b6] to [4c05bf7c02].    [diff]

Modified src/objc_sync.m from [441808ccaa] to [f34c1be170].    [diff]

Modified src/threading.h from [6c98cd6b3a] to [7b407a5ba1].    [diff]

Modified src/unicode.h from [87a6daf584] to [bdd2068f93].    [diff]

Modified src/unicode.m from [9c2840156c] to [aa31a6a79f].    [diff]

Modified src/windows_1252.m from [19092e9d65] to [43c5fb5787].    [diff]

Modified tests/array.m from [92fa8f95cf] to [fa2389e699].    [diff]

Modified tests/dataarray.m from [77af06eab3] to [15ada11ae3].    [diff]

Modified tests/dictionary.m from [bfcfbd3084] to [c71c03a3bd].    [diff]

Modified tests/hashes.m from [fbd0b08278] to [c5020ec5a5].    [diff]

Modified tests/list.m from [afc8552369] to [fe55bb3699].    [diff]

Modified tests/main.h from [e49868a57b] to [c731f9f0a9].    [diff]

Modified tests/main.m from [04713db63e] to [513215acfc].    [diff]

Modified tests/objc_sync/test.m from [3fffa6c9f2] to [53e6bbc1b9].    [diff]

Modified tests/object.m from [07d7a9fb2e] to [252192396d].    [diff]

Modified tests/plugin.m from [5dcc6a3b22] to [29d7d69c71].    [diff]

Modified tests/plugin/TestPlugin.h from [d8aeffa07b] to [1b0e4971e8].    [diff]

Modified tests/plugin/TestPlugin.m from [fb32100b38] to [268bf2ce8c].    [diff]

Modified tests/string.m from [093f48c183] to [e331bfd14a].    [diff]

Modified tests/tcpsocket.m from [d20d767138] to [1ff40bde1e].    [diff]

Modified tests/thread.m from [00764890e1] to [df11548239].    [diff]

Modified tests/xmlelement.m from [c815e882b3] to [35425fa806].    [diff]

Modified tests/xmlparser.m from [8f1d04dbb4] to [55a0425a5e].    [diff]