aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-11-16 19:03:12 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-11-16 19:08:12 +0100
commit33920fe3e0477cef1beda59d0ea47f4344be8d26 (patch)
treec27188b7fbeaf532bc6ff94abead7274dbe8e88f /changelog.md
parentcd061c04b9239fcc68c43ed439331e1a41e5e22a (diff)
Don't assume existence of termios constants beyond `B38400`
This patch does not modify the `BaudRate` structure but rather causes some functions taking a `BaudRate` to throw exceptions on systems which don't provide `B57600` and/or `B115200`. I'm not totally happy with this patch yet, but this unbreaks compilation on platforms which don't define at least of these constants. This fixes #51
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index c3d43df..0f69383 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,8 @@
* Don't assume non-POSIX `WCOREDUMP(x)` macro exists
+ * Don't assume existence of termios constants beyond `B38400`
+
## 2.7.1.0 *Dec 2014*
* Bundled with GHC 7.10.1