Overview
| Comment: | Branch for 0.3. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | 0.3 |
| Files: | files | file ages | folders |
| SHA3-256: |
7c4399b41c32e8a60889ad0893fae2ff |
| User & Date: | js on 2010-04-30 14:16:11 |
| Other Links: | branch diff | manifest | tags |
Context
|
2010-04-30
| ||
| 21:50 | Remove warning about GNU libobjc in 0.3 branch. (check-in: ff7fcef6a2 user: js tags: 0.3) | |
| 14:16 | Branch for 0.3. (check-in: 7c4399b41c user: js tags: 0.3) | |
| 14:12 | Fix "make tarball" for new paths. (check-in: 6b4749adcc user: js tags: trunk) | |
Changes
Modified Info.plist from [f725cf10a8] to [039df37626].
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + - + | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>objfw</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> |
Modified configure.ac from [b88ff9afd8] to [25e64127c8].
| 1 2 3 4 5 6 7 8 | - + |
|
| ︙ |
Modified src/OFXMLElement.m from [d6b729bcd1] to [8ef4f9d493].
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | #include <assert.h> #include <stdlib.h> #include <string.h> #import "OFXMLElement.h" #import "OFString.h" |
| ︙ |
Modified src/OFXMLParser.m from [e53641c3ce] to [a0c5faabf6].
| ︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - - - - - - - - - - | #include "config.h" #include <string.h> #import "OFXMLParser.h" #import "OFString.h" |
| ︙ | |||
76 77 78 79 80 81 82 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | return nil; buf[i] = 0; return [OFString stringWithCString: buf length: i]; } |
| ︙ | |||
589 590 591 592 593 594 595 596 | 162 163 164 165 166 167 168 169 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | @throw [OFInvalidEncodingException newWithClass: isa]; [ret appendCStringWithoutUTF8Checking: string + last length: i - last]; return ret; } @end |
Modified tests/Makefile from [d78b55a6da] to [42c3ee0419].
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - - |
OFNumberTests.m \
OFObjectTests.m \
${OFPLUGINTESTS_M} \
OFStreamTests.m \
OFStringTests.m \
OFTCPSocketTests.m \
${OFTHREADTESTS_M} \
|
| ︙ |
Deleted tests/OFXMLElementTests.m version [a0a019906c].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted tests/OFXMLParserTests.m version [d66604b68c].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Modified tests/TestsAppDelegate.h from [7e0781c6ed] to [dfa6e07171].
| ︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 | - - - - - - - - | @interface TestsAppDelegate (OFTCPSocketTests) - (void)TCPSocketTests; @end @interface TestsAppDelegate (OFThreadTests) - (void)threadTests; @end |
Modified tests/TestsAppDelegate.m from [461a2d5844] to [6923a64125].
| ︙ | |||
86 87 88 89 90 91 92 | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | - - | [self listTests]; [self numberTests]; [self streamTests]; [self TCPSocketTests]; #ifdef OF_THREADS [self threadTests]; #endif |
Modified utils/objfw-config.in from [d92d8227a8] to [398daa9578].
| ︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + |
OBJC="@OBJC@"
OBJCFLAGS="@GNU_RUNTIME@ -fexceptions -fobjc-exceptions"
OBJCFLAGS="$OBJCFLAGS -fconstant-string-class=OFConstString"
OBJCFLAGS="$OBJCFLAGS @NO_CONST_CFSTRINGS@ @NO_WARN_UNUSED@ @ATOMIC_OBJCFLAGS@"
LDFLAGS=""
LDFLAGS_RPATH="@LDFLAGS_RPATH@"
LIBS="-L${libdir} -lobjfw @LIBS@"
|
| ︙ |