Skip to content

Releases: zenc-lang/zenc

v0.4.4

20 Mar 18:00

Choose a tag to compare

What's Changed

  • clean: remove the compiler outputs by @0x61nas in #309
  • Debugging support for Zen C source code by @borup3 in #305

Full Changelog: v0.4.3...v0.4.4

v0.4.3

12 Mar 20:01

Choose a tag to compare

What's Changed

  • fix: resolve technical debts (typecheck, generics, cJSON) by @vitorGgC569 in #251
  • Exclude Xcode generated debug symbols from gitignore when building Zen C on Mac by @borup3 in #256
  • Fix unit test test_asm_arm64 introduced in 15e31d by @borup3 in #259
  • fix pointer arithmetic bug in std/queue.zc by @davidscholberg in #261
  • Fix issue #260 by @borup3 in #264
  • Don't treat trusted import as unknown type when referenced as struct member type by @borup3 in #268
  • Avoid failing typecheck on trusted imports by @borup3 in #267
  • fix issue #137 by @my-ijet in #279
  • Fix issue 280 by @borup3 in #282
  • Support selective unit tests instead of always running all tests; fix issue 283 by @borup3 in #284
  • Add std/hash.zc to separate concerns and provide a library for hashing functions by @borup3 in #285
  • Fix issue 286 - properly instantiate and replace NODE_FOR_RANGE nodes by @borup3 in #287
  • Fix @derive not working on opaque structs by @borup3 in #288

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

26 Feb 03:36

Choose a tag to compare

What's Changed

  • bug fix on #226: Zero-initialize numeric variables to prevent garbage… by @iryuken in #228
  • Refactoring default value initialization by @FernandoTheDev in #238
  • Add String::reserve Implementation; Refactor Base64 for Performance and Fix Stack Buffer Overflow in Run Command Construction by @apocalypse9949 in #240
  • critical vulnerability vectors within src/utils/utils.c by @vitorGgC569 in #249

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

13 Feb 18:41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

31 Jan 22:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.4.0

v0.1.3b

25 Jan 20:02

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.3b

v0.1.1

25 Jan 19:01

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Jan 18:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/z-libs/Zen-C/commits/v0.1.0