History of file src/encodings/codepage-437.m at check-in merge-in:eb0cfa6
2024-10-27
| ||
22:27 |
Allow strings to contain \0
In order to not accidentally have C strings with \0, an In order to get a C string with \0 anyway, a new method | |
2024-04-29
| ||
21:42 | Properly hide private symbols file: [0e1d4e03c0] check-in: [f16bccc7b3] user: js, branch: trunk, size: 6102 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [9f118a4c02] check-in: [7413a728a7] user: js, branch: trunk, size: 6034 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [e7ff14771d] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 5826 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [60afd41b76] check-in: [8939cbdb52] user: js, branch: trunk, size: 5826 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [1cc88f79fe] check-in: [1a86b8175b] user: js, branch: trunk, size: 5826 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
22:56 | Rename all symbols marked extern file: [1ff55c3103] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 5826 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
01:35 | of_char{16,32}_t -> OFChar{16,32} file: [e4e7c7d238] check-in: [6d9d790a24] user: js, branch: new-naming-convention, size: 5843 [annotate] [blame] [check-ins using] [diff] | |
01:32 | of_unichar_t -> OFUnichar file: [5661c911e8] check-in: [2d3790870d] user: js, branch: new-naming-convention, size: 5846 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [e06381bb1c] check-in: [374e1a1bfa] user: js, branch: trunk, size: 5852 [annotate] [blame] [check-ins using] [diff] | |
2020-12-12
| ||
22:17 | Renamed src/encodings/codepage_437.m → src/encodings/codepage-437.m. Fix disabling encodings file: [d62d8ff5ca] check-in: [ec50bf2a93] user: js, branch: trunk, size: 5941 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [d62d8ff5ca] check-in: [c7f0229795] user: js, branch: trunk, size: 5941 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [533b142aa7] check-in: [0509d7a844] user: js, branch: trunk, size: 5938 [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 | |
2018-01-03
| ||
19:49 | Update copyright notice file: [c804c25bfb] check-in: [7e5c81e186] user: js, branch: trunk, size: 5929 [annotate] [blame] [check-ins using] [diff] | |
2017-10-22
| ||
14:09 | Make Apple GCC with -Wshadow happy file: [8cf0d5a40f] check-in: [31c0f5b89e] user: js, branch: 0.90, size: 5906 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
21:25 | Use char{16,32}_t instead of of_char{16,32}_t file: [c1aa2005c6] check-in: [37d2a81754] user: js, branch: trunk, size: 5908 [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 | |
22:04 | More efficient UTF-8 -> Codepage 437 conversion file: [b928664f9d] check-in: [84b20a9ce0] user: js, branch: trunk, size: 6322 [annotate] [blame] [check-ins using] [diff] | |
13:33 | Save a few bytes on the encodings file: [c2c354bb49] check-in: [8ae231f515] user: js, branch: trunk, size: 8508 [annotate] [blame] [check-ins using] [diff] | |
2017-01-20
| ||
02:09 | Added: Move encodings to subdirectory file: [91f16dfa9a] check-in: [0b488f44a5] user: js, branch: trunk, size: 8385 [annotate] [blame] [check-ins using] | |