History for src/platform/windows/OFProcess.m
2022-07-15
| ||
18:09 | Renamed to src/platform/Windows/OFSubprocess.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-05-09
| ||
14:45 |
Renamed to
src/platform/Windows/OFSubprocess.m.
Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are | |
2021-03-30
| ||
21:23 | Renamed to src/platform/windows/OFSubprocess.m. Merge trunk into 1.0 branch check-in: [564d6d6b6f] user: js, branch: 1.0, size: 0 | |
21:06 | Renamed to src/platform/windows/OFSubprocess.m. Rename OFProcess to OFSubprocess check-in: [79548b3c29] user: js, branch: trunk, size: 0 | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [ed2642bf1e] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 10572 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [5bdba7aa5b] check-in: [374e1a1bfa] user: js, branch: trunk, size: 10605 [annotate] [blame] [check-ins using] [diff] | |
2020-11-14
| ||
12:23 |
Rename of_malloc and of_calloc
The new names should be more accurate. file: [b53baca85e] check-in: [627511b032] user: js, branch: trunk, size: 10694 [annotate] [blame] [check-ins using] [diff] | |
2020-11-05
| ||
00:24 |
Avoid -[allocMemoryWithSize:] for temporary memory
-[allocMemoryWithSize:] has book keeping overhead that is unnecessary | |
2020-05-17
| ||
14:08 | Add support for non-Unicode Windows in all classes file: [816ee6b0db] check-in: [494acfb3e0] user: js, branch: trunk, size: 10738 [annotate] [blame] [check-ins using] [diff] | |
2020-04-26
| ||
10:42 | Add -[OFProcess waitForTermination] file: [4f8503117f] check-in: [bdf82f10b4] user: js, branch: trunk, size: 8989 [annotate] [blame] [check-ins using] [diff] | |
2020-04-24
| ||
22:42 |
OFProcess: Initialize to invalid handles first
The reason for this is that if anything fails during init, close is | |
2020-02-29
| ||
16:09 | Added: Move OFProcess to platform subdirectory file: [0696e641e7] check-in: [5ca0376aa3] user: js, branch: trunk, size: 8506 [annotate] [blame] [check-ins using] | |