packages feed

copilot-c99-3.3: CHANGELOG

2021-05-07
        * Version bump (3.3). (#217)
        * Fix URL in bug-reports field in cabal file. (#215)
        * Remove unaccessible code. (#169)

2021-03-07
        * Version bump (3.2.1). (#167)
        * Completed the documentation. (#171)

2020-12-06
        * Version bump (3.2).
        * Implemented arrays in test driver (#176).
        * Fixed nested array initialisation bug (#173).
        * Fixed length of buffer allocation for n-dimensional arrays (#174).
        * Fixed printing of long ints in test suite (#177).
        * Fixed printing of unsigned ints in test suite (#177).
        * Fixed '-Wsequence-point' warnings from GCC (#179).
        * Split Property.hs (#180).
        * Removed 'Test' from module paths (#181).
        * Made compiletest take compiler options as an argument (#182).
        * Fixed problem with property and empty string in driver CSV (#183).
        * Added comma to output of driver to match the interpreter (#184).
        * Implemented basic quickcheck based testing (#185).

2020-03-30
        * Version bump (3.1.2)
        * Fixed bug where stream buffers are updated too soon. (#188)
        * Updated description of cabal package. (#192)

2019-12-23
        * Version bump (3.1.1).
        * Fixed bug with constant structs and arrays.(#200).

2019-11-22
        * Version bump (3.1).
        * Remove ExternFun (#207).
        * Fix bug in code generation for local expression (#198).
        * Implement code generation for labels (trivially) (#199).