ObjFW  History of src/OFConstString.h of b190519866c3d6b3

History of the file that is called src/OFConstString.h at check-in b190519866c3d6b3

2010-09-16
00:08
Deleted: Rename OFConstString to OFConstantString. check-in: [68ef210228] user: js, branch: trunk, size: 0
2010-02-19
16:36
Update copyright. file: [2d731ff292] check-in: [42886185fd] user: js, branch: trunk, size: 510 [annotate] [blame] [check-ins using] [diff]
2010-02-11
14:58
Documentation improvements. file: [68ea1dca07] check-in: [72caeab860] user: js, branch: trunk, size: 510 [annotate] [blame] [check-ins using] [diff]
2009-12-23
22:30
Documentation improvements. file: [1fa39e7915] check-in: [19ac0520ae] user: js, branch: trunk, size: 502 [annotate] [blame] [check-ins using] [diff]
2009-12-01
13:35
Better checking which runtime we use. file: [250582e910] check-in: [240b72cd71] user: js, branch: trunk, size: 500 [annotate] [blame] [check-ins using] [diff]
2009-11-09
22:45
Rename libobjfw to ObjFW. file: [7c0af79c83] check-in: [a3cc34b139] user: js, branch: trunk, size: 529 [annotate] [blame] [check-ins using] [diff]
2009-05-04
14:19
Make OFString a common class for all strings. file: [1e291d5edd] check-in: [372211deb7] user: js, branch: trunk, size: 532 [annotate] [blame] [check-ins using] [diff]
2009-04-15
20:31
Workaround for wrong length of OFConstStrings on PPC64 OS X.
Apple does a strange thing there: The length is only 32 bit, followed
by another 32 bit which seem to be garbage.
file: [b313df5022] check-in: [9b3e9e6895] user: js, branch: trunk, size: 1018 [annotate] [blame] [check-ins using] [diff]
2009-04-12
14:51
Get rid of the dependency on Object.

This allows libobjfw to run on ObjC2-only runtimes like the one on the
iPhone. However, it's still relying on objc_msgSendv for plugins, which
is unavailable in ObjC2-only runtimes, thus OFPlugins are unavailable
on the iPhone until I write a replacement for objc_msgSendv. file: [d9f2f102aa] check-in: [cbdd534337] user: js, branch: trunk, size: 913 [annotate] [blame] [check-ins using] [diff]

2009-04-10
01:40
Forgot to remove old workaround for a warning in OFConstString.h. file: [5ebc134608] check-in: [26a6fdf806] user: js, branch: trunk, size: 915 [annotate] [blame] [check-ins using] [diff]
2009-03-15
13:46
Added: Preliminary OFConstString implementation and support for @"" literals. file: [e717b6350a] check-in: [2ff44fe8d7] user: js, branch: trunk, size: 1050 [annotate] [blame] [check-ins using]
2008-10-05
19:20
Deleted: Reworked String API. check-in: [cf85bee74f] user: js, branch: trunk, size: 0
2008-09-15
10:23
Add compare: for strings. file: [8a959a6c98] check-in: [24ce530f56] user: js, branch: trunk, size: 551 [annotate] [blame] [check-ins using] [diff]
2008-09-14
15:29
Coding style. file: [f6b02d3f44] check-in: [778be56179] user: js, branch: trunk, size: 514 [annotate] [blame] [check-ins using] [diff]
2008-09-12
18:26
Added: Add OFConstString. file: [d944b1298b] check-in: [a566e7bb03] user: js, branch: trunk, size: 535 [annotate] [blame] [check-ins using]