Overview
Comment: | Remove remaining references to the Mercurial repo. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c2afa20a6259f749205412528f9ea1d2 |
User & Date: | js on 2012-03-20 11:26:24 |
Other Links: | manifest | tags |
Context
2012-03-20
| ||
11:27 | README.md: Don't use more than 72 columns. check-in: 6379dcf8c7 user: js tags: trunk | |
11:26 | Remove remaining references to the Mercurial repo. check-in: c2afa20a62 user: js tags: trunk | |
11:25 | README.md: Remove passage about not using Clang. check-in: 12a7ab001c user: js tags: trunk | |
Changes
Modified ChangeLog from [33d26b0e3e] to [92fa197ba9].
︙ | ︙ | |||
22 23 24 25 26 27 28 | * The blocks runtime is now working correctly. * Documentation fixes. * -framework works with objfw-compile now. + Support for QNX. * Various small fixes. ObjFW 0.5.2 -> ObjFW 0.5.3, 01.07.2011 | | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | * The blocks runtime is now working correctly. * Documentation fixes. * -framework works with objfw-compile now. + Support for QNX. * Various small fixes. ObjFW 0.5.2 -> ObjFW 0.5.3, 01.07.2011 * Lots of bugfixes, see Git log for details. ObjFW 0.5.1 -> ObjFW 0.5.2, 25.04.2011 * Fix double-retain in OFList. * Don't ignore the timeout in OFStreamObserver when using select(). * Do -[OFURL copy] in a try block to prevent a leak when an exception occurs. * Fix too big buffer in -[OFMutableString _applyTable:withSize:]. * Call madvise() on the correct length variable so it covers the whole string. |
︙ | ︙ |
Modified README.md from [263ecfa81d] to [df3bbfc15f].
︙ | ︙ | |||
12 13 14 15 16 17 18 | To install ObjFW, just run the following commands: $ ./configure $ make $ make install | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | To install ObjFW, just run the following commands: $ ./configure $ make $ make install In case you checked out ObjFW from the Git repository, you need to run the following command first: $ ./autogen.sh Building as a Mac OS X framework ================================ |
︙ | ︙ |