Overview
| Comment: | Add handling of AmigaOS paths |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1c499f07284905f091328bb46e8c4d8e |
| User & Date: | js on 2018-04-15 12:51:13 |
| Other Links: | manifest | tags |
Context
|
2018-04-15
| ||
| 13:01 | OFValueTests: Make signedness of char explicit (check-in: 5edba36213 user: js tags: trunk) | |
| 12:51 | Add handling of AmigaOS paths (check-in: 1c499f0728 user: js tags: trunk) | |
|
2018-04-14
| ||
| 13:18 | configure: Check for _Unwind_SjLj_RaiseException (check-in: aff869a6f3 user: js tags: trunk) | |
Changes
Modified src/OFString+PathAdditions.m from [5661460aef] to [f88a76c9e5].
| ︙ | |||
17 18 19 20 21 22 23 24 25 26 | 17 18 19 20 21 22 23 24 25 26 27 28 | + + | #include "config.h" #import "platform.h" #if defined(OF_WINDOWS) || defined(OF_MSDOS) # import "OFString+PathAdditions_DOS.m" #elif defined(OF_AMIGAOS) # import "OFString+PathAdditions_AmigaOS.m" #else # import "OFString+PathAdditions_UNIX.m" #endif |
Added src/OFString+PathAdditions_AmigaOS.m version [d7d67ba75c].