50 most recent check-ins related to "trunk" occurring on or after 2013-01-12 20:53:54.
More ↑
2013-02-17
| ||
10:14 | Remove -Wno-deprecated-objc-isa-usage. check-in: 2347371351 user: js tags: trunk | |
2013-02-14
| ||
02:08 | Fix two small documentation bugs. check-in: 5b1f9db652 user: js tags: trunk | |
02:07 | Add -Wdocumentation if supported by the compiler. check-in: fac2c8063e user: js tags: trunk | |
2013-02-13
| ||
23:10 | Don't cache the description of exceptions. check-in: d9ddc4d06e user: js tags: trunk | |
2013-02-12
| ||
19:59 | Add -Wno-objc-root-class to Xcode project. check-in: 8fb566e562 user: js tags: trunk | |
18:22 | Prefix all ivars with an underscore. check-in: e40729d406 user: js tags: trunk | |
18:14 | OFXMLElement: Retain + autorelease attributes. check-in: 40f7e8bd2e user: js tags: trunk | |
2013-02-10
| ||
16:36 | Add a warning about reimplementing -[isEqual:]. check-in: b807b66ccc user: js tags: trunk | |
2013-02-08
| ||
22:20 | OFURL: Improve -[description]. check-in: e164def279 user: js tags: trunk | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. check-in: 737a82e1a4 user: js tags: trunk | |
2013-01-28
| ||
22:48 | objfw-config: Add --static-libs. check-in: e7d0fb8ee1 user: js tags: trunk | |
22:40 | OFHTTPServer: Fix missing #import. check-in: fe4a1fb193 user: js tags: trunk | |
21:12 | JSON5: Update to new version of the spec. check-in: f59977a0aa user: js tags: trunk | |
20:55 | OFHTTPClientTests: Fix a Clang 3.3 warning. check-in: 5ce6d067f1 user: js tags: trunk | |
20:06 | Remove AI_ADDRCONFIG, as it's buggy in glibc. check-in: cdfe025f85 user: js tags: trunk | |
14:29 | TableGenerator: Process files on-the-fly. check-in: 4f8251772c user: js tags: trunk | |
2013-01-26
| ||
00:13 | Make OFHTTPRequestReply a stream. check-in: bdf9c4d96b user: js tags: trunk | |
2013-01-25
| ||
22:39 | Make -[OFStream setBlocking:] more robust. check-in: 436f274d65 user: js tags: trunk | |
2013-01-23
| ||
21:57 | TableGenerator: Don't depend on wget anymore. check-in: 7e2ee1bbf2 user: js tags: trunk | |
21:53 | autorelease.h: Add documentation. check-in: 13c5836ad2 user: js tags: trunk | |
21:52 | Never compare to @"", use length instead. check-in: ea4a43461c user: js tags: trunk | |
18:32 | extra.mk.in: Remove variables not used anymore. check-in: c7d7db5486 user: js tags: trunk | |
2013-01-22
| ||
02:31 | OFStream: Add property for writeBufferEnabled. check-in: b96b150ce3 user: js tags: trunk | |
2013-01-19
| ||
06:36 | OFMutableArray: Fix quicksort. check-in: 48f316733e user: js tags: trunk | |
02:44 | OFConstantString: Add missing methods. check-in: 35491549a6 user: js tags: trunk | |
01:41 | Two small fixes. check-in: a2a48d4d29 user: js tags: trunk | |
2013-01-17
| ||
23:15 | Documentation improvements. check-in: 50b5ac3b27 user: js tags: trunk | |
2013-01-16
| ||
14:31 | OFRunLoop: Make ivar "running" volatile. check-in: b96e676256 user: js tags: trunk | |
14:27 | OFString: Add -[getCString:maxLength:encoding:]. check-in: 7694d37135 user: js tags: trunk | |
2013-01-15
| ||
02:33 | -[OFString cStringWithEncoding:]: Add Windows-1252 check-in: 7a14ffd2cb user: js tags: trunk | |
02:11 | OFThread: Fix compilation without atomic ops. check-in: d0eb2ddd31 user: js tags: trunk | |
02:06 | Prevent importing atomic.h without atomic ops. check-in: a7c16ea8b3 user: js tags: trunk | |
01:49 | runtime.h: Add extern "C". check-in: 94b66c350d user: js tags: trunk | |
00:01 | -[OFString cStringWithEncoding:]: Add ISO 8859-15. check-in: 14a638f75e user: js tags: trunk | |
2013-01-14
| ||
23:57 | OFString: Add -[writeToFile:encoding:]. check-in: 18ad960654 user: js tags: trunk | |
23:56 | OFStream: Rename -[write*:usingEncoding:]. check-in: 5405bd5c5f user: js tags: trunk | |
23:22 | OFObject: Cosmetic changes. check-in: 6d438629e2 user: js tags: trunk | |
23:21 | OFHTTPServer: Always send Server and Date. check-in: 8472e9eade user: js tags: trunk | |
19:02 | Documentation improvements. check-in: 30ab311006 user: js tags: trunk | |
00:39 | OFArray: Add sorting with options. check-in: 188586881d user: js tags: trunk | |
2013-01-13
| ||
16:10 | PLATFORMS.md: Add Linux/m68k. check-in: 3d8fb22695 user: js tags: trunk | |
16:10 | exception.m: Handle empty class names. check-in: ebaf70c292 user: js tags: trunk | |
14:59 | Make it possible to stop run loops. check-in: 3c6ad38d92 user: js tags: trunk | |
13:07 | Add of_char{16,32}_t. check-in: 545b6f740e user: js tags: trunk | |
03:17 | OFBigDataArray: Always keep at least one page. check-in: 9c421b6ff0 user: js tags: trunk | |
02:44 | Documentation improvements. check-in: 2d33638be9 user: js tags: trunk | |
01:24 | OFFile: Make use of _wchmod on Windows. check-in: 06c0c98e78 user: js tags: trunk | |
01:19 | OFFile: Use _wrename() instead of MoveFileW(). check-in: 55d99d15e3 user: js tags: trunk | |
00:54 | OFTCPSocket: Define AI_* to 0 if missing. check-in: 5c6bc745b5 user: js tags: trunk | |
2013-01-12
| ||
20:53 | Clean up the feature #ifdef mess. check-in: b8ce2359f3 user: js tags: trunk | |