aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/dll_windows.go
AgeCommit message (Expand)Author
2020-06-04syscall: document float arguments and results on windows/amd64Austin Clements
2020-06-04syscall: hide internal comment from Syscall documentationAustin Clements
2019-06-07syscall: refer to Proc.Call documentation for LazyProc.Call on WindowsMatt Layher
2019-03-10runtime: safely load DLLsJason A. Donenfeld
2018-12-12syscall: update doc comment to match behavior for Proc.CallAndrew Bonventre
2018-11-02syscall: add Syscall18 on WindowsHajime Hoshi
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-08-22syscall: delete unreachable codeJosh Bleecher Snyder
2016-07-06cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor
2016-04-02syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-07go/doc, syscall: change 'more then' to 'more than'andrey mirtchovski
2015-06-11all: fix misprints in commentsAinar Garipov
2014-09-14runtime: convert syscall_windows.c to GoRuss Cox
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox