Differences From Artifact [a4eaab9bfc]:
- File src/OFSettings.h — part of check-in [b6ee372b98] at 2020-08-11 19:45:36 on branch trunk — OFString: Rework number parsing API This solves the old signed vs. unsigned problem and allows for more bases than just 8, 10 and 16, as well as auto-detection of the base (if base is 0). (user: js size: 6588) [more...]
To Artifact [2b0f62b88f]:
- File src/OFSettings.h — part of check-in [ef614a225d] at 2020-09-26 21:58:39 on branch trunk — Don't require __COUNTER__ for OF_RESERVE_IVARS __COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the newest compiler available for macOS 10.5. (user: js size: 6600)
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + |
* for a path, remove it and then set it with the new type.
*
* @brief A class for storing and retrieving settings
*/
@interface OFSettings: OFObject
{
OFString *_applicationName;
|
| ︙ |