History of file src/OFString_UTF8.h at check-in b6cf934c67978a69
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-01-03
| ||
19:13 | Update copyright file: [24a96aaf1e] check-in: [0509d7a844] user: js, branch: trunk, size: 1445 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [9565934eef] check-in: [7e5c81e186] user: js, branch: trunk, size: 1439 [annotate] [blame] [check-ins using] [diff] | |
2017-09-26
| ||
21:53 | Many nullability fixes file: [b15a7ec396] check-in: [52011fbfd6] user: js, branch: trunk, size: 1416 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [27665fb3c4] check-in: [4af49a13c3] user: js, branch: trunk, size: 1406 [annotate] [blame] [check-ins using] [diff] | |
2017-02-04
| ||
17:45 | Fix typos in comments and strings found by aspell file: [cbab9106f7] check-in: [5a31a537a1] user: js, branch: trunk, size: 1402 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [da64634113] check-in: [2a27cf3000] user: js, branch: trunk, size: 1390 [annotate] [blame] [check-ins using] [diff] | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [6a733beb72] check-in: [9e76144ef8] user: js, branch: trunk, size: 1386 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [fa7aabff72] check-in: [cfd374b906] user: js, branch: trunk, size: 1338 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [443776fac7] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1332 [annotate] [blame] [check-ins using] [diff] | |
2013-08-15
| ||
19:00 | Move private methods into private headers. file: [a4868bc2fd] check-in: [1d7a1cbca0] user: js, branch: trunk, size: 1326 [annotate] [blame] [check-ins using] [diff] | |
2013-08-13
| ||
10:39 | Add a few more instancetypes. file: [d53866cce9] check-in: [73ae6fa60f] user: js, branch: trunk, size: 1467 [annotate] [blame] [check-ins using] [diff] | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [f4f94da890] check-in: [e40729d406] user: js, branch: trunk, size: 1439 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [9d742edbb7] check-in: [813c00ccf0] user: js, branch: trunk, size: 1435 [annotate] [blame] [check-ins using] [diff] | |
2012-12-29
| ||
14:43 | Prettify some code. file: [7aaba8e14b] check-in: [374956b098] user: js, branch: trunk, size: 1429 [annotate] [blame] [check-ins using] [diff] | |
2012-12-16
| ||
15:09 | Fix a comment that accidentally was documentation. file: [95548bcd00] check-in: [49f58f3edd] user: js, branch: trunk, size: 1165 [annotate] [blame] [check-ins using] [diff] | |
2012-10-13
| ||
21:29 | Rename s->UTF8 to s->isUTF8. file: [cbba34b9c4] check-in: [9817eab3be] user: js, branch: trunk, size: 1166 [annotate] [blame] [check-ins using] [diff] | |
2012-09-16
| ||
15:27 | Prefix all private methods with OF_. file: [a124fe7f59] check-in: [c137da5e5b] user: js, branch: trunk, size: 1164 [annotate] [blame] [check-ins using] [diff] | |
2012-09-06
| ||
19:13 | Add -[OFString initWithUTF8String:freeWhenDone:]. file: [c51ed68707] check-in: [3659c87c63] user: js, branch: trunk, size: 1172 [annotate] [blame] [check-ins using] [diff] | |
2012-03-23
| ||
12:41 |
Remove hack not necessary anymore.
It became obsolete with the last buildsys update. file: [716218f422] check-in: [03a7cd6427] user: js, branch: trunk, size: 1149 [annotate] [blame] [check-ins using] [diff] | |
2012-03-17
| ||
15:48 | One malloc less for creating an immutable UTF-8 string. file: [f6988d5f2e] check-in: [0dafdc4730] user: js, branch: trunk, size: 1148 [annotate] [blame] [check-ins using] [diff] | |
2012-03-16
| ||
14:01 | One malloc less when allocating a string. file: [b1a5c898cd] check-in: [3005748a9d] user: js, branch: trunk, size: 1027 [annotate] [blame] [check-ins using] [diff] | |
2012-01-24
| ||
12:01 | Cache hashes of strings. file: [958573e473] check-in: [a0d967e8dd] user: js, branch: trunk, size: 782 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [820eccb843] check-in: [ce70e17b38] user: js, branch: trunk, size: 749 [annotate] [blame] [check-ins using] [diff] | |
2011-11-20
| ||
18:41 |
Added:
Make OFString a class cluster.
It is a class cluster now, but there is still much to improve. file: [d6dec356a4] check-in: [301ee63212] user: js, branch: trunk, size: 743 [annotate] [blame] [check-ins using] | |