ObjFW  History of src/platform/Windows/OFWin32ConsoleStdIOStream.m of de552578e7675553

History of the file that is called src/platform/Windows/OFWin32ConsoleStdIOStream.m at check-in de552578e7675553

2024-04-29
21:42
[e39c45536f] part of check-in [f16bccc7b3] Properly hide private symbols (check-in: [f16bccc7b3] user: js, branch: trunk, size: 14873) [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
[ab386bcc83] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 14868) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[75e78c9802] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 14660) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[67f3e85bf4] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 14660) [annotate] [blame] [check-ins using] [diff]
2022-11-16
01:27
[0e3a4cbb4c] part of check-in [c86b8f10f0] Add OFAssert()

This uses the same format as OFEnsure(). (check-in: [c86b8f10f0] user: js, branch: trunk, size: 14660) [annotate] [blame] [check-ins using] [diff]

2022-09-24
20:24
Renamed src/OFWin32ConsoleStdIOStream.m → src/platform/Windows/OFWin32ConsoleStdIOStream.m. [8c3f9ce8af] part of check-in [9e29b98fc3] Move OFWin32ConsoleStdIOStream to platforms (check-in: [9e29b98fc3] user: js, branch: trunk, size: 14678) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[8c3f9ce8af] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 14678) [annotate] [blame] [check-ins using] [diff]
2021-04-25
11:05
[dea67afd15] part of check-in [27103855c2] A few last renames (check-in: [27103855c2] user: js, branch: new-naming-convention, size: 14678) [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
[3aed091d75] part of check-in [e73c65a849] Rename all symbols marked extern (check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 14719) [annotate] [blame] [check-ins using] [diff]
15:55
[117f6c572a] part of check-in [7392685ffc] Rename all functions in macros.h (check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 14738) [annotate] [blame] [check-ins using] [diff]
2021-04-17
22:45
[794f92fbed] part of check-in [498074dab9] Rename of_(re)alloc and add OFFreeMemory (check-in: [498074dab9] user: js, branch: new-naming-convention, size: 14740) [annotate] [blame] [check-ins using] [diff]
02:10
[52d54dbd3b] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 14714) [annotate] [blame] [check-ins using] [diff]
01:35
[f404bb72d4] part of check-in [6d9d790a24] of_char{16,32}_t -> OFChar{16,32} (check-in: [6d9d790a24] user: js, branch: new-naming-convention, size: 14750) [annotate] [blame] [check-ins using] [diff]
01:32
[9be1158f7e] part of check-in [2d3790870d] of_unichar_t -> OFUnichar (check-in: [2d3790870d] user: js, branch: new-naming-convention, size: 14768) [annotate] [blame] [check-ins using] [diff]
00:54
[44d7e170bf] part of check-in [3524409dd0] of_point_t -> OFPoint (check-in: [3524409dd0] user: js, branch: new-naming-convention, size: 14780) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[0662c30238] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 14786) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[fb543571fa] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 14831) [annotate] [blame] [check-ins using] [diff]
2020-11-14
12:23
[01349f1730] 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: 14920) [annotate] [blame] [check-ins using] [diff]

2020-11-05
00:24
[7dd85d6178] 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: 14922) [annotate] [blame] [check-ins using] [diff]

2020-05-28
00:15
[959c780c29] part of check-in [d5eb0384c5] OFStdIOStream: Add -[hasTerminal] (check-in: [d5eb0384c5] user: js, branch: trunk, size: 15008) [annotate] [blame] [check-ins using] [diff]
2020-05-24
15:54
[c0629570e4] part of check-in [40f58c637b] Add terminal control methods for Windows (check-in: [40f58c637b] user: js, branch: trunk, size: 14837) [annotate] [blame] [check-ins using] [diff]
2020-05-17
10:42
[88e2ee5d8c] part of check-in [77bf56450b] OFWin32ConsoleStdIOStream: Use +[isWindowsNT]

This avoids the needless call to the W function first. This is safe to
do, as it's clear there won't ever be a non-NT Windows that supports
Unicode. (check-in: [77bf56450b] user: js, branch: trunk, size: 11405) [annotate] [blame] [check-ins using] [diff]

00:58
[2a51abc2a7] part of check-in [bcf421d813] OFWin32ConsoleStdIOStream: Support for ANSI Win32 (check-in: [bcf421d813] user: js, branch: trunk, size: 11474) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[f6d82fa9cc] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 8743) [annotate] [blame] [check-ins using] [diff]
2019-06-18
00:06
[f5375f7f58] part of check-in [c15164ca65] Fix typo to fix Win32 (check-in: [c15164ca65] user: js, branch: trunk, size: 8740) [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
Added: [2b42023382] part of check-in [17d57e01ff] Remove underscores from class names (check-in: [17d57e01ff] user: js, branch: trunk, size: 8741) [annotate] [blame] [check-ins using]