History of the file that is called src/OFConstString.m at check-in dbded176ee831f8a
|
2010-09-16
| ||
| 00:08 | Deleted: Rename OFConstString to OFConstantString. (check-in: [68ef210228] user: js, branch: trunk, size: 0) | |
|
2010-09-06
| ||
| 14:52 | [6da12923e2] part of check-in [490cbb8e60] Add a blocks runtime. (check-in: [490cbb8e60] user: js, branch: trunk, size: 2996) [annotate] [blame] [check-ins using] [diff] | |
|
2010-04-17
| ||
| 15:46 | [948949780e] part of check-in [062a052b50] Don't return self where not necessary, return void or something useful. (check-in: [062a052b50] user: js, branch: trunk, size: 2995) [annotate] [blame] [check-ins using] [diff] | |
|
2010-02-19
| ||
| 16:36 | [c022cc131e] part of check-in [42886185fd] Update copyright. (check-in: [42886185fd] user: js, branch: trunk, size: 2983) [annotate] [blame] [check-ins using] [diff] | |
|
2010-01-29
| ||
| 15:21 | [d39251187d] part of check-in [b725e983ae] Make retain count int32_t. (check-in: [b725e983ae] user: js, branch: trunk, size: 2985) [annotate] [blame] [check-ins using] [diff] | |
|
2010-01-25
| ||
| 15:22 | [69a22d8f6f] part of check-in [831ebcd4f5] Make retain counter 32 bit due to atomic ops being 32 bit. (check-in: [831ebcd4f5] user: js, branch: trunk, size: 2987) [annotate] [blame] [check-ins using] [diff] | |
|
2009-12-23
| ||
| 22:30 | [d9b21f0f8e] part of check-in [19ac0520ae] Documentation improvements. (check-in: [19ac0520ae] user: js, branch: trunk, size: 2983) [annotate] [blame] [check-ins using] [diff] | |
|
2009-12-01
| ||
| 13:35 | [884dfeb01d] part of check-in [240b72cd71] Better checking which runtime we use. (check-in: [240b72cd71] user: js, branch: trunk, size: 2981) [annotate] [blame] [check-ins using] [diff] | |
|
2009-11-09
| ||
| 22:45 | [3572d5dacd] part of check-in [a3cc34b139] Rename libobjfw to ObjFW. (check-in: [a3cc34b139] user: js, branch: trunk, size: 2961) [annotate] [blame] [check-ins using] [diff] | |
|
2009-07-19
| ||
| 18:14 | [635f4f5681] part of check-in [8216fb9343] Add support for C strings encoded in ISO 8859-1. (check-in: [8216fb9343] user: js, branch: trunk, size: 2964) [annotate] [blame] [check-ins using] [diff] | |
| 16:01 | [8dadde45bc] part of check-in [42e16978dc] Prevent calling -[init] if parameters are required. (check-in: [42e16978dc] user: js, branch: trunk, size: 2603) [annotate] [blame] [check-ins using] [diff] | |
| 14:05 | [d8470a1fff] part of check-in [4eae61a78f] Rename andFoo: to foo: in all methods. (check-in: [4eae61a78f] user: js, branch: trunk, size: 1746) [annotate] [blame] [check-ins using] [diff] | |
|
2009-07-16
| ||
| 23:59 | [a4f5d62ca5] part of check-in [9bcba32807] OFConstString: Throw OFNotImplementedException for unavailable methods. (check-in: [9bcba32807] user: js, branch: trunk, size: 1746) [annotate] [blame] [check-ins using] [diff] | |
|
2009-06-06
| ||
| 14:10 | [385eb440a2] part of check-in [f285996b91] Add OFFile singletons for stdin, stdout and stderr. (check-in: [f285996b91] user: js, branch: trunk, size: 885) [annotate] [blame] [check-ins using] [diff] | |
|
2009-06-02
| ||
| 17:21 | [be48d08a96] part of check-in [4c343b7841] Take care of the root metaclass's super being the root class. (check-in: [4c343b7841] user: js, branch: trunk, size: 708) [annotate] [blame] [check-ins using] [diff] | |
|
2009-05-24
| ||
| 18:04 | [3c89cd8ab2] part of check-in [94ea6848a8] Always use #include "config.h" instead of #import "config.h". (check-in: [94ea6848a8] user: js, branch: trunk, size: 701) [annotate] [blame] [check-ins using] [diff] | |
|
2009-05-13
| ||
| 20:39 |
[0526475295]
part of check-in [6d589825cd]
Let - release return void again.
If you want to know if it will be released, you can just get the retain | |
|
2009-05-05
| ||
| 12:05 |
[1f3962463d]
part of check-in [2a4aa05a84]
Rename OFArray to OFDataArray and add a new OFArray which stores objects. Additionally, change OFAutoreleasePool to use the new OFArray. And while at it, change #import <config.h> in some files to | |
|
2009-05-04
| ||
| 14:19 | [382b8cbac7] part of check-in [372211deb7] Make OFString a common class for all strings. (check-in: [372211deb7] user: js, branch: trunk, size: 708) [annotate] [blame] [check-ins using] [diff] | |
|
2009-04-19
| ||
| 20:34 |
[4dca2f32e1]
part of check-in [139591afe1]
Use isa instead of [self class].
Since we don't use Object anymore and define isa in OFObject, we can | |
| 20:19 |
[34a543db8a]
part of check-in [348b389736]
Actually, it makes sense that - release returns self. This way, you can check if the object has been free'd, for example using if ((obj = [obj release]) == nil). (check-in: [348b389736] user: js, branch: trunk, size: 1505) [annotate] [blame] [check-ins using] [diff] | |
|
2009-04-10
| ||
| 01:40 | [979d9dc589] part of check-in [26a6fdf806] Forgot to remove old workaround for a warning in OFConstString.h. (check-in: [26a6fdf806] user: js, branch: trunk, size: 1497) [annotate] [blame] [check-ins using] [diff] | |
| 00:52 |
[3998302843]
part of check-in [72af773f72]
Fix warnings on Leopard in OFConstString. As there are no warnings anymore, reintroduce -Werror. (check-in: [72af773f72] user: js, branch: trunk, size: 1521) [annotate] [blame] [check-ins using] [diff] | |
|
2009-03-15
| ||
| 13:46 | Added: [ebbddd5fa7] part of check-in [2ff44fe8d7] Preliminary OFConstString implementation and support for @"" literals. (check-in: [2ff44fe8d7] user: js, branch: trunk, size: 1722) [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 | [59a339f3e5] part of check-in [24ce530f56] Add compare: for strings. (check-in: [24ce530f56] user: js, branch: trunk, size: 828) [annotate] [blame] [check-ins using] [diff] | |
|
2008-09-14
| ||
| 15:29 | [76ce673d4c] part of check-in [778be56179] Coding style. (check-in: [778be56179] user: js, branch: trunk, size: 748) [annotate] [blame] [check-ins using] [diff] | |
| 12:53 | [8c3560516b] part of check-in [1fe9cb366e] Add OFWideString and OFConstWideString. (check-in: [1fe9cb366e] user: js, branch: trunk, size: 744) [annotate] [blame] [check-ins using] [diff] | |
|
2008-09-12
| ||
| 18:26 | Added: [f25f4f5f15] part of check-in [a566e7bb03] Add OFConstString. (check-in: [a566e7bb03] user: js, branch: trunk, size: 766) [annotate] [blame] [check-ins using] | |