summaryrefslogtreecommitdiff
path: root/os-win.c
AgeCommit message (Collapse)Author
2023-09-24bump version2.6.2pommicket
fix fs_file_size on windows
2023-09-24don't truncate log on startuppommicket
2023-09-10swap return 0 and -1 for process_read/socket_readpommicket
for consistency with process_write/socket_write
2023-09-10LSP over TCP on windowspommicket
2023-08-15fix iwndows buildpommicket
2023-08-06util cleanuppommicket
2023-08-04document links seem to be workingpommicket
2023-01-09fixed a bunch of windows stuffpommicket
also compile_commands.json does fix the usages problem!
2023-01-09switch from CreateProcessA to CreateProcessWpommicket
2023-01-09fix some windows problemspommicket
2023-01-09fix windows problemspommicket
2023-01-09start windows fixpommicket
2023-01-09building on windowspommicket
still needs lots more testing
2023-01-06fix some autocomplete issuespommicket
also untested higher-than-1-second-resolution windows time_last_modified
2023-01-06check LSP process statuspommicket
2023-01-05clean up some TODOspommicket
2023-01-04fix command-line argument starting file if it doesn't existpommicket
it used to open an untitled buffer. also, clarified buffer_load_file
2023-01-04finish documenting what files dopommicket
2023-01-02finish restructuringpommicket
2023-01-01char const => const charpommicket
2023-01-01finish os.h amalgamationpommicket
2023-01-01start os.h mergingpommicket