ObjFW  History of src/encodings/codepage-850.m of 2d3790870d71b275

History of the file that is called src/encodings/codepage-850.m at check-in 2d3790870d71b275

2024-04-03
02:16
Change license to LGPLv3 only file: [1d1a09a45c] check-in: [7413a728a7] user: js, branch: trunk, size: 5146 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [5a61172f80] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4938 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [fe4b50f9b6] check-in: [8939cbdb52] user: js, branch: trunk, size: 4938 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [d9cdb5c58f] check-in: [1a86b8175b] user: js, branch: trunk, size: 4938 [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
Rename all symbols marked extern file: [8a999f8dc5] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 4938 [annotate] [blame] [check-ins using] [diff]
2021-04-17
01:35
of_char{16,32}_t -> OFChar{16,32} file: [749e880312] check-in: [6d9d790a24] user: js, branch: new-naming-convention, size: 4955 [annotate] [blame] [check-ins using] [diff]
01:32
of_unichar_t -> OFUnichar file: [796acd6f14] check-in: [2d3790870d] user: js, branch: new-naming-convention, size: 4958 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [3c49f43469] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4964 [annotate] [blame] [check-ins using] [diff]
2020-12-12
22:17
Renamed src/encodings/codepage_850.m → src/encodings/codepage-850.m. Fix disabling encodings file: [1987cfb8b5] check-in: [ec50bf2a93] user: js, branch: trunk, size: 5053 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [1987cfb8b5] check-in: [c7f0229795] user: js, branch: trunk, size: 5053 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [9514bfaa16] check-in: [0509d7a844] user: js, branch: trunk, size: 5050 [annotate] [blame] [check-ins using] [diff]
2018-02-25
04:31
Reintroduce of_char{16,32}_t

There is no reliable way to check if C++ already defined those, as Clang
now defines char{16,32}_t even when it is not in C++ 11 mode. So we
cannot check if we are not in C++ 11 and then define them and otherwise
rely on the C++ 11 types. file: [d25e946730] check-in: [505137f25f] user: js, branch: trunk, size: 5044 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [3f90e2dc33] check-in: [7e5c81e186] user: js, branch: trunk, size: 5041 [annotate] [blame] [check-ins using] [diff]
2017-10-22
14:09
Make Apple GCC with -Wshadow happy file: [42a9f55d3e] check-in: [31c0f5b89e] user: js, branch: 0.90, size: 5018 [annotate] [blame] [check-ins using] [diff]
2017-05-07
21:25
Use char{16,32}_t instead of of_char{16,32}_t file: [59298ea7e4] check-in: [37d2a81754] user: js, branch: trunk, size: 5020 [annotate] [blame] [check-ins using] [diff]
2017-02-12
23:56
encodings: Make the page tables unsigned char[]

This also removes page.*Size, as the macros can just use sizeof() on the
arrays. file: [e837ed626d] check-in: [405d11522e] user: js, branch: trunk, size: 5023 [annotate] [blame] [check-ins using] [diff]

22:22
More efficient UTF-8 -> Codepage 850 conversion file: [0752d996b9] check-in: [67ffc2f0ea] user: js, branch: trunk, size: 5257 [annotate] [blame] [check-ins using] [diff]
13:33
Save a few bytes on the encodings file: [45087484af] check-in: [8ae231f515] user: js, branch: trunk, size: 8433 [annotate] [blame] [check-ins using] [diff]
2017-01-20
02:09
Added: Move encodings to subdirectory file: [439cbe0d6e] check-in: [0b488f44a5] user: js, branch: trunk, size: 8310 [annotate] [blame] [check-ins using]