Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.21.13 Zinc 2018-03-11
- Refactoring struct with/without typedef. (#621, #637) - @Konstantin8105
v0.21.12 Zinc 2018-03-01
- Support "do" without CompoundStmt (#640) - @Konstantin8105
v0.21.11 Zinc 2018-02-21
- Redesign of union implementation. (#533, #574, #580, #611) - @Konstantin8105
v0.21.10 Zinc 2018-02-14
- Pointer arithmetic with
size_t
. (#618, #620, #619) - @Konstantin8105 - Adding Triangle to Ci for easier warnings. (#624) - @Konstantin8105
- Function definition by C include header list. (#237, #627) - @Konstantin8105
- Better support for chained operators. (#200, #629) - @Konstantin8105
v0.21.9 Zinc 2018-02-13
- Refactor
internalTypeToExpr()
. (#566, #622) - @Konstantin8105 - Fix some code comments not appearing in the output file. (#626) - @Konstantin8105
v0.21.8 Zinc 2018-02-09
- Multiple C files in one go. (#362, #384) - @Konstantin8105
- Increment and binary comma inside []. (#586, #615, #616) - @Konstantin8105
- EOF and char overflow. (#590, #605) - @Konstantin8105
- Cleaner if/else chains. (#527, #617) - @Konstantin8105
- Added support for some time.h functions and structures. (#592, #593) - @Konstantin8105
v0.21.7 Zinc 2018-02-08
- Add type conversion for increment. (#613) - @Konstantin8105
- Struct with star in identifications. (#614) - @Konstantin8105
v0.21.6 Zinc 2018-02-07
- CSTD:
strchr
. (#603, #604) - @Konstantin8105
v0.21.5 Zinc 2018-01-31
- Workaround for
fscanf()
. (#607, #608) - @Konstantin8105 - Some more tests for pointer arithmetic. (#609) - @Konstantin8105
v0.21.4 Zinc 2018-01-30
- Support all modes with
fopen()
(#606) - @Konstantin8105