Skip to content

Releases: awnumar/memcall

v0.5.0

05 Sep 09:23
00b9209

Choose a tag to compare

What's Changed

  • fix(go): use conventional filenames. by @Zenithar in #14
  • Replace CirrusCI; update dependencies; use unsafe.Slice by @awnumar in #16

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Jul 21:18
2b73e53

Choose a tag to compare

What's Changed

  • Fix no support for MADV_DONTDUMP on solaris/illumos by @szaydel in #13

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 May 11:00

Choose a tag to compare

What's Changed

  • Updated go version to 1.18
  • memcall: netbsd support by @bsiegert in #10

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Nov 23:36
7d67f13

Choose a tag to compare

Add AIX support.

v0.1.2

17 Mar 01:10
b5f0ac1

Choose a tag to compare

Merge pull request #9 from awnumar/reflectSliceHeader

Use keyed fields for slice cast

v0.1.1

15 Mar 18:40
b88817a

Choose a tag to compare

Merge pull request #8 from awnumar/reflectSliceHeader

Fixes #4

v0.1.0

15 Mar 18:15
d1500b8

Choose a tag to compare

Patch panic on error generation for a zero length slice.