| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| zc-boot.com | 2026-02-13 | 1.2 MB | |
| zc.com | 2026-02-13 | 2.3 MB | |
| README.md | 2026-02-13 | 2.4 kB | |
| v0.4.1 source code.tar.gz | 2026-02-13 | 586.1 kB | |
| v0.4.1 source code.zip | 2026-02-13 | 714.2 kB | |
| Totals: 5 Items | 4.8 MB | 0 | |
What's Changed
- Disallow calling static methods with the dot operator (#168) by @iryuken in https://github.com/z-libs/Zen-C/pull/169
- Added detach/cancel and equality check for std/thread. Added test_thread.zc unit test by @lamweilun in https://github.com/z-libs/Zen-C/pull/166
- Added missing brackets for enum match expression by @sudokit in https://github.com/z-libs/Zen-C/pull/156
- Russian language support to README by @arsmotorin in https://github.com/z-libs/Zen-C/pull/172
- feat:Brazilian Portuguese README translation by @PedroCortx in https://github.com/z-libs/Zen-C/pull/171
- fix ZenSymbol initialization by @vitalyster in https://github.com/z-libs/Zen-C/pull/173
- codegen: Emit 'main()' return type as C_INT by @thekovic in https://github.com/z-libs/Zen-C/pull/189
- Arena pattern support by @sureshkrishnan-ai in https://github.com/z-libs/Zen-C/pull/134
- feat(types): Support non-portable types long long + unsigned long long by @Burnett01 in https://github.com/z-libs/Zen-C/pull/192
- Fix std library imports when using ZC_ROOT by @mhcerri in https://github.com/z-libs/Zen-C/pull/205
- Remove '_lmaginary' ('L' + 'maginary') from C reserved-keywords list by @inobelar in https://github.com/z-libs/Zen-C/pull/204
- Added
const char*to _z_str macro by @davidscholberg in https://github.com/z-libs/Zen-C/pull/197 - Add 'make clean' command to installation instructions by @mindplay-dk in https://github.com/z-libs/Zen-C/pull/200
- cmake support by @Salvakiya in https://github.com/z-libs/Zen-C/pull/187
- Fix for [#214] by @vremyavnikuda in https://github.com/z-libs/Zen-C/pull/217
New Contributors
- @sudokit made their first contribution in https://github.com/z-libs/Zen-C/pull/156
- @arsmotorin made their first contribution in https://github.com/z-libs/Zen-C/pull/172
- @PedroCortx made their first contribution in https://github.com/z-libs/Zen-C/pull/171
- @mhcerri made their first contribution in https://github.com/z-libs/Zen-C/pull/205
- @inobelar made their first contribution in https://github.com/z-libs/Zen-C/pull/204
- @mindplay-dk made their first contribution in https://github.com/z-libs/Zen-C/pull/200
- @Salvakiya made their first contribution in https://github.com/z-libs/Zen-C/pull/187
- @vremyavnikuda made their first contribution in https://github.com/z-libs/Zen-C/pull/217
Full Changelog: https://github.com/z-libs/Zen-C/compare/v0.4.0...v0.4.1