File: ChangeLog.md

package info (click to toggle)
haskell-language-c99 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 100 kB
  • sloc: haskell: 993; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Revision history for language-c99

## 0.2.0 -- 2022-05-21

* Renamed InitArray to InitList.

## 0.1.3 -- 2021-09-13

* Fixed a bug where I and J where swapped in the pretty printer. (Thanks to
  Benjamin Selfridge)
* Extended the prettyprinter. (Thanks to Alexander Vieth)

## 0.1.2 -- 2019-11-30

* Added newline to the end of translation units.

## 0.1.1 -- 2019-04-01

* Small update, fixed indentation of some code blocks.

## 0.1.0.0 -- 2019-03-30

* First version. Containing full AST, but only a part of the pretty printer.