Overview
| Comment: | OFRunLoop: Tiny documentation improvement |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d4555b9c1af7a65ef9edcef784c8d761 |
| User & Date: | js on 2016-03-13 12:39:29 |
| Other Links: | manifest | tags |
Context
|
2016-03-13
| ||
| 13:16 | of_string_utf8_decode(): Check all surrogate bytes (check-in: a83b261f72 user: js tags: trunk) | |
| 12:39 | OFRunLoop: Tiny documentation improvement (check-in: d4555b9c1a user: js tags: trunk) | |
| 11:19 | Change of_string_utf8_decode() API (check-in: 5e2ef97c35 user: js tags: trunk) | |
Changes
Modified src/OFRunLoop.h from [aef9b14152] to [567e4b9a96].
| ︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + - + | #elif defined(OF_HAVE_THREADS) OFCondition *_condition; #endif volatile bool _stop; } /*! |
| ︙ |