summaryrefslogtreecommitdiff
path: root/util.go
AgeCommit message (Collapse)Author
2018-08-26Zero-fill pkguiAlloc()'s output.Pietro Gagliardi
2018-08-26Migrate the link_darwin_amd64.go and control.go files back; fixed up errors ↵Pietro Gagliardi
in the C files and util.go.
2018-08-26Migrated util.go and main.go to the new pkgui convention and C file. Also ↵Pietro Gagliardi
replaced C.CBytes() with C.malloc() (this bumps our minimum version requirement to 1.8, but it's better than keeping a massive slice around at all times).
2018-08-26Moved all the Go files out of the way again, this time so we can migrate ↵Pietro Gagliardi
them to more proper cgo usage.
2018-08-12Migrated util.go back and formalized pkguiAlloc().Pietro Gagliardi
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the ↵Pietro Gagliardi
alpha4 ui.h.
2016-04-12More C.CBytes() preparatory work.Pietro Gagliardi
2016-04-12Started the safer malloc() system.Pietro Gagliardi
2015-12-12Implemented some utility functions.Pietro Gagliardi