ObjFW  History of src/OFConstantString.h of f25b2c9e914c6f26

History of the file that is called src/OFConstantString.h at check-in f25b2c9e914c6f26

2024-04-03
02:16
[db51ac0cae] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1294) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[74ef5585d2] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1086) [annotate] [blame] [check-ins using] [diff]
2023-08-05
09:04
[7b32d663ec] part of check-in [14c70763b0] Remove hacks in headers for C compatibility

A better approach would probably be to have a separate header which
makes some classes available to pure C. (check-in: [14c70763b0] user: js, branch: trunk, size: 1086) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[bf7c0894b9] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1189) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[4428a8bf71] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1189) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[124a12b796] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1189) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[00399dbd51] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 1278) [annotate] [blame] [check-ins using] [diff]
2020-04-11
19:31
[b16809eb56] part of check-in [6e7e19252b] Make OFObject.h and OFString.h C-safe (check-in: [6e7e19252b] user: js, branch: trunk, size: 1278) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[a28a2410f5] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1175) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[c489056f79] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. (check-in: [496695d778] user: js, branch: trunk, size: 1172) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[1c96b5dc8b] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1146) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[1af61fc5d1] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1140) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[0d67051bdb] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 1117) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[c56d05cdc3] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 1111) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[ab4546c924] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 1107) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[b952a6d48c] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1059) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[2e417ce284] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 1053) [annotate] [blame] [check-ins using] [diff]
00:22
[0a749d86f9] part of check-in [f9d12201f8] Move around a few defines to be more consistent (check-in: [f9d12201f8] user: js, branch: trunk, size: 979) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[ac483547b6] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 978) [annotate] [blame] [check-ins using] [diff]
2013-07-15
00:10
[afd472834a] part of check-in [5171307598] OFConstantString: _cStringLength -> unsigned int.

This field is actually only an unsigned int and not a size_t.

It never caused trouble on 64-bit little endian machines as padding was
added and so the most significant 32 bits were just 0. However, on 64-bit
big endian machines like SPARC64, the most significant 32 bit come
first, and thus the 32 bit size would treated as the 32 bit most
significant bits of a 64 bit value.

This also adds OpenBSD 5.3/SPARC64 to PLATFORMS.md. (check-in: [5171307598] user: js, branch: trunk, size: 972) [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
[6b6b3d5b5b] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 966) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[a4e3964c53] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 964) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[592b0ead45] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 958) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[faa3808289] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 958) [annotate] [blame] [check-ins using] [diff]
2012-01-04
23:30
[5cbd30ca48] part of check-in [41fbb8c0a8] Work around objc_setFutureClass suddenly not working anymore on i386. (check-in: [41fbb8c0a8] user: js, branch: trunk, size: 952) [annotate] [blame] [check-ins using] [diff]
2011-11-20
18:41
[854ec046f1] part of check-in [301ee63212] Make OFString a class cluster.

It is a class cluster now, but there is still much to improve. (check-in: [301ee63212] user: js, branch: trunk, size: 881) [annotate] [blame] [check-ins using] [diff]

2011-07-29
21:34
[1d794f6b42] part of check-in [2caeadf65a] OFConstantString: -[completeInitialization] -> -[finishInitialization]. (check-in: [2caeadf65a] user: js, branch: trunk, size: 1060) [annotate] [blame] [check-ins using] [diff]
2011-07-08
15:29
[1c0a70b9ab] part of check-in [0b846bcc4a] Make it possible to add more ivars to OFConstantString. (check-in: [0b846bcc4a] user: js, branch: trunk, size: 1063) [annotate] [blame] [check-ins using] [diff]
2011-02-01
22:11
[90fda79f41] part of check-in [03d1b71d10] Use extern "C" where useful.
Improves ObjC++ compatibility.
(check-in: [03d1b71d10] user: js, branch: trunk, size: 838) [annotate] [blame] [check-ins using] [diff]
2011-01-30
12:00
[a1a961b40a] part of check-in [be0af07922] {} is not required for doxygen anymore. (check-in: [be0af07922] user: js, branch: trunk, size: 769) [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
[f48771824d] part of check-in [da6b3d26cb] Change license. (check-in: [da6b3d26cb] user: js, branch: trunk, size: 772) [annotate] [blame] [check-ins using] [diff]
2010-09-16
00:08
Added: [5a76a73ac7] part of check-in [68ef210228] Rename OFConstString to OFConstantString. (check-in: [68ef210228] user: js, branch: trunk, size: 516) [annotate] [blame] [check-ins using]