50 descendants of 0964e7d6871113e4
2013-11-30
| ||
19:53 | OFObject: Make _isa private. check-in: cb6a61527a user: js tags: trunk | |
19:53 | OFThread.m: Move #ifdefs. check-in: bd2389b6b8 user: js tags: trunk | |
2013-11-26
| ||
10:25 | runtime: Free runtime created selectors at exit. check-in: 0ede45ce93 user: js tags: trunk | |
2013-11-24
| ||
19:21 | OFZIPArchive: Fix a few type mismatches. check-in: f4da2cffa9 user: js tags: trunk | |
18:57 | OFString.h: Revert something that slipped in. check-in: 8486e8c42a user: js tags: trunk | |
18:49 | README.md: Fix a typo. check-in: d6488889fe user: js tags: trunk | |
17:28 | of_asprintf: Change %k to %C and %K to %S. check-in: 4b56450a24 user: js tags: trunk | |
2013-11-23
| ||
17:48 | of_asprintf: Add %K format specifier. check-in: 945ff1043d user: js tags: trunk | |
17:28 | OF(Mutable)String_UTF8: Code simplification. check-in: f177032b43 user: js tags: trunk | |
03:24 | of_asprintf: Change %C to %k. check-in: 5eada9f7b0 user: js tags: trunk | |
03:02 | of_asprintf: Don't accept length modifiers for %@. check-in: 0232e0c975 user: js tags: trunk | |
02:07 | OFZIP: Fix type mismatch. check-in: 6e61a3dc0e user: js tags: trunk | |
01:38 | Add OF_ROOT_CLASS. check-in: 48df0f966f user: js tags: trunk | |
01:27 | Add OF_UNRECOGNIZED_SELECTOR. check-in: 6e19bd47ee user: js tags: trunk | |
01:14 | Add OF_REQUIRES_SUPER. check-in: 3ab5dace83 user: js tags: trunk | |
01:12 | Add OF_INVALID_INIT_METHOD. check-in: 35dafd5c57 user: js tags: trunk | |
2013-11-22
| ||
23:27 | make tarball: Make doxygen less verbose. check-in: 430a2dac04 user: js tags: trunk | |
23:24 | runtime: Add support for non-fragile ivars. check-in: 3780f1462e user: js tags: trunk | |
23:23 | exception.m: Handle class name @id. check-in: 9b9b00c5d9 user: js tags: trunk | |
19:27 | of_asprintf: Add %C format specifier. check-in: e803913a9d user: js tags: trunk | |
18:23 | of_asprintf.m: Fix coding style. check-in: 619cced011 user: js tags: trunk | |
2013-11-20
| ||
22:06 | Make exception properties atomic. check-in: 85e8ccc3a5 user: js tags: trunk | |
20:47 | OFZIP: Explain override options. check-in: f026fdfacf user: js tags: trunk | |
20:20 | .gitignore: Add versioned .so files. check-in: 5a0b8a0cb1 user: js tags: trunk | |
2013-11-18
| ||
15:23 | OFZIP: Write files in binary mode. check-in: f6889355ee user: js tags: trunk | |
15:14 | OFZIP: Fix help not being shown. check-in: e851d0f1dd user: js tags: trunk | |
14:49 | OFZIP: Add list mode. check-in: 65730f62c5 user: js tags: trunk | |
14:31 | OFZIP: Add -f and -n option. check-in: d72f7f23e2 user: js tags: trunk | |
14:10 | OFZIP: Add missing copyright. check-in: 4504d34415 user: js tags: trunk | |
14:09 | OFZIP: Allow extracting single files. check-in: 2bd117c218 user: js tags: trunk | |
2013-11-10
| ||
00:35 | objfw-unzip -> ofzip check-in: ab0be1f3f9 user: js tags: trunk | |
2013-11-09
| ||
19:22 | Add OFOptionsParser. check-in: 4521cb6dbc user: js tags: trunk | |
2013-11-06
| ||
22:40 | objfw-unzip: Link with ${LDFLAGS_RPATH}. check-in: 04e7ac480f user: js tags: trunk | |
22:35 | Make a few implicit casts explicit. check-in: 62d1b84b30 user: js tags: trunk | |
21:11 | objfw-unzip: Add "never override" mode. check-in: 64f72315cd user: js tags: trunk | |
20:58 | OFZIPArchive: Do not sort -[entries]. check-in: be628bbb84 user: js tags: trunk | |
20:29 | Add OFDeflate64Stream. check-in: 7aef43d648 user: js tags: trunk | |
11:36 | OFZIPArchive: Add support for ZIP64. check-in: 7d11e6e4e6 user: js tags: trunk | |
2013-10-30
| ||
17:06 | OFZIPArchive: Return entries in a sorted array. check-in: 95f6035588 user: js tags: trunk | |
00:09 | OFStringTests: Fix a path test on Win32. check-in: 7561b9244e user: js tags: trunk | |
2013-10-29
| ||
23:46 | Clean up OF_ENSURE() vs. assert() a little. check-in: a427cfc86a user: js tags: trunk | |
23:37 | OFDeflateStream: Get rid of stupid GCC warnings. check-in: 2b11bca0d1 user: js tags: trunk | |
22:56 | OFDeflateStream: Fix reading uncompressed header. check-in: d1293b647a user: js tags: trunk | |
22:15 | OFDeflateStream: Fix tree construction. check-in: aee3bc12f7 user: js tags: trunk | |
18:00 | OFZIPArchive: Only check lower byte of minVersion. check-in: 1ce5d53f93 user: js tags: trunk | |
10:09 | OFDeflateStream: Minor improvements. check-in: f91dbd8975 user: js tags: trunk | |
09:55 | OFZIPArchiveEntry: More elaborate -[description]. check-in: 7d10ec24b0 user: js tags: trunk | |
09:55 | PLATFORMS.md: Add x86_64 to OpenBSD, 10.9 to OS X. check-in: c45bc07d2d user: js tags: trunk | |
09:37 | Add a missing (instancetype). check-in: 52efbc4b8f user: js tags: trunk | |
2013-10-28
| ||
15:18 | Update Xcode project to 5.0. check-in: ed3a954968 user: js tags: trunk | |
2013-10-20
| ||
11:30 | Add objfw-unzip. check-in: 0964e7d687 user: js tags: trunk | |