ObjFW  History of src/OFObject+KeyValueCoding.m of 9fa618244f73a37c

History of the file that is called src/OFObject+KeyValueCoding.m at check-in 9fa618244f73a37c

2024-04-03
02:16
[abcb6de2fd] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 6898) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[0a5cddfb6b] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 6690) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[d69b59ff71] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 6690) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[8a83d2aa9e] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 6690) [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
[3bfea8ea41] part of check-in [7392685ffc] Rename all functions in macros.h (check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 6690) [annotate] [blame] [check-ins using] [diff]
2021-04-17
22:45
[3a5b5d8495] part of check-in [498074dab9] Rename of_(re)alloc and add OFFreeMemory (check-in: [498074dab9] user: js, branch: new-naming-convention, size: 6694) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[9c33438270] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 6668) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[2a9a3f450d] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 6719) [annotate] [blame] [check-ins using] [diff]
2020-11-14
12:23
[8a9fc8e1ab] part of check-in [627511b032] Rename of_malloc and of_calloc

The new names should be more accurate. (check-in: [627511b032] user: js, branch: trunk, size: 6808) [annotate] [blame] [check-ins using] [diff]

2020-11-05
00:24
[060fc086b7] part of check-in [0ddaac3f5b] Avoid -[allocMemoryWithSize:] for temporary memory

-[allocMemoryWithSize:] has book keeping overhead that is unnecessary
for temporary memory. (check-in: [0ddaac3f5b] user: js, branch: trunk, size: 6810) [annotate] [blame] [check-ins using] [diff]

2020-11-04
23:18
[b5a33b9502] part of check-in [3d8286feee] Remove of_free()

While it makes sense to wrap malloc and calloc to replace the error
checking with exceptions, it does not make sense to wrap free. (check-in: [3d8286feee] user: js, branch: trunk, size: 6810) [annotate] [blame] [check-ins using] [diff]

2020-10-25
23:33
[907d6adb03] part of check-in [d0ae3bfd6c] Add of_{malloc,calloc,realloc,free} (check-in: [d0ae3bfd6c] user: js, branch: trunk, size: 6816) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[4f60753bfd] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 6996) [annotate] [blame] [check-ins using] [diff]
2019-03-23
22:03
[3ce407bdca] part of check-in [d7824704f9] Add -[valueForKeyPath:] / -[setValue:forKeyPath:] (check-in: [d7824704f9] user: js, branch: trunk, size: 6993) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[96857463c3] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5758) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[06ea9a409d] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5778) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[7f26d841ab] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 5772) [annotate] [blame] [check-ins using] [diff]
2017-09-09
22:03
[621aa06394] part of check-in [55f1b21ae7] Replace type encodings with OFMethodSignature (check-in: [55f1b21ae7] user: js, branch: trunk, size: 5749) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[30955b0805] 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: 5677) [annotate] [blame] [check-ins using] [diff]

2017-05-06
19:43
[d4b85d6121] part of check-in [cca678886f] Clean up a few includes (check-in: [cca678886f] user: js, branch: trunk, size: 5669) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[7c631f6ecd] 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: 5688) [annotate] [blame] [check-ins using] [diff]

2017-01-07
00:37
[3802a76383] part of check-in [d9eb7b50b3] Add of_ascii_{to{upper,lower},is{alpha,alnum}}

These are independent of the locale and work on the ASCII character set.

Unlike the C ones, these are 8-bit safe, meaning if a character > 0x7F
is passed, is{alpha,alnum} returns false and to{upper,lower} returns the
original character. (check-in: [d9eb7b50b3] user: js, branch: trunk, size: 5682) [annotate] [blame] [check-ins using] [diff]

2016-06-05
21:17
[3eca7b4ec4] part of check-in [09a0d12bae] Always cast to unsigned char for to{upper,lower}()

This is required as passing something signed to it is an error on
NetBSD, but passing anything else than a char is undefined on Linux. (check-in: [09a0d12bae] user: js, branch: trunk, size: 5694) [annotate] [blame] [check-ins using] [diff]

16:04
[6d4c66aa16] part of check-in [49ed0fa5ec] Key Value Coding: Make sure free is always called

In theory, if -[UTF8String] would throw, this could leak. (check-in: [49ed0fa5ec] user: js, branch: trunk, size: 5664) [annotate] [blame] [check-ins using] [diff]

16:00
[f4fafd457a] part of check-in [10fbb20fd6] Key Value Coding: Add fallback to isFoo (check-in: [10fbb20fd6] user: js, branch: trunk, size: 5601) [annotate] [blame] [check-ins using] [diff]
15:51
[08642a6afa] part of check-in [7bb4cae9db] Key Value Coding: Add -[setNilValueForKey:] (check-in: [7bb4cae9db] user: js, branch: trunk, size: 5004) [annotate] [blame] [check-ins using] [diff]
14:07
[a1b8c4dfd4] part of check-in [6fc7fddef1] Key Value Coding: Handle classes like objects (check-in: [6fc7fddef1] user: js, branch: trunk, size: 4762) [annotate] [blame] [check-ins using] [diff]
13:41
[b460000a1a] part of check-in [b1ef40944b] Key Value Coding: Check type encoding for NULL (check-in: [b1ef40944b] user: js, branch: trunk, size: 4740) [annotate] [blame] [check-ins using] [diff]
13:18
[8b1cd7f8e8] part of check-in [6a92704355] Key Value Coding: Implement auto-wrapping (check-in: [6a92704355] user: js, branch: trunk, size: 4645) [annotate] [blame] [check-ins using] [diff]
00:01
Added: [76ddc597a2] part of check-in [3ad1f2b268] Add OFKeyValueCoding

No support for paths and auto-wrapping yet.

Also, no classes like OFDictionary override it yet. (check-in: [3ad1f2b268] user: js, branch: trunk, size: 2931) [annotate] [blame] [check-ins using]