ObjFW  History of src/OFString+XMLUnescaping.m of 21bd46e17a35d8f8

History of the file that is called src/OFString+XMLUnescaping.m at check-in 21bd46e17a35d8f8

2024-04-29
21:42
[faf5398fe6] part of check-in [f16bccc7b3] Properly hide private symbols (check-in: [f16bccc7b3] user: js, branch: trunk, size: 5178) [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
[0faab389ff] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 5177) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[4359af2fdb] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4969) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[99e235e23a] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 4969) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[dd8350c1c8] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 4969) [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
[0941da3dc0] part of check-in [e73c65a849] Rename all symbols marked extern (check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 4969) [annotate] [blame] [check-ins using] [diff]
2021-04-17
03:21
[0a903f9009] part of check-in [c4e0e56fa3] Rename all blocks (check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 4972) [annotate] [blame] [check-ins using] [diff]
02:10
[4b3564a7f2] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 4988) [annotate] [blame] [check-ins using] [diff]
01:32
[72aac7b0a8] part of check-in [2d3790870d] of_unichar_t -> OFUnichar (check-in: [2d3790870d] user: js, branch: new-naming-convention, size: 5003) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[c09f1d107c] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 5006) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[563c6e6449] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 5051) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[0954130a1e] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 5140) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[8d9a1c8db6] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5137) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[ca15662616] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5141) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[5f0f439db7] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 5135) [annotate] [blame] [check-ins using] [diff]
2017-10-11
20:53
[9667538219] part of check-in [00476e4430] Fix shadowed variables and enable -Wshadow (check-in: [00476e4430] user: js, branch: trunk, size: 5112) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[d6e6b667b8] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 5104) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[743856ba0d] 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: 5096) [annotate] [blame] [check-ins using] [diff]

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

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

2015-01-03
20:57
[88469aa47b] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 5086) [annotate] [blame] [check-ins using] [diff]
2014-07-07
22:05
[8b7d306c79] part of check-in [6e5a920567] Add OFUnknownXMLEntityException

Additionally, OFXMLParser now uses OFMalformedXMLException instead of
OFInvalidFormatException on invalid entities. (check-in: [6e5a920567] user: js, branch: trunk, size: 5080) [annotate] [blame] [check-ins using] [diff]

2014-07-06
11:04
[966d2aeae2] part of check-in [b5c8b62533] OFString+*.m: Add a few missing autorelease pools

Those were only a problem if the user created its own OFString subclass,
as calls to -[UTF8String] could then create a new, autoreleased C
string. As OFString_UTF8 simply returns the internal C string, this
hasn't been a problem when not subclassing OFString. (check-in: [b5c8b62533] user: js, branch: trunk, size: 5017) [annotate] [blame] [check-ins using] [diff]

2014-06-21
21:43
[196faf3bb5] part of check-in [13ee56edf3] Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. (check-in: [13ee56edf3] user: js, branch: trunk, size: 4934) [annotate] [blame] [check-ins using] [diff]

2014-04-14
01:11
[9ce8dfa504] part of check-in [f0cc196adc] OFString+XMLUnescaping.m: Remove code duplication (check-in: [f0cc196adc] user: js, branch: trunk, size: 4978) [annotate] [blame] [check-ins using] [diff]
00:45
[654beb3068] part of check-in [9da9b2b64c] Coding style

No functional change intended. (check-in: [9da9b2b64c] user: js, branch: trunk, size: 6593) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[cfdc01faaa] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 6525) [annotate] [blame] [check-ins using] [diff]
2013-12-05
17:48
[2e125a0585] part of check-in [fa6496efc7] Make coding style consistent.

A file documenting the coding style will be written soon. This will
hopefully prevent conflicts in the future, such as whether static
functions are written in camelCase or_with_underscores, like was the
case here. (check-in: [fa6496efc7] user: js, branch: trunk, size: 6519) [annotate] [blame] [check-ins using] [diff]

2013-06-22
12:12
[1dff93e5a9] part of check-in [3d16a30f41] Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. (check-in: [3d16a30f41] user: js, branch: trunk, size: 6525) [annotate] [blame] [check-ins using] [diff]

2013-03-30
20:07
[baacfe9bd9] part of check-in [57a6e8ef79] Improve code readability. (check-in: [57a6e8ef79] user: js, branch: trunk, size: 6722) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[467acead25] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 6722) [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
[9234efc5e1] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 6708) [annotate] [blame] [check-ins using] [diff]
2012-10-13
20:50
[d167de896a] part of check-in [9cfefe9c30] Move UTF-8 functions to OFString_UTF8.m. (check-in: [9cfefe9c30] user: js, branch: trunk, size: 6702) [annotate] [blame] [check-ins using] [diff]
18:51
[a0597bf098] part of check-in [e5b31cf72f] Rename -[appendUTF8String:withLength:]. (check-in: [e5b31cf72f] user: js, branch: trunk, size: 6706) [annotate] [blame] [check-ins using] [diff]
2012-08-10
20:08
[c2d8e053db] part of check-in [1255f3a11a] Directly use the runtime's autorelease pools.

This greatly improves performance, as it gets rid of the overhead of
OFAutoreleasePool. (check-in: [1255f3a11a] user: js, branch: trunk, size: 6776) [annotate] [blame] [check-ins using] [diff]

2012-07-12
01:28
[9d6ca887c3] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 6798) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[0a4c71c87a] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 6723) [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
[5784ae8273] part of check-in [e1e7ffa903] Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. (check-in: [e1e7ffa903] user: js, branch: trunk, size: 6717) [annotate] [blame] [check-ins using] [diff]

2011-09-12
19:57
[46e3e8dd49] part of check-in [e6fd39d11e] Rename -[cString] to -[UTF8String]. (check-in: [e6fd39d11e] user: js, branch: trunk, size: 6675) [annotate] [blame] [check-ins using] [diff]
2011-08-07
16:57
[f6529b2cf8] part of check-in [927dbf6e7d] Add -[makeImmutable] to all mutable classes and use it. (check-in: [927dbf6e7d] user: js, branch: trunk, size: 6133) [annotate] [blame] [check-ins using] [diff]
2011-07-09
13:29
[f26dc131a5] part of check-in [898c2a781b] OFString+XMLUnescaping: Get rid of -[appendCStringWithoutUTF8Checking:].

-[appendCStringWithoutUTF8Checking:] will be removed soon, as it is
dangerous and not compatible with a few planned optimizations! (check-in: [898c2a781b] user: js, branch: trunk, size: 6577) [annotate] [blame] [check-ins using] [diff]

2011-07-08
15:29
[55d286875d] part of check-in [0b846bcc4a] Make it possible to add more ivars to OFConstantString. (check-in: [0b846bcc4a] user: js, branch: trunk, size: 7329) [annotate] [blame] [check-ins using] [diff]
2011-04-22
21:08
[53b4061156] part of check-in [fb95acc8ab] More style improvements. (check-in: [fb95acc8ab] user: js, branch: trunk, size: 6809) [annotate] [blame] [check-ins using] [diff]
2011-03-24
19:42
[ab5733ce2b] part of check-in [cda44767f4] Get rid of OFExceptions.h. (check-in: [cda44767f4] user: js, branch: trunk, size: 6578) [annotate] [blame] [check-ins using] [diff]
2011-02-26
19:40
[62778ccd3c] part of check-in [06f539766f] Use class swizzling as an optimization. (check-in: [06f539766f] user: js, branch: trunk, size: 6562) [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
[d730c1e0aa] part of check-in [da6b3d26cb] Change license. (check-in: [da6b3d26cb] user: js, branch: trunk, size: 6072) [annotate] [blame] [check-ins using] [diff]
2010-09-26
14:40
[b0f6954371] part of check-in [76903ee63f] Add -[stringByXMLUnescapingWithBlock:]. (check-in: [76903ee63f] user: js, branch: trunk, size: 5816) [annotate] [blame] [check-ins using] [diff]
2010-09-20
11:14
[5bd62589b9] part of check-in [523bf78c46] Small optimization for ASCII strings in -[stringByXMLUnescaping]. (check-in: [523bf78c46] user: js, branch: trunk, size: 3734) [annotate] [blame] [check-ins using] [diff]
2010-09-05
23:19
[be2a2ed79d] part of check-in [e2b06423e0] Replace OFObject* with id in many places.

We assume now that every object understands retain, release, etc. so
that we can weaken the type from OFObject* to id. This makes it
possible to use different root object classes. (check-in: [e2b06423e0] user: js, branch: trunk, size: 3863) [annotate] [blame] [check-ins using] [diff]

2010-06-16
19:54
[79011c0f14] part of check-in [c53d661daf] Rename a methods in OFXMLParserDelegate and add -[parser:foundCDATA]. (check-in: [c53d661daf] user: js, branch: trunk, size: 3870) [annotate] [blame] [check-ins using] [diff]
2010-06-12
20:47
Added: [8b7255c2dd] part of check-in [67917b918a] Move a few classes and categories so they have their own files. (check-in: [67917b918a] user: js, branch: trunk, size: 3827) [annotate] [blame] [check-ins using]