aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/file_windows.go
AgeCommit message (Expand)Author
2024-08-11add os.Truncate(name, size) (see #4209)Roger Standridge
2024-08-02os: add file.Truncateleongross
2023-05-05os: implement os.(*File).WriteAt (#3697)Achille
2023-05-03os: add os.(*File).SyncAchille Roussel
2023-03-28fix resource leak in os.(*File).CloseAchille Roussel
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-03-08src/os: export correct values for os.DevNull for each OSZauberNerd
2022-03-01os: Use a uintptr for NewFileElliott Sales de Andrade
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-01-24Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906"Dan Kegel
2022-01-20Kludge: work around lack of syscall.seek on 386 and arm, #1906Dan Kegel
2022-01-18os: implement os.Symlink and os.ReadlinkDan Kegel
2022-01-11os: implement file.Seek, add smoke testDan Kegel
2022-01-11os: pull in os.Rename and some of its tests from upstreamDan Kegel
2021-12-01os, syscall: implement Stat and LstatDan Kegel
2021-11-30os: TempDir(): obey TMPDIR on unix, TMP on win, etcDan Kegel
2021-11-29os, syscall: implement ReadAt for unixDan Kegel
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem