10 descendants and 10 ancestors of 30cdebfa2af158e6d3036caa82879094d54d06ff90e4bdc7cdc15b721e04434c
|
2011-07-09
| ||
| 22:03 | OFDate: Fix wrong format specifier for microseconds. (check-in: 75dde25734 user: js tags: trunk) | |
| 21:58 | Only add -fgnu89-inline if it doesn't generate a warning. (check-in: 4f8cf7e3ec user: js tags: trunk) | |
| 14:45 | Cache the length of a string. (check-in: 36e8a94f34 user: js tags: trunk) | |
| 14:34 | Use OFDataArray instead of OFMutableString for cache in OFXMLParser. (check-in: bbe98ea6c2 user: js tags: trunk) | |
| 13:33 | Get rid of -[appendCStringWithoutUTF8Checking:] in base64.m. (check-in: 56c98bf847 user: js tags: trunk) | |
| 13:29 | OFString+XMLUnescaping: Get rid of -[appendCStringWithoutUTF8Checking:]. (check-in: 898c2a781b user: js tags: trunk) | |
| 13:15 | Use OFDataArray instead of OFMutableString in OFXMLElement. (check-in: a2c6391204 user: js tags: trunk) | |
| 12:04 | Optimize +[stringWithPath:]. (check-in: 1c65e229e8 user: js tags: trunk) | |
| 03:10 | Emphasize that -[readNBytes:intoBuffer:] reads at most n bytes. (check-in: e1285e3ba9 user: js tags: trunk) | |
| 00:00 | Check for more invalid UTF-8 byte sequences. (check-in: 51dff30395 user: js tags: trunk) | |
|
2011-07-08
| ||
| 21:26 | Adjust TableGenerator to (not so) recent style changes. (check-in: 30cdebfa2a user: js tags: trunk) | |
| 21:08 | Optimize +[stringWithString:] and -[appendString:]. (check-in: e250800382 user: js tags: trunk) | |
| 20:13 | Rename -[deleteLeadingAndTrailingWhitespaces]. (check-in: 7c66260ead user: js tags: trunk) | |
| 20:07 | Rename OF_PATH_DELIM to OF_PATH_DELIMITER. (check-in: 7d9efc3924 user: js tags: trunk) | |
| 19:58 | Fix wrong calculated cStringLength in +[stringWithUTF16String:]. (check-in: 2fca00b926 user: js tags: trunk) | |
| 19:50 |
Add -std=gnu99 to OBJCFLAGS in objfw-config. This is required now as we use restrict. (check-in: ce742708e6 user: js tags: trunk) | |
| 19:15 | Rename ivars in OFString struct to prevent prospective name conflicts. (check-in: 3ffa55524a user: js tags: trunk) | |
| 15:34 | Don't kill the old string in -[setToCString:] due to invalid encoding. (check-in: 348ac73b77 user: js tags: trunk) | |
| 15:29 | Make it possible to add more ivars to OFConstantString. (check-in: 0b846bcc4a user: js tags: trunk) | |
|
2011-07-07
| ||
| 23:19 | Fix missing character check in +[stringWithUTF16String:]. (check-in: f6c05b68cf user: js tags: trunk) | |
| 18:07 | -framework has to be before -f* in objfw-compile. (check-in: 4c36c01ae3 user: js tags: trunk) | |