History of file src/OFString+XMLEscaping.m at check-in ddcef349e53b0a77
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [094cea903d] check-in: [7413a728a7] user: js, branch: trunk, size: 2278 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [b6ac7c7c66] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [b774b5c0bf] check-in: [8939cbdb52] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff] | |
2022-11-16
| ||
01:27 |
Add OFAssert()
This uses the same format as OFEnsure(). file: [32ead971e3] check-in: [c86b8f10f0] user: js, branch: trunk, size: 2070 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [417a4985be] check-in: [1a86b8175b] user: js, branch: trunk, size: 2088 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
22:45 | Rename of_(re)alloc and add OFFreeMemory file: [44dcba40f2] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 2088 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [5be8f79e31] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2063 [annotate] [blame] [check-ins using] [diff] | |
2020-11-14
| ||
12:23 |
Rename of_malloc and of_calloc
The new names should be more accurate. file: [9d2e4926e1] check-in: [627511b032] user: js, branch: trunk, size: 2152 [annotate] [blame] [check-ins using] [diff] | |
2020-11-05
| ||
00:24 |
Avoid -[allocMemoryWithSize:] for temporary memory
-[allocMemoryWithSize:] has book keeping overhead that is unnecessary | |
2020-11-04
| ||
23:18 |
Remove of_free()
While it makes sense to wrap malloc and calloc to replace the error | |
2020-10-25
| ||
23:33 | Add of_{malloc,calloc,realloc,free} file: [5d08b70ba3] check-in: [d0ae3bfd6c] user: js, branch: trunk, size: 2241 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [896b2f634c] check-in: [c7f0229795] user: js, branch: trunk, size: 2449 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [93579edbe8] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2446 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [57e70e6dc2] check-in: [0509d7a844] user: js, branch: trunk, size: 2450 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [3103e06919] check-in: [7e5c81e186] user: js, branch: trunk, size: 2444 [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: [64cd2d1eac] check-in: [4af49a13c3] user: js, branch: trunk, size: 2421 [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-02-21
| ||
15:37 | Make use of C99-style for loops file: [90c811c9d5] check-in: [e0b9167693] user: js, branch: trunk, size: 2414 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [0594cc40a6] check-in: [2a27cf3000] user: js, branch: trunk, size: 2437 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [4866007540] check-in: [cfd374b906] user: js, branch: trunk, size: 2433 [annotate] [blame] [check-ins using] [diff] | |
2014-07-06
| ||
11:04 |
OFString+*.m: Add a few missing autorelease pools
Those were only a problem if the user created its own OFString subclass, | |
2014-01-04
| ||
00:24 | Update copyright. file: [e80aafd4d3] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2353 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-01-09
| ||
22:24 | Update copyright. file: [5265ca0446] check-in: [813c00ccf0] user: js, branch: trunk, size: 2389 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [c0bd527074] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2383 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [6681cd6914] check-in: [ce70e17b38] user: js, branch: trunk, size: 2365 [annotate] [blame] [check-ins using] [diff] | |
2011-09-22
| ||
23:25 |
Exceptions are now autoreleased.
This is safe as an "exception loop" can't happen, since if allocating So, the worst case would be that an autorelease of an exception fails, | |
2011-09-12
| ||
19:57 | Rename -[cString] to -[UTF8String]. file: [4986f53819] check-in: [e6fd39d11e] user: js, branch: trunk, size: 2349 [annotate] [blame] [check-ins using] [diff] | |
2011-07-08
| ||
15:29 | Make it possible to add more ivars to OFConstantString. file: [b9a4b4f8b8] check-in: [0b846bcc4a] user: js, branch: trunk, size: 2337 [annotate] [blame] [check-ins using] [diff] | |
2011-06-04
| ||
16:30 |
Also escape \r in -[stringByXMLEscaping].
This is the only way the \r does not get lost when parsing the XML! file: [aa261c5ddc] check-in: [7d8ab5ba31] user: js, branch: 0.5, size: 2129 [annotate] [blame] [check-ins using] [diff] | |
16:30 |
Also escape \r in -[stringByXMLEscaping].
This is the only way the \r does not get lost when parsing the XML! file: [bd18e10f31] check-in: [f5f074e27e] user: js, branch: trunk, size: 2261 [annotate] [blame] [check-ins using] [diff] | |
2011-04-23
| ||
17:52 | More style improvements. file: [0113b63029] check-in: [5085342127] user: js, branch: trunk, size: 2195 [annotate] [blame] [check-ins using] [diff] | |
2011-04-22
| ||
21:08 | More style improvements. file: [bbfbe023ae] check-in: [fb95acc8ab] user: js, branch: trunk, size: 2231 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
19:42 | Get rid of OFExceptions.h. file: [c2066f8693] check-in: [cda44767f4] user: js, branch: trunk, size: 2062 [annotate] [blame] [check-ins using] [diff] | |
2011-02-09
| ||
22:12 | Add -Wwrite-strings. file: [1f539677cd] check-in: [a5ab6bf63b] user: js, branch: trunk, size: 2051 [annotate] [blame] [check-ins using] [diff] | |
2011-01-01
| ||
20:19 | Change license. file: [4792013d52] check-in: [da6b3d26cb] user: js, branch: trunk, size: 2039 [annotate] [blame] [check-ins using] [diff] | |
2010-12-11
| ||
20:27 | Rename a few exception-related methods. file: [a9e7ed69df] check-in: [5e44debc07] user: js, branch: trunk, size: 1783 [annotate] [blame] [check-ins using] [diff] | |
2010-06-12
| ||
20:47 | Added: Move a few classes and categories so they have their own files. file: [fa81256b88] check-in: [67917b918a] user: js, branch: trunk, size: 1767 [annotate] [blame] [check-ins using] | |